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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Database Link Question (For Guru)!

Re: Database Link Question (For Guru)!

From: Barbara Kennedy <barbken_at_teleport.com>
Date: Mon, 21 Aug 2000 21:07:20 -0700
Message-ID: <6%mo5.9994$p5.383718@nntp1.onemain.com>

It depends upon the query. If you join table 1 in Db1 with table2 in db2 then you will do a full table scan in db2 and bring all the data over to db1 to do the join. So you would have a lot of IO hits. If from DB1 you just query a table or tables that are in db2 then it will be as if you were running it from a client application.
Jim
<japs1_at_my-deja.com> wrote in message news:8nqtmk$rs7$1_at_nnrp1.deja.com...
> I am considering creating a database link between two production
> databases (Db1 and Db2).
>
> The link will allow Db1 to interrogate certain tables on Db2.
>
> Both Db1 and Db2 reside on different servers running Oracle 7.3 on Unix.
>
> The question I have is, where does the loading occur when a query is
> executed from Db1 on Db2.
>
> Both Db1 and Db2 are supporting business critical applications, and
> this is where my concerns lie.
>
> I am keen to understand the impact on both databases and both servers
> if a query (or multiple simultaneous queries) are run from Db1 on Db2.
>
> Will there be an impact on the Db2 database if queries are run on it
> from Db1?
>
> What processor takes the biggest hit. Is it server1 or server2, or do
> both servers processors get used?
>
> Are Unix processes kicked off on both servers if a query is executed
> from Db1 on Db2?
>
> Finally, I would appreciate if anyone could advise me of any other
> drawbacks to creating a database link between two production databases.
>
> Eternal thanks in advance for any help,
>
> Japs1.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Aug 21 2000 - 23:07:20 CDT

Original text of this message

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