optionally fetch "PL/SQL Code Type" / "PL/SQL Optimize level" from V$PARAMETER

HRiess

Member
Hi !

Would it be possible to add additional Options to the "Compiler > PL/SQL Code Type" and the "Compiler > PL/SQL Optimize level" that would allow PL/SQL Developer to read and use the related "plsql_code_type" / "plsql_optimize_level" settings directly from V$PARAMETER rather than having them hard-coded in the program's settings (e.g. add a 3rd "DB Default" option to the existing "PL/SQL Code Type" setting options of "Native" and "Interpreted")?

This would allow to connect to natively compiled / interpreted db's flexibly, observing the database's settings automatically, rather than having to change the config value(s) manually every time.

cheers!
Herbert
 
Back
Top