Local and Remote queries

From: David Marcus <dmarcus_at_notes.cc.bellcore.com>
Date: 1996/02/15
Message-ID: <4fvo97$rb4_at_athos.cc.bellcore.com>#1/1


Has anyone had any experience with remote tables joined to a local table(s).
eg: tablea local

     tableb remote

select ...
  from tablea a,

       tableb b
 where a=b;

This gives us very poor performance. I've logged TARs in the past, and was told by Oracle that the entire remote table is brought back into local memory.  Can anyone verify this and/or suggest a method around it??? We are running 7.1.3.2 on a HP with oracle financials and peoplesoft along with some home grown apps. Any help would be appreciated. Received on Thu Feb 15 1996 - 00:00:00 CET

Original text of this message