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

Remove Trigger on LOGGER_LOGS

martindsouza opened this issue · 3 comments

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.

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

Created INS_LOGGER_LOGS for public use.

This issue was moved to OraOpenSource#31