I can migrate Oracle SQL table to PostgreSQL using ogr2ogr using:
ogr2ogr -progress -f "PostgreSQL" -nln schema.table -skipfailures -overwrite -lco FID=ID_COLUMN -lco GEOMETRY_NAME=geom PG:"host=localhost user=postgres password=yadayada dbname=database" OCI:username/password@server:port/database:schema.table Is there a way to copy the whole schema?
ogr2ogrfor each table in a schema.