Oracle data to PG - Mailing list pgsql-admin

From Dischner, Anton
Subject Oracle data to PG
Date
Msg-id 31df7c7aa56a44cf8e23aca8b3f80513@MITMB5.helios.med.uni-muenchen.de
Whole thread Raw
Responses Re: Oracle data to PG
Re: Oracle data to PG
Re: Oracle data to PG
List pgsql-admin

Hi Team,

 

we are searching for a way to import a dump from an Oracle Installation into PostgreSQL.

 

Ist not administrated by us, so foreing table or connect as an user (as ora2pg seems to need) is not an option.

 

We had a look into https://www.enterprisedb.com/blog/the-complete-oracle-to-postgresql-migration-guide-tutorial-move-convert-database-oracle-alternative

especially:

  • Ora2pg—a robust migration tool that connects to an Oracle database,  extracts schemas and tables and generates SQL scripts that can be loaded into Postgres.
  • Ora_migrator—an extension that  uses  an oracle_fdw foreign data wrapper to extract data from an Oracle database. 
  • Orafce—this extension allows you to implement a number of Oracle functions in Postgres.  It also provides support for Oracle date formatting and additional Oracle data types.
  • EDB Migration Portal—a web-based service for migrating from Oracle to EDB Postgres Advanced Server that features Assessment, Schema conversion and Compatibility reporting. 

we have to import data only.

No indexes, PL/SQL or other stuff.

 

Maybe it makes sense to install an Oracle Instance, import the data and then connect as a user and do the conversion.

 

What are you hints and experiences to plan and accomplish this task?

 

best

 

Anton

 

 

 

 

pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_upgrade issue, upgrading from v10 to v14
Next
From: raf
Date:
Subject: Re: error I don't understand