Options

PLSQL_ARCHIVE Missing from Generation Script

DenisJCilliersDenisJCilliers Posts: 19 New member
edited March 28, 2024 10:11AM in Schema Compare for Oracle
When running the generated script for a schema compare with a blank schema 
CREATE SEQUENCE dev.seq_wt_wkshop_tt_cancel MINVALUE 0 NOCACHE;
...
This is the first line of the gene script and  I get the following error 
4 ORA-04088: error during execution of trigger 'DEV.PLSQL_ARCHIVER_TRG'
ORA-00604: error occurred at recursive SQL level 1
ORA-06550: line 4, column 5:
PLS-00201: identifier 'PLSQL_ARCHIVER.ARCHIVE_VERSION' must be declared
ORA-06550: line 4, column 5:

Why is the PLSQL_ARCHIVE table missing from the script?

Answers

Sign In or Register to comment.