Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Should I use dblink ?

LesterTMar 31 2016 — edited Apr 6 2016

Hi all here is the situation we are facing.

- We have a vendor software that using oracle

- We want to build some customised reports which will require the data on that database (lets call it vendor db) and some other data on our corp database (lets call it corp db, its also a oracle, both are 12cR1)

- Vendor don't agree us to add schemas to vendor db, so we cannot merge them to signal instances with 2 schemas

I can think up 2 options on my situation:

- 1. Add db link to corp db->vandor db, so that we can do our query in vorp db to access both data (big performance down grade ?)

- 2. create a real time sync copy of vandor schemas in corp db, do the query in corp db without db link

PS, I'm new to oracle so some terms I'm using like db sync, instances, schemas may not very accurate.

thx

This post has been answered by AndrewSayer on Apr 2 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2016
Added on Mar 31 2016
28 comments
5,124 views