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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 9.0.1.0.0 and the indexes ...

Re: Oracle 9.0.1.0.0 and the indexes ...

From: osy45 <member18536_at_dbforums.com>
Date: Mon, 16 Jun 2003 11:32:49 +0000
Message-ID: <3006441.1055763169@dbforums.com>

run

switch on tracing or follow the explain plan in the instance manager for the named sessions
exec dbms_system.set_sql_trace_in_session (sid#, serial#, true); sid# and serial# can be obtained from v$session or switch tracing on instancewide

switch it off by setting false

did you stat packs? or analyzed the schema ?

forcing indexes can be done using select /* hints here write the index' name */ from ... where ...
but it is no highly recommended

--
Posted via http://dbforums.com
Received on Mon Jun 16 2003 - 06:32:49 CDT

Original text of this message

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