Login  Register

Data access from one dB to other

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Data access from one dB to other

satish
1160 posts
This post was updated on Jun 07, 2021; 1:05pm.
Dear erman,

apart from dblink,what all the ways we have to access data from oracle to non oracle/oracle databases.

Are DB Links and web services are used to integrate and get data from other external systems?what is the difference and in what cases each one is used...



Thanks
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Data access from one dB to other

ErmanArslansOracleBlog
Administrator
5727 posts
Yes, you can use db links, web services, some code that have the access drivers for those databases like jdbc, also you can have a replication tool that replicates data from one db to another, a CDC application, a fast and atomic ETL and so on.. you name it..

But db link is the old fashion.. I don't recommend using them for critical and long processes.. The errors on the dblink layer is not catchable most of the time.. Consider a modern approach..