ORA-02403: plan table does not have correct format

Answers were Sorted based on User's Feedback



ORA-02403: plan table does not have correct format..

Answer / guest

Cause: The explicit plan table does not have the appropriate
field definitions.

Action: Redefine the plan table to have the appropriate
field definitions.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

ORA-02403: plan table does not have correct format..

Answer / sravan kumar

If u get this error means u should create your own
plan_table and decleare it in your query.If u did that
means u will avoid ur problem.

ex: explain plan into plan_table(your own plan_table) for
query;

generally we use " explain plan for query " (In this query
oracle by default takes plan_table,in some situations it
shows error,by avoiding that errors we create plan_table
and menction as shown above)

ex:: explain plan into sravan for select * from emp e,dept
d where e.deptno=d.deptno;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-04001: heap initialization failure

1 Answers  


ORA-09208: sftcls: error closing file

1 Answers  


SQL*Loader-00703: Internal error: argument number

1 Answers  


RMAN-08519: channel string: scanning datafilecopy string

1 Answers  


PLS-00588: unqualified instance attribute references allowed only in member methods

1 Answers  






ORA-39018: master process received invalid message number string

1 Answers  


NNL-00211: Cache checkpoint interval is now string

1 Answers  


PCC-02426: Incompatible LOB types

1 Answers  


ORA-01425: escape character must be character string of length 1

1 Answers  


ORA-30445: workload queries not found

1 Answers  


KUP-11012: file string in string already exists

1 Answers  


ORA-27034: maximum length of ORACLE_SID exceeded

1 Answers  


Categories