How to, Make EDB Postgres Advanced Server 11.1 compatible with Oracle database
Many friends are asking, if you want to migrate from Oracle to other Database, what should I do? In fact, EDB is a good solution, I hope this article helps you understand how to be compatible with Oracle database. 1. Preinstallation Step 1. Please download and install JDk 1.7. Step 2. Please download JDBC driver for Oracle. http://www.enterprisedb.com/downloads/third-party-jdbc-drivers Step 3. Please put ojdbcxx.jar file to $JAVA_HOME\jre\lib\ext. 2.Begin to install EDB postgres Advanced Server Step 1. Download and Unzip installation file. https://www.enterprisedb.com/legal/document/terms-and-conditions?destination=node/19 Important Step!!Please choose Compatible wit...