Our DBA team does not want to give us access to the PLAN_TABLE, and instead have created an internal one for us to use called DBA1.CSG_EXPLAIN. Is there a setting in SQL/PL that I can direct it to use this table instead of the normal PLAN_TABLE when I want to run an Explain plan?
thanks