'Z07H_TRIGGER_1' does not exist; ABC01.Z07H ... table or view does n
- Article Type: General
- Product: Aleph
- Product Version: 16.02
Description:
I tried to run the util E/5/2 ("Restore - Dump Z07H to Z07 and Delete Oracle Trigger") - it came up with this error:
DROP TRIGGER ABC01.Z07H_TRIGGER_1
*
ERROR at line 1:
ORA-04080: trigger 'Z07H_TRIGGER_1' does not exist
FROM ABC01.Z07H
*
ERROR at line 7:
ORA-00942: table or view does not exist
Resolution:
The z07h is a special table created by util e/5/1. It has not had any entry in the abc01 file_list. Normally, this would not be a problem, but when the import of the abc01 tables was done (as part of the re-install of Oracle on the test server) the z07h was not restored (since the import proc looks at the file_list).
I added z07h to the abc01 file_list and then ran p_file_04 to restore the z07h.seqaa from the abc01 $data_files.
You should now be able to run util e/5/2, as usual.
(Note: This was necessary *only* because of this Oracle re-install. Under normal circumstances, the z07h does not need to be in the file_list.)
- Article last edited: 10/8/2013