Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: how do I see if a table is using indexes or scan
You would execute this script with the user your are using to tune the query
$ORACLE_HOME/rdbms/admin/utlxplan.sql
then in sqlplus
set autotrace on
this would display the excution plan after the execution of your query
ciao Received on Thu Sep 12 2002 - 05:14:21 CDT