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

ORA-31068: updateXML expected data format [string] instead of [string]

1 Answers  


DRG-12433: load of string JDBC driver class failed

1 Answers  


PCC-00105: Keyword WORK required here by ANSI

1 Answers  


ORA-24027: AQ HTTP propagation encountered error, status-code string, string

1 Answers  


ORA-27013: skgfqdel: cannot delete an open file

1 Answers  






SQL*Loader-00905: Error parsing SQL statement for upi: [number]

1 Answers  


RMAN-08508: archive log destination=string

1 Answers  


ORA-00329: archived log begins at change string, need change string

1 Answers  


ORA-29383: all leaves of top-plan string must be consumer groups

1 Answers  


ORA-26575: remote database does not support replication parallel propagation

1 Answers  


ORA-06536: IN bind variable bound to an OUT position

1 Answers  


SQL*Loader-00465: %s directive expects number arguments, number found.

1 Answers  


Categories