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-30653: reject limit reached

2 Answers  


ORA-30755: error during expansion of view hierarchy

1 Answers  


CLSR-01012: Invalid instance stop mode [string] is specified

1 Answers  


NNL-01009: Outbound message contexts freed: number

1 Answers  


QSM-02178: MV has a view with UNION ALL that is not fast refreshable

1 Answers  






ORA-15004: alias "string" does not exist

1 Answers  


SQL*Loader-00423: element count is greater than maximum allowed for the column

1 Answers  


ORA-06109: NETTCP: message receive failure

1 Answers  


LSX-00231: invalid unsigned integer "~S"

1 Answers  


ORA-01261: Parameter string destination string cannot be translated

1 Answers  


ORA-13187: subdivision failed

1 Answers  


QSM-02154: MV is not fast refreshable even with view merging

1 Answers  


Categories