Oracle Error ORA-30376: prevent sharing of a parsed query of an explain rewrite session

Oracle Error Message

ORA-30376: prevent sharing of a parsed query of an explain rewrite session

Reason for the Error

Explain rewrite generates a shared cursor after parsing the user query. Raising this error will prevent the cursor from being shared.

Solution

None