What is the overhead in compiling plsql packages with debug
select owner,object_name,object_type,last_ddl_time,debuginfo from sys.all_probe_objects
where debuginfo = 'T' and object_type in ('FUNCTION','PROCEDURE','PACKAGE','PACKAGE BODY')
returns hundreds of rows.
Does this mean there is a performance degradation in the plsql objects