PostgreSQL - Access Oracle Database in PostgreSQL
Today, organizations stores information(data) in different database systems. Each database system has a set of applications that run against it. This data is just bits and bytes on a file system - and only a database can turn the bits and bytes of data into business information. Integration and consolidation of such information(data) into one database system is often difficult. Because many of the applications that run against one database may not have an equivalent application that runs against another. To consolidate the information into one database system, we need a heterogeneous database connection. In this post, I'll demo on how you may connect PostgreSQL to one of heterogeneous database Oracle using different methods. Below are few methods to make connection to Oracle database in PostgreSQL. Using ODBC Driver Using Foreign DataWrappers Using Oracle Call Interface(OCI) Driver Softwares used in demo(included download links): CentOS 7 64bit,...
Comments
Post a Comment