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

Remove Trigger on LOGGER_LOGS #31

Closed martindsouza closed 11 years ago

martindsouza commented 11 years ago

Remove the trigger on LOGGER_LOGS for both performance issues and to resolve #17. Still need to create a public API to insert into LOGGER_LOGS in case any external code inserted into it.

martindsouza commented 11 years ago

By centralizing the insert into LOGGER_LOGS removed a lot of pragma autonomous_transaction / commit statements since only needed in once location.

martindsouza commented 11 years ago

Created INS_LOGGER_LOGS for public use.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#31