Title: Accessing views across a db link
Try this:
 
select --+ DRIVING_SITE(rv)
         *
from view_name@remotedb rv
where columnA = '...';
 
---------
Regards,
 
Waleed
-----Original Message-----
From: Martin, Alan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 5:28 PM
To: Multiple recipients of list ORACLE-L
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@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

Reply via email to