I have sql file with structure:create table,insert into table, contrains, etc.... This script was generated in oracle, and my job is tranform this script into compatible script for postgreSQL.
Does anyone know if can I use ora2pg without installing oracle? For example only with files .sql or oracle dmp? Or I must allways first import sql file into Oracle db and then connect to oracle db in ora2pg config file
Thank you