ERROR
When running the Upgrade Geodatabase tool, the pre-requisite check finishes without any warning/error, but upgrading the geodatabase fails.
In the sde_setup.log file found in %ARCGISHOME%/etc folder, there are the following error messages:
====================
[Fri Jun 13 14:26:10 2014]
ST_Geometry Schema Owner: (SDE) Type Release: 1007
[Fri Jun 13 14:26:10 2014] Instance initialized for ((sde)) . . .
[Fri Jun 13 14:26:12 2014] SQL Stmt: <ALTER TABLE HRSD.sde_logfiles MODIFY LOGFILE_NAME NVARCHAR2(256)>
[Fri Jun 13 14:26:12 2014] Unable to upgrade registered tables, error = -25.
[Fri Jun 13 14:26:12 2014] DBMS error code: 1031
ORA-01031: insufficient privileges
[Fri Jun 13 14:26:12 2014] SDE release upgrade not completed(-25).
[Fri Jun 13 14:26:12 2014] ERROR installing/upgrading ArcSDE, Error = -25
====================
Verified user sde has been granted ALTER ANY TABLE privileges.
The error is when running the following SQL statement as user sde:
ALTER TABLE HRSD.sde_logfiles MODIFY LOGFILE_NAME NVARCHAR2(256);
SQLPLUS HRSD/test
HRSD@ORCL>truncate table hrsd.sde_logfiles;
select index_name from user_indexes where table_name = 'STATES';
alter index states_cuk rename to states_uk;
alter table states rename constraint states_cuk to states_uk;
Article ID:000011286
Get help from ArcGIS experts
Download the Esri Support App