Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBLINKs in critical production system
I did not get this part." Another issue is the performance, because now you have at least two optimizers working and only one of them can handle the query".
Two optimizers working!!? Is DBLINK queries behavior/access path different from non-dblink queries? Why dblink queries are slow compared to non-dblink queries considering both databases are in same location ?
From: Alfonso León [mailto:aleon68_at_gmail.com]
Sent: Monday, April 30, 2007 1:15 PM
To: Thotangare, Ajay (GTI)
Subject: Re: DBLINKs in critical production system
Hello:
As people told you security is an issue here, but sometimes is needed, then you should for example if user a is the owner on dbA create synonyms and grant permitions only on the objects needed on that particular part of your application to a proxy user on dbA, an create the dblink over the proxy user.
Another issue is the performance, because now you have at least two optimizers working and only one of them can handle the query. the other would become a slave. So you have to decide where should the query run.
Regards
On 4/30/07, Thotangare, Ajay (GTI) <Ajay_Thotangare_at_ml.com> wrote:
Hi Group,
I have a question about dblink. I always hear that
Can anybody please let me know the reason for such comments on dblinks.
regards,
Ajay
If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here <http://www.ml.com/email_terms/> for important additional terms relating to this e-mail. http://www.ml.com/email_terms/
-- Alfonso Leon -- http://www.freelists.org/webpage/oracle-lReceived on Tue May 01 2007 - 08:28:26 CDT
![]() |
![]() |