BUG
When running Spatial Type for Oracle functions on AIX and HP, the following error message is displayed:
"ORA-06522: Unable to find library libst_shapelib.so"
The ArcSDE for Oracle ST_SHAPELIB library file is used for SQL access to ST_Geometry data. The ST_SHAPELIB library file name is not being correctly created on AIX and HP during the post-installation stage of ArcSDE. The default library file name is being created under location and name:
%SDEHOME%/lib/libst_shapelib.sl.
On AIX, the correct file name is libst_shapelib_64.so. On HP, the correct file name is st_shapelib.sl.
Code:
SQL> create or replace library SDE.ST_SHAPELIB AS
SQL> '<path to library file>/libst_shapelib.sl';
Code:
SQL> create or replace library SDE.ST_SHAPELIB AS
SQL> '<path to library file>/libst_shapelib_64.so';
Get help from ArcGIS experts
Download the Esri Support App