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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: View HELP Please!

Re: View HELP Please!

From: <Jared.Still_at_radisys.com>
Date: Wed, 12 Feb 2003 16:03:38 -0800
Message-ID: <F001.0054B4B1.20030212160338@fatcity.com>


Robert,

Why not run a trace on both the view and standalone SQL, and share the results?

At least the explain plans.

Jared

Freeman Robert - IL <FREEMANR_at_tusc.com>
Sent by: root_at_fatcity.com
 02/12/2003 07:18 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        View HELP Please!


I'm fighting a view.... Someone hand me a big dagger with which to kill it.
I have a view that takes 6 minutes to run when I query it like this:

select
count(*) from TST_XVW a
where claim_carrier_key=41721;

Yet, if I take the SQL from the view, add the claim_carrier_key predicate to
it, I get a run time of 6 seconds. I've tried several different hints (push_pred, use_nl, etc) and I'm just not seeming to be able to get the optimizer to give me a good plan. Any help on this would be appreciated.

Robert
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Freeman Robert - IL
  INET: FREEMANR_at_tusc.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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: Jared.Still_at_radisys.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). Received on Wed Feb 12 2003 - 18:03:38 CST

Original text of this message

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