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: Accessing views across a db link

RE: Accessing views across a db link

From: Martin, Alan <amartin_at_dlis.dla.mil>
Date: Wed, 03 Jul 2002 07:18:10 -0800
Message-ID: <F001.0048EC6B.20020703071810@fatcity.com>


Great hint. I didn't know that one existed. However, our local DB is V7.3.3 connecting to our remote DB V8.1.7. That hint didn't exist back then. Oh well, I guess we'll burn some DASD for a snapshot.  

Thanx,
Alan

-----Original Message-----
Sent: Tuesday, July 02, 2002 11:08 PM
To: Multiple recipients of list ORACLE-L

Try this:  

select --+ DRIVING_SITE(rv)

         *
from view_name_at_remotedb rv
where columnA = '...';  



Regards,  

Waleed

-----Original Message-----
Sent: Tuesday, July 02, 2002 5:28 PM
To: Multiple recipients of list ORACLE-L

Accessing a view across a db link takes a while (fetch phase) when a *local* select statement uses a "where" clause (e.g. select * from view_name_at_remotedb where columnA = '...';). Does anyone know a way (other than a snapshot or materialized view of the remote data on the local db) to force the result set of data (due to the "where" clause) to be resolved on the remote side?

Thanx,

Alan Martin
Defense Logistics Information Service
Battle Creek, Michigan

--

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

Author: Martin, Alan
  INET: amartin_at_dlis.dla.mil

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 Jul 03 2002 - 10:18:10 CDT

Original text of this message

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