Title: 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