Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how do I see if a table is using indexes or scan

Re: how do I see if a table is using indexes or scan

From: Candido Dessanti <termy_at_blunet.it>
Date: Thu, 12 Sep 2002 12:14:21 +0200
Message-ID: <3D8068FD.6020503@blunet.it>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US