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: <Jared.Still_at_radisys.com>
Date: Tue, 02 Jul 2002 16:18:19 -0800
Message-ID: <F001.0048E77B.20020702161819@fatcity.com>


Alan,

This query should be resolved at the remote end. I forget which version of Oracle was the first to know enough to do that.

Which version are you on?

Have you traced the SQL?

Jared

"Martin, Alan" <amartin_at_dlis.dla.mil>
Sent by: root_at_fatcity.com
07/02/2002 02:28 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Accessing views across a db link


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:
  INET: Jared.Still_at_radisys.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 Tue Jul 02 2002 - 19:18:19 CDT

Original text of this message

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