When compiling a procedure with debug information (via "ALWAYS add debug info for connections") on an 11g database that has PLSQL_WARNINGS='ENABLE:ALL', I get the following warnings:
Code:
Error: PLW-06015: parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL = 1
Line: 1
Text: CREATE OR REPLACE PROCEDURE test_warnings AS
Error: PLW-06013: deprecated parameter PLSQL_DEBUG forces PLSQL_OPTIMIZE_LEVEL <= 1
Line: 1
Text: CREATE OR REPLACE PROCEDURE test_warnings AS