Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Explain plan on remote tables

Explain plan on remote tables

From: Hitesh Patel <hpatel_at_pathcom.com>
Date: Wed, 03 Feb 1999 19:48:16 -0500
Message-ID: <36B8EE50.3847@pathcom.com>


We are performing insert into local tables, source data is selected from the remote tables (synonyms pointing to remote tables via database links). The select statement is passing a rule hint in the sql statements and still it takes longer. The remote tables are analyzed and it is required for processes on that instance. How we can make sure that it is using rule hint when going via database link.

        Local oracle version is 7.3.4

        remote oracle version is 7.2.3

        When we try to run explain from 7.3.4, it hangs and query never returns.

        Any ideas???

        Thanks in advance.

        Hitesh Patel Received on Wed Feb 03 1999 - 18:48:16 CST

Original text of this message

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