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:
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 |