Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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-27149: assignment out of range

1 Answers  


KUP-11001: files not from the same unload operation

1 Answers  


ORA-32623: incorrect use of MODEL PRESENT* functions

1 Answers  


PLS-00315: Implementation restriction: unsupported table index type

1 Answers  


ORA-06528: Error executing PL/SQL profiler

1 Answers  


ORA-25472: maximum open iterators exceeded

1 Answers  


ORA-10906: Unable to extend segment after insert direct load

1 Answers  


ORA-29393: user string does not exist or is not logged on

1 Answers  


ORA-01125: cannot disable media recovery - file string has online backup set

1 Answers  


ORA-19595: archivelog string already included in backup conversation

1 Answers  


ORA-12423: invalid position specified

1 Answers  


ORA-09949: Unable to get client operating system privileges

1 Answers  


Categories