ORA-30376: prevent sharing of a parsed query of an explain rewrite session
What triggered the Error:
Explain rewrite generates a shared cursor after parsing the user query. Raising this error will prevent the cursor from being shared.What should we do to fix it:
None