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

xx_ebs_logger #82

Closed dlongmore closed 8 years ago

dlongmore commented 8 years ago

I now have a version that is Oracle EBS 12.2 (including edition based redefinition (EBR) compliance). The hard work was purely in making it compliant with Oracle EBS 12.2 standards compliant (adding no new features). The next step was to add a feature which is very similar to the ability to set the level for a specific client_id (context). At the core of the EBS world exists what are called "concurrent program requests" (think dbms_scheduler). By using the pattern for client_id I was able to provide a logging on/off switch which is based on the "id" of the concurrent request. I am happy to share the code. I am not sure how you would go about merging into the mainline. But it maybe useful in someway. xx_ebs_logger.zip

martindsouza commented 8 years ago

We've moved the project to https://github.com/OraOpenSource/Logger/ As such I can't accept this PR here.

I've created a ticket https://github.com/OraOpenSource/Logger/issues/179 for this update. What code as changed in Logger to integrate EBS?