Oracle Solution for Error ora-30376

Solution for Oracle Error ORA-30376

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