OraOpenSource / Logger

Logger is used by Oracle developers to instrument their PL/SQL code
http://www.oraopensource.com/logger/
MIT License
310 stars 118 forks source link

Default admin_security_check to FALSE #212

Closed martindsouza closed 6 years ago

martindsouza commented 6 years ago

The preference PROTECT_ADMIN_PROCS is probably one the most annoying things for developers starting out when using Logger. It is only used when Logger is installed in one schema but used from a different schema. It has value in some cases but most environments this gets changed to FALSE.

Due to backwards compatibility we can't remove it.