Patches and updates
ArcSDE 9.2 Oracle Patch
Resumen
Descripción
NIM005974 - SDE upgrade and service startup fail at checking existence of geometry_columns table.
Installing the Patch
ArcSDE 9.2 Service Pack 1 must be installed before you can install this Patch. It is strongly recommended that you back up your database including all previous ArcSDE system tables and user layer data before upgrading your ArcSDE installation. Install this Patch using your SDE user account.
REQUIRED INSTALL STEP: If you connect to ArcSDE 9.2 via an Application Server and Direct Connect connections using ArcGIS 9.2 or ArcIMS 9.2 make sure you also see ESRI Products connecting to ArcSDE (Application and Direct Connect connections).
Server Install for UNIX
During installation, you can either save the original 9.2 files or overwrite them. If you choose to save them, make sure you have enough disk space. The disk space requirements, for each platform, are displayed during the installation process.
Important Note: Before installing this patch, you must check your sde_setup.log file to make sure that the following error message is not present:
ERROR in creating GEOMETRY_COLUMNS table.
If you see this error message in you sde_setup.log file, you must log in to Oracle as the sde admin user and run the following SQL statement:
Error: -51
[....] DBMS error code: 2264
ORA-02264: name already used by an existing constraint
RENAME GEOMETRY_COLUMNS_30 to GEOMETRY_COLUMNS;
Once you complete this step, you may proceed with the installing this patch.- Download the appropriate tar file to a location other than $SDEHOME:
Oracle 9i HP64 sde92-oraclepatch-ora9i-hp64.tar 8 MBIBM64 sde92-oraclepatch-ora9i-ibm64.tar 6 MBLinux sde92-oraclepatch-ora9i-lx.tar 5 MBSolaris64 sde92-oraclepatch-ora9i-slrs64.tar 7 MBTru64 sde92-oraclepatch-ora9i-tru64.tar 8 MBOracle 10gR2 HP64 sde92-oraclepatch-ora10g-hp64.tar 8 MBIBM64 sde92-oraclepatch-ora10g-ibm64.tar 6 MBLinux sde92-oraclepatch-ora10g-lx.tar 5 MBSolaris64 sde92-oraclepatch-ora10g-slrs64.tar 7 MB- Stop your current ArcSDE service.
% sdemon -o shutdown
NOTE (AIX only): You must remove any inactive libraries that are loaded into memory before proceeding to the next step. Not doing so will result in an installation error. To remove them, as ROOT user, type:
# /usr/sbin/slibclean
(Optional) To list the libraries loaded into memory, as ROOT user, type:
# /usr/sbin/genkld
For further information on the slibclean and genkld commands please refer to your AIX system administrator documentation.
- Extract the specified tar file by typing:
% tar -xvf sde92-oraclepatch-<Database>-<Platform>.tar
- Start the installation by typing:
% ./applypatch
This will start the dialog for the menu-driven installation procedure. Default selections are noted in parentheses ( ). To quit the installation procedure, type 'q' at any time.
- Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:
ALTER ANY INDEX
ALTER ANY TABLE
ANALYZE ANY
CREATE ANY INDEX
CREATE ANY PROCEDURE
CREATE ANY SEQUENCE
CREATE ANY TRIGGER
CREATE ANY VIEW
CREATE INDEXTYPE
CREATE LIBRARY
CREATE OPERATOR
CREATE PROCEDURE
CREATE PUBLIC SYNONYM
CREATE SESSION
CREATE SEQUENCE
CREATE TABLE
CREATE TRIGGER
CREATE TYPE
DROP ANY INDEX
DROP ANY PROCEDURE
DROP ANY SEQUENCE
DROP ANY TABLE
DROP ANY VIEW
DROP PUBLIC SYNONYM
EXECUTE ANY PROCEDURE
SELECT ANY SEQUENCE
SELECT ANY TABLE
UNLIMITED TABLESPACE
- To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the service. Please go to the admin command guide under the %SDEHOME%\documentation folder for more information on using this command:
% sdesetup -o upgrade -d <ORACLE9I|ORACLE10G> -u sde -p <SDE_Admin_password>
- After the upgrade completes, you may revoke the following permissions from the SDE user account:
ANALYZE ANY
ALTER ANY INDEX
ALTER ANY TABLE
CREATE ANY INDEX
CREATE ANY TRIGGER
CREATE ANY VIEW
DROP ANY INDEX
DROP ANY TABLE
DROP ANY VIEW
DROP ANY PROCEDURE
DROP ANY SEQUENCE
EXECUTE ANY PROCEDURE
SELECT ANY SEQUENCE
CREATE INDEXTYPE
CREATE LIBRARY
CREATE OPERATOR
CREATE TYPE
- Start your service again.
% sdemon -o start
Server Install for Windows
Windows Installation Notes:
ArcSDE 9.2 Service Pack 1 must be installed on the server and your client applications before you install this Patch.
Installation Steps
Important Note: Before installing this patch, you must check your sde_setup.log file to make sure that the following error message is not present:
ERROR in creating GEOMETRY_COLUMNS table.
If you see this error message in you sde_setup.log file, you must log in to Oracle as the sde admin user and run the following SQL statement:
Error: -51
[....] DBMS error code: 2264
ORA-02264: name already used by an existing constraint
RENAME GEOMETRY_COLUMNS_30 to GEOMETRY_COLUMNS;
Once you complete this step, you may proceed with the installing this patch.- Make sure you have write access to the ArcSDE installation folder, that no one is using ArcSDE, and that the ArcSDE service is down.
- Download the appropriate files to a location other than the ArcSDE installation folder:
Oracle 9i sde92-oraclepatch-ora9i-win.exe 2 MB Oracle 10gR2 sde92-oraclepatch-ora10g-win.exe 2 MB - Double-click the appropriate executable to start the install process.
- When Setup starts, follow the instructions on your screen.
- Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:
ALTER ANY INDEX
ALTER ANY TABLE
ANALYZE ANY
CREATE ANY INDEX
CREATE ANY PROCEDURE
CREATE ANY SEQUENCE
CREATE ANY TRIGGER
CREATE ANY VIEW
CREATE INDEXTYPE
CREATE LIBRARY
CREATE OPERATOR
CREATE PROCEDURE
CREATE PUBLIC SYNONYM
CREATE SESSION
CREATE SEQUENCE
CREATE TABLE
CREATE TRIGGER
CREATE TYPE
DROP ANY INDEX
DROP ANY PROCEDURE
DROP ANY SEQUENCE
DROP ANY TABLE
DROP ANY VIEW
DROP PUBLIC SYNONYM
EXECUTE ANY PROCEDURE
SELECT ANY SEQUENCE
SELECT ANY TABLE
UNLIMITED TABLESPACE
- To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the service. Please go to the admin command guide under the %SDEHOME%\documentation folder for more information on using this command:
% sdesetup -o upgrade -d <ORACLE9I|ORACLE10G> -u sde -p <SDE_Admin_password>
- After the upgrade completes, you may revoke the following permissions from the SDE user account:
ANALYZE ANY
ALTER ANY INDEX
ALTER ANY TABLE
CREATE ANY INDEX
CREATE ANY TRIGGER
CREATE ANY VIEW
DROP ANY INDEX
DROP ANY TABLE
DROP ANY VIEW
DROP ANY PROCEDURE
DROP ANY SEQUENCE
EXECUTE ANY PROCEDURE
SELECT ANY SEQUENCE
CREATE INDEXTYPE
CREATE LIBRARY
CREATE OPERATOR
CREATE TYPE
- As the SDE user, run the following command to restart the ArcSDE service:
sdemon -o start
ArcSDE SDK Install for UNIX
Important Note: Before installing this patch, you must check your sde_setup.log file to make sure that the following error message is not present:
ERROR in creating GEOMETRY_COLUMNS table.
If you see this error message in you sde_setup.log file, you must log in to Oracle as the sde admin user and run the following SQL statement:
Error: -51
[....] DBMS error code: 2264
ORA-02264: name already used by an existing constraint
RENAME GEOMETRY_COLUMNS_30 to GEOMETRY_COLUMNS;
Once you complete this step, you may proceed with the installing this patch.- Download the appropriate tar file to a location other than ArcSDE SDK installation location:
HP64 sde92-oraclepatch-sdk-hp64.tar 5 MBIBM64 sde92-oraclepatch-sdk-ibm64.tar 4 MBLinux sde92-oraclepatch-sdk-lx.tar 3 MBSolaris64 sde92-oraclepatch-sdk-slrs64.tar 4 MBTru64 sde92-oraclepatch-sdk-tru64.tar 3 MB- Extract the specified tar file by typing:
% tar -xvf sde92-oraclepatch-sdk-<Platform>.tar
- Start the installation by typing:
% ./applypatch
This will start the dialog for the menu-driven installation procedure. Default selections are noted in parentheses ( ). To quit the installation procedure, type 'q' at any time.
ArcSDE SDK Install for Windows
- Make sure you have write access to the ArcSDE SDK installation folder.
- Download the appropriate files to a location other than the ArcSDE SDK installation folder:
-
ArcSDE SDK sde92-oraclepatch-sdk-win.exe 3 MB - Double-click the appropriate executable to start the install process.
- When Setup starts, follow the instructions on your screen.
ESRI Products connecting to ArcSDE (Application and Direct Connect connections).
-
- If you connect to ArcSDE 9.2 using ArcInfo Workstation 9.2 or ArcIMS 9.2, please follow the steps below to install this Patch to your ArcInfo Workstation 9.2 installation directory under $ARCHOME, or ArcIMS 9.2 installation directory under $AIMSHOME:
- Before you start, make sure you have write access to the (ArcInfo or ArcIMS) installation directory then download the appropriate compressed tar file to that location:
Linux sde92-oraclepatch-esri-lx.tar.Z 3 MBTru64 sde92-oraclepatch-esri-tru64.tar.Z 2 MB ArcIMS only, stop the ArcIMS Tasker, ArcIMS Monitor, ArcIMS Application Server (in that order).
Uncompress and extract the specified tar file for your platform. Ensure that the last letter of the file name is a capital Z. Otherwise, the uncompress command will not work. At the UNIX prompt type:
%cd <installation_directory> (i.e. cd $ARCHOME)
%uncompress sde92-oraclepatch-esri-<Platform>.tar.Z
%tar xvf sde92-oraclepatch-esri-<Platform>.tarArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).
- Before you start, make sure you have write access to the (ArcInfo or ArcIMS) installation directory then download the appropriate compressed tar file to that location:
- If you connect to ArcSDE 9.2 using ArcGIS 9.2, ArcIMS 9.2 or ArcInfo Workstation 9.2, please follow the steps below to install this Patch to your ArcGIS 9.2, ArcIMS 9.2 or ArcInfo Workstation 9.2 installation folder:
- Before you start, make sure you have write access to the installation folder, then download the zip file to that location:
ArcIMS only, stop the ArcIMS Tasker, ArcIMS Monitor, ArcIMS Application Server (in that order).
- Use WinZip to extract the new file from sde92-oraclepatch-esri-win.zip to the appropriate installation folder, see list below:
- ArcGIS Desktop, Server, Engine, Reader, or ArcView 9 - <installation-folder>\arcgis\bin
- ArcGIS Workstation - <installation-folder>\arcexe9x\bin
- Depending on the ArcIMS Setup features installed, the SDE client file could be located in one or more of the following locations:
- C:\Program Files\ArcGIS\bin
- C:\Program Files\ArcGIS\ArcIMS\IndexBuilder
- C:\Program Files\ArcGIS\ArcIMS\Metadata\Commands
- C:\Program Files\ArcGIS\ArcIMS\Server\bin
- C:\Program Files\ArcGIS\bin
- ArcGIS Desktop, Server, Engine, Reader, or ArcView 9 - <installation-folder>\arcgis\bin
ArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).
- If you connect to ArcSDE 9.2 using ArcInfo Workstation 9.2 or ArcIMS 9.2, please follow the steps below to install this Patch to your ArcInfo Workstation 9.2 installation directory under $ARCHOME, or ArcIMS 9.2 installation directory under $AIMSHOME:
How to identify which Patch is installed
- UNIX
To find out what ArcGIS products are currently installed on your machine, download and extract the PatchFinder.tar and run PatchFinder utility from your local machine. This utility provides a report detailing which ArcGIS products and which servicepacks have been installed. The PatchFinder utility searches for thefollowing ArcGIS products.
ArcGIS Engine Runtime
ArcGIS Reader
ArcGIS Server
ArcIMS
ArcInfo Workstation
ArcSDE
Extract the tar file by typing:
% tar xvf PatchFinder.tar
Run the utility by typing:
Windows% ./PatchFinder
To check for the presence of a Patch, for each file examine the unique identification information provided (right click, properties, version tab, item name, QFE Version). With only a few exceptions, all files modified as part of a Patch distribution can be uniquely identified in this manner. The identification string for this Patch should read:
QFE-SDE-92-CQ00301549
Patch Updates
Check the Online Support Center periodically for the availability of additional Patches or Service Packs. New information about this Patch will be posted here.
UPDATE 02/14/2007 - Now Available:
- The Oracle9i download for Tru64.
- The SDK download for Tru64.
- The ESRI products connecting download for Tru64.
UPDATE 02/07/2007 - Now Available:
- The Oracle9i download for IBM64.
UPDATE 02/05/2007 - Now Available:
- The Oracle9i download for HP64.
UPDATE 02/02/2007 - Now Available:
- The Oracle10g download for HP64.
- The SDK download for HP64.
UPDATE 02/01/2007 - Now Available:
- The Oracle9i download for Solaris64.
- The Oracle10g download for IBM64.
- The SDK download for IBM64.
UPDATE 01/31/2007 - Now Available:
- The Oracle10g download for Solaris64.
- The SDK download for Solaris64.
UPDATE 01/30/2007 - Now Available:
- The Oracle9i download for Linux.
Getting Help
Domestic sites, please contact ESRI Technical Support at 1-888-377-4575, if you have any difficulty installing this Service Pack. International sites, please contact your local ESRI software distributor.
Download ID:1241
Get help from ArcGIS experts
Download the Esri Support App