Queries over DB Links

2001-02-01 Thread Bill Becker

Hello,

We seem to have more and more questions regarding query
performance across DB Links, and how to improve it.
I have the Gurry/Corrigan book, but can't find anything on
this specific topic.
Can anyone point me to a good whitepaper or other article
regarding query performance across DB Links?
Thanks
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Becker
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Queries over DB Links

2001-02-01 Thread Toepke, Kevin M

Bill,

Also, you don't want to join remote tables together. Create a join-view on
the remote database instead.

Kevin

-Original Message-
Sent: Thursday, February 01, 2001 1:10 PM
To: Multiple recipients of list ORACLE-L


Bill,

Queries across DB links are pretty messy. Check Metalink I found some
information there, particularly on tuning SQL*Net/Net8.  Outside of that
there
is not too much you can do.  One thing you should try to minimize if
possible is
queries that have a mix of local and remote tables.  In that case since the
local DB has no idea of what the indexes are on the remote system, it
sometimes
decides that the best way is to create a temp table locally of all that
remote
data * then perform the joins.  Needless to say that temp table is not
indexed.

Dick Goulet

Reply Separator
Author: Bill Becker [EMAIL PROTECTED]
Date:   2/1/2001 9:07 AM

Hello,

We seem to have more and more questions regarding query
performance across DB Links, and how to improve it.
I have the Gurry/Corrigan book, but can't find anything on
this specific topic.
Can anyone point me to a good whitepaper or other article
regarding query performance across DB Links?
Thanks
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Becker
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Toepke, Kevin M
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).