Hi there,
I am facing a problem with sde repository creation when certain parameters in Oracle database are modified.
No matter if it's Oracle 11 R1 or Oracle 10 R2(I haven't tried with other versions - 8 or 9, as they don't support LINGUSTING setting for NLS_COMP parameter).
When I change the database initialization parameters NLS_COMP to LINGUISTIC and NLS_SORT to BINARY_CI, in order to do case-insensitive searches, I am unable to create the SDE schema in that database.
When I use the same Oracle machine, installation and configuration, but I don't modify those parameters everything is going just fine and after successful sde repository creation, if i change NLS_COMP to LINGUISTIC and NLS_SORT to BINARY_CI, the esri_sde service wont start anymore and even if it starts the GDB is useless and broken. My goal is to have case-insensitive search using "LIKE" operator in Oracle GDB, any ideas?
This is the sde_setup.log error:
[Tue Apr 27 11:59:10 2010] SQL Stmt: <drop package SDE.st_geometry_shapelib_pkg>
[Tue Apr 27 11:59:10 2010] ERROR in creating system stored procedures.
Error: -88
[Tue Apr 27 11:59:10 2010] DBMS error code: 4043
ORA-04043: object ST_GEOMETRY_SHAPELIB_PKG does not exist
[Tue Apr 27 11:59:10 2010] SDE schema object install not completed.
[Tue Apr 27 11:59:10 2010] ERROR installing/upgrading ArcSDE, Error = -1