I have migrated an oracle database to AWS Aurora PostgreSQL. My application is connecting to another upstream application on Oracle database on AWS RDS.
I'm generating inventory reports from the upstream application. earlier it was both Oracle databases, so they were using dblink to connect the upstream/downstream databases.
dblink and postgresql_fdw installed and both are connecting to the different postgres databases not to oracle db.
My question is how to I connect to Oracle db from postgres.