HomeOracleOracle Error ORA-30476: PLAN_TABLE does not exist in the user’s schema

Oracle Error ORA-30476: PLAN_TABLE does not exist in the user’s schema

Oracle Error Message

ORA-30476: PLAN_TABLE does not exist in the user’s schema

Reason for the Error

Estimate_Summary_Size uses Oracle SQL “EXPLAIN PLAN” command to estimate cardinality of the specified select-clause. This requires a table called the PLAN_TABLE in the user’s schema. For more information refer to the SQL Reference Manual.

Solution

Create the PLAN_TABLE as described for EXPLAIN PLAN. On most systems a script utlxplan.sql will create this table.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

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...