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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: database links and performance

Re: database links and performance

From: Paul Drake <bdbafh_at_gmail.com>
Date: Tue, 8 Feb 2005 11:48:31 -0500
Message-ID: <910046b40502080848557a319d@mail.gmail.com>


In the x86 (and x86-64) space, most servers ship with dual integrated network adapters supporting gigabit.

Non-managed 8 port Gigabit switches are in the $100 (USD) range. http://www.linksys.com/products/product.asp?grid=35&scid=42&prid=529

If your servers are not yet fully exploiting their gigabit network adapters, why not use a backbone network for your database links, batch jobs and backups?

It works for me.
BTW - by using a separate listener for the gigabit network with a larger SDU - you can better exploit jumbo ethernet frames. beware - interoperability just plain sucks. go with one vendor's products, or abandon jumbo frames entirely.
One vendor's large jumbo frame is 9000 bytes, another's is 9014 bytes. They don't play nicely together.

(don't forget the larger SDU size in the client tnsnames.ora file also).

Paul

On Tue, 8 Feb 2005 14:39:50 -0000, John Dunn <jdunn_at_sefas.com> wrote:
> We are considering using database links in Oracle 9i but are concerned about
> performance.
>
> Presumably the network can be a bottleneck when using database links.
>
> Does anyone have any useful experiences with performance of database links?
>
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 08 2005 - 11:51:19 CST

Original text of this message

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