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

NO_OP installer has references to logger_logs table #77

Closed sChintamani closed 9 years ago

sChintamani commented 10 years ago

Hi, The _noop installer has anchored references to logger_logs table. This I found the hard way, once the script went to deployment into near PROD env.

We installed the regular version in DEV & QA environments and no_op version was required on the PROD env. When we ran the no_op version without un-installing the previous logger, the builds went fine and we didn't realize this anchoring until we hit PROD. I just now came back from this deployment (it's 3:00 AM in the morning :( !).. Please see the attached screen-shot for details.

Would be nice to have an updated script checked in into git-hub. I 'll be more than happy to contribute the updated version, we came up with.

image

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#78