Hi all
I'm having problems getting on to the TOAD.
I using version 11.5, call the explain plan then I can't find the cost in the result.
What should I do ?
Thanks!
Nick
Hi all
I'm having problems getting on to the TOAD.
I using version 11.5, call the explain plan then I can't find the cost in the result.
What should I do ?
Thanks!
Nick
Right click on the Explain Plan and select Adjust Content. Check whether the Cost has been ticked and whether it is selected to be shown as a column.
Thanks for your reply, but I am follow you said the setting but it’s not working.
Nick
How about some of the other settings, like DBMS_XPLAN (under Display Mode). Do you still see no Cost value.
Hi All
Anybody can help me with the problem ?
Thanks
Nick
Hi all,
I have been fix the problem.
using the below:
select /*+ ALL_ROWS */ * FROM APP_USERS
Thanks!