Compiled Objects
Oracle OCI PDB 19.18.0.1.0
Is there a difference in compiling with debug vs compiling without debug using Toad for Oracle as far as the optimizer creating a sql execution plan? For example, 2 databases one all objects compiled with debug (Packages, functions, procedures) and another compiled without debug. Would both perform the same and is it possible that the two would choose different execution plans for the same SQL used in an APEX application?
Thanks