OraDump to PostgreSQL
Oracle 덤프 파일의 데이터를 PostgreSQL 데이터베이스로 내보낼 수 있습니다.
Intelligent Converters사에서 공개
2016년 부터 ComponentSource에서 판매중
Oracle 덤프 파일의 데이터를 PostgreSQL 데이터베이스로 내보낼 수 있습니다.
OraDump-to-PostgreSQL is a program to export data from Oracle dump files into PostgreSQL database. The program does direct reading from the dump, so Oracle installation is not required. Command line support allows to script, automate and schedule the conversion process.
OraDump to PostgreSQL Features
OraDump to PostgreSQL Limitations
Synchronization
OraDump-to-PostgreSQL implements synchronization as combination of insert Oracle records that are missing in PostgreSQL table and update existing PostgreSQL records with Oracle data. For synchronization purpose source and destination tables must have identical structures and primary key or unique index defined.
PostgreSQL script file
Oracle to PostgreSQL converter allows users to migrate Oracle database into PostgreSQL format even when there is no direct connection to the destination server. Following this approach, the program exports Oracle data into a local PostgreSQL script file instead of transferring it to database server directly. The output file contains SQL statements defining all tables and inserting the data. This article explains how to import script files into PostgreSQL database.