empty explain pane in TOAD and SQLDeveloper [message #400203] |
Mon, 27 April 2009 02:44 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Martin Eysackers
Messages: 80 Registered: October 2005 Location: Belgium
|
Member |
|
|
Hi all,
I use sqldeveloper 1.5.4.59.40 and DB is 11g
and TOAD, both exhibit the same problem
I don't get anything in the explain pane
sys.plan_table$ exists, public synonym plan_table exists
grant delete, insert, select, update on sys.plan_table$ to public; is also there
clicking explain tab shows empty pane (plan_table remains empty as well)
explain plan for select ...... does work :
[code]
select *
from table(dbms_xplan.display)
[code]
does work, as does
[code]
select *
from plan_table
[code]
any insights on this ?
Kr
Martin
[Updated on: Mon, 27 April 2009 02:55] Report message to a moderator
|
|
|
|
|
|
|
|