Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: which util do I use to see oracle's execution plan?
I didn't follow the link That Dennis gave you regarding use of explain plan,
but I am sure it explains how to get it initially set up for you. Once that
is in place I recommend looking up a sqlplus utility called autotrace.
To enable it you need to create a role(by running a script @?/sqlplus/admin/plustrce.sql --make sure you are connected as sys). You then assign the newly created "plustrace" role to you and anyone else who may need it.
To turn it on you just type set autotrace on at your sqlplus prompt. There are other options that refine its usage, but that should get you started in the right direction.
Steve
-----Original Message-----
Atkinson
Sent: Wednesday, May 28, 2003 12:15 PM
To: Multiple recipients of list ORACLE-L
I am so novice it'll probably take me years to learn oracle like some of you know it in here...
I am just studying a book, and try to learn from some of its questions.
thx
maa
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Maryann Atkinson INET: maryann_30_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed May 28 2003 - 20:09:43 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Steve McClure INET: smcclure_at_usscript.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).