ORA-00001: unique constraint (SYS.I_OBJAUTH1) violated
Any ideas how to resolve this issue when compiling packages?
Oracle Database 12.1.0.2
Enterprise Redhat 7
I am applying some of our application packages onto a database and have the following error messages (where dms_dba.dbpk_short_tour_duty is one of our pieces of code)
alter PACKAGE DMS_DBA.DBPK_SHORT_TOUR_DUTY compile
*
ERROR at line 1:
ORA-04045: errors during recompilation/revalidation of
DMS_DBA.DBPK_TM_BOBO_WRAPPER_API
ORA-00001: unique constraint (SYS.I_OBJAUTH1) violated
Thanks
Stuart