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

Answers were Sorted based on User's Feedback



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

Answer / dheerendra

PLAN_TABLE does not exist in each schema. You need to
create this table into your schema.The DDL comes with each
installation. Execute file UTLXPLAN.SQL in your schema to
create PLAN_TABLE. On unix server it usually remains in
$ORACLE_HOME/rdbms/admin folder.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / guest

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

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

NNL-00290: Cancelled cache flush

1 Answers  


ORA-31204: DBMS_LDAP: PL/SQL - Invalid LDAP Session.

1 Answers  


ORA-24126: invalid CASCADE_FLAG passed to DBMS_REPAIR.string procedure

1 Answers  


ORA-06438: ssaio: the asynchronous read was unable to read from the database file.

1 Answers  


PCC-00032: Invalid option "string"

1 Answers  


ORA-39113: Unable to determine database version

1 Answers  


KUP-04071: record discarded from file string

1 Answers  


ORA-01136: specified size of file string (string blocks) is less than original size of string blocks

1 Answers  


ORA-25406: could not generate a connect address

1 Answers  


ORA-09835: addCallback: callback port is already in a set.

1 Answers  


PROT-00015: Unimplemented feature

1 Answers  


ORA-16593: XML conversion failed

1 Answers  


Categories