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

Installation error in 2.1.0 (on trigger) #37

Closed martindsouza closed 11 years ago

martindsouza commented 11 years ago

logger_configure in 2.1.0 has an issue when compiling the trigger that no longer exists. This is a bug since I commented out the wrong lines of code.

martindsouza commented 11 years ago

During the 2.1.0 release I had commented out the wrong lines in logger_configure. I had commented out references to biu_logger_prefs instead of bi_logger_logs.

martindsouza commented 11 years ago

During the 2.1.0 release I had commented out the wrong lines in logger_configure. I had commented out references to biu_logger_prefs instead of bi_logger_logs.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#38