Autoconfig fails
ERROR at line 1:
ORA-30554: function-based index XDB.XDB$ACL_XIDX is disabled
ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
ORA-06512: at line 36
ORA-01403: no data found
solution::
alter index xdb.XDB$ACL_XIDX rebuild;
alter index xdb.XDB$ACL_XIDX enable
Re-Ran autoconfig
No comments:
Post a Comment