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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Statement Tunning

Re: Statement Tunning

From: Brian Peasland <peasland_at_usgs.gov>
Date: Wed, 21 Mar 2001 13:47:02 GMT
Message-ID: <3AB8B0D6.65D95668@usgs.gov>

Angela,

There is no real way to save execution plans like in Oracle 8i. The best that you can do is to use hints and RULE based optimization. This way, you will know which execution plan you are pointing the optimizer to.

HTH,
Brian

Angela Okpala wrote:
>
> Could anybody out there tell me if there is a way that i could save an
> Execution Plan using Oracle7.3.4. We added a new Index to an existing table
> and it seems that when Oracle uses this new Index, the execution time takes
> longer, which means using the old access path would be a better option.
> However, I know with Oracle8i, this could be done through using 'stored
> outlines'. I just dont know, how to do it with Oracle version 7.3.4. Any
> ideas???
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Wed Mar 21 2001 - 07:47:02 CST

Original text of this message

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