Tag Archives: export
Exporting Oracle to PostgreSQL
Just a slick little tool for anyone who needs to export an Oracle database to PostgreSQL: Ora2Pg. Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects to your Oracle database, scans it automatically, and extracts its structure or data. It then generates SQL scripts that you [...]