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: help execution plan changes when using a dblink

RE: help execution plan changes when using a dblink

From: Nicoll, Iain (Calanais) <iain.nicoll_at_calanais.com>
Date: Wed, 29 Aug 2001 09:50:24 -0700
Message-ID: <F001.0037B730.20010829094532@fatcity.com>

Have had problems before where anything over a db link was flaky explain plan wise. If you can have the basic query as a view stored remotely on the db you link too it should work more consistently.

Iain Nicoll

-----Original Message-----
Sent: 29 August 2001 17:01
To: Multiple recipients of list ORACLE-L

Hi,

We face the strange problem that an executionplan is changed recently without
any reason. Now it runs with a full_table scan and it did not do so. The query is executed through a dblink and is part of a batch.

Details: oracle 7.3.4, hp-ux 10.20
Query:
select * from debtor_claims_at_deca_link
where debtor_claim_id =
(
select max(debtor_claim_id)
from debtor_claims_at_deca_link
where res_id = 17777291 and
counter_booking_flag = 'N'
)

Tia,

Jeroen

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jeroen van Sluisdam
  INET: jeroen.van.sluisdam_at_vrijuit.nl

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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.com
-- 
Author: Nicoll, Iain (Calanais)
  INET: iain.nicoll_at_calanais.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Aug 29 2001 - 11:50:24 CDT

Original text of this message

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