forked from tmuth/Logger---A-PL-SQL-Logging-Utility
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
From @casajarm on August 12, 2013 13:0
In the script LOGGER_INSTALL.SQL the trigger BI_LOGGER_LOGS is dropped but then in the procedure LOGGER_CONFIGURE it is compiled resulting in an error:
Calling logger_configure begin * ERROR at line 1: ORA-04080: trigger 'BI_LOGGER_LOGS' does not exist ORA-06512: at "LOGGER_USER.LOGGER_CONFIGURE", line 108 ORA-06512: at line 2
Copied from original issue: tmuth#36