Upgrade the ST_Geometry type in an Oracle database
Available with Standard or Advanced license.
The ST_Geometry library contains new functionality or fixes at each ArcGIS release. The database administrator can upgrade the ST_Geometry type in an Oracle database using the Create Spatial Type geoprocessing tool or the CreateSpatialType ArcPy function.
Note:
The ST_Geometry library requires the Microsoft Visual C++ Redistributable Package (x64) when deployed on a Microsoft Windows server. See ArcGIS requirements for using Oracle for the package version required. If this package is not present on the server, download it from the Microsoft site and install it.
To upgrade the ST_Geometry type, complete the following steps:
The database administrator must grant the following privileges to the sde user if it does not already have them:
CREATE SESSIONCREATE TABLECREATE VIEWCREATE PROCEDURECREATE SEQUENCECREATE TRIGGERCREATE TYPECREATE INDEXTYPECREATE LIBRARYCREATE OPERATORCREATE PUBLIC SYNONYMDROP PUBLIC SYNONYMADMINISTER DATABASE TRIGGER
Download a new version of the
st_shapelib(Windows) orlibst_shapelib(Linux) library from My Esri.If the option to download is not present, contact your ArcGIS organization administrator.
Make a backup copy of, or rename, the existing
st_shapelib(Windows) orlibst_shapelib(Linux) library on the Oracle server.Place the new library in the same location on the Oracle server where you placed the old library originally.
If you place the library in a new location, you must update the library definition in Oracle. Use the library appropriate for your Oracle server operating system.
Open a project in ArcGIS Pro, open the Catalog pane, and connect to the database as an Oracle sys database administrator.
A database connection (
.sde) file is created in the project folder.To update the ST_Geometry type, subtypes, and functions in the database, run the Create Spatial Type geoprocessing tool or a Python script that uses the
CreateSpatialTypeArcPy function.Use the
.sdefile you created in the previous step for the database connection.