tmuth / Logger---A-PL-SQL-Logging-Utility

Logger is used by Oracle developers to instrument their PL/SQL code
55 stars 145 forks source link

Reference to BI_LOGGER_LOGS #36

Closed casajarm closed 9 years ago

casajarm commented 11 years ago

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

martindsouza commented 10 years ago

What version did you have this issue in? This was dropped in 2.1.0. I just tested on the 2.2.0 script and no errors.

casajarm commented 9 years ago

Sorry this was over a year ago. I should have noted it at the time.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#37