| How to check Plan table [message #411476] |
Sat, 04 July 2009 03:28  |
Mohan10g Messages: 88 Registered: May 2009 Location: INDIA |
Member |

|
|
Hi all,
Sometimes i see in explain plan the execution plan will not exist in sql developer tool. (i.e it will be blank in that column).
Note
(in order to use explain plan make sure the plan table exist)
My question is how to check my plan table exist in sql developer tool.
Regards,
|
|
|
|
|
|
|
| Re: How to check Plan table [message #411513 is a reply to message #411480] |
Sat, 04 July 2009 09:34   |
Michel Cadot Messages: 28979 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
| Quote: | i executed the query.
(SQL> select 'OK' from plan_table where rownum=1)
no rows selected
What does it mean?
|
You don't have access to a plan_table, so yo uhave to create one.
Regards
Michel
|
|
|
|
|
| Re: How to check Plan table [message #411521 is a reply to message #411517] |
Sat, 04 July 2009 10:20   |
Michel Cadot Messages: 28979 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
| Mohan10g wrote on Sat, 04 July 2009 16:49 |
Hi all,
"PLAN_TABLE exists in your schema".
How do you say "PLAN_TABLE exists in your schema".
Regards,
|
It is the opposite, plan_table DOES NOT exist in your schema.
Regards
Michel
|
|
|
|
|
|