HomeOracleOracle Error ORA-02402: PLAN_TABLE not found

Oracle Error ORA-02402: PLAN_TABLE not found

Oracle Error Message

ORA-02402: PLAN_TABLE not found

Reason for the Error

The table used by EXPLAIN to store row source information does not exist in the current schema.

Solution

Create a plan table in the current schema or use the INTO clause of the statement to put the results of the explain command in an existing plan table.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...