Jim Gust
Member²
I am working on a performance issue that we see in production but not in the lower environments. I tried to look at the EXPLAIN PLAN in prod for a particular CTE but ran into a "Not allowed in read-only mode" error.
PLD Read-Only Explain Error:
Connecting the same way to prod, I'm able to generate it using SQL*Plus:
I'm also able to create it in PLD if I turn off read-only:
I'll turn off read-only since security already has me blocked on DML and DDL statements.
PLD Read-Only Explain Error:
Connecting the same way to prod, I'm able to generate it using SQL*Plus:
I'm also able to create it in PLD if I turn off read-only:
I'll turn off read-only since security already has me blocked on DML and DDL statements.