Accessing local database using a dblink in Oracle 9i/10gR2

From: saurangshu <saurangshu_at_gmail.com>
Date: Thu, 3 Jan 2008 11:10:07 -0800 (PST)
Message-ID: <f1245189-65a5-4935-b1c7-a6d7a729065b@i29g2000prf.googlegroups.com>


Hi DB Gurus,

I have an application which tries to access data from more than one identically structured databases. Each of the databases has the same table with different data which the application reads and tries to store in a single repository. Moreover, the source tables can be big at times having three millions or more rows. Now, the application reads data from the remote databases using a dblink created in the runtime. The problem comes when the data source is in the target database instance where the application will have to create a dblink pointing to the local instance itself.

Does anyone knows about any performance problem in accessing the local data using the dblink? I have tried to check the explain plan but the cost seems to be identical for a dblink or a direct access for small tables. Is there any way to check the performance in this case?

Thanks,
Saurangshu Received on Thu Jan 03 2008 - 13:10:07 CST

Original text of this message