Denise Ferrell wrote:
> Using PostgreSQL 9.3.4 on Linux Red-Hat platform.
>
> Is there a way to use dblink to link from a PostgreSQL database to an Oracle database?
No, dblink can only connect to PostgreSQL.
Try oracle_fdw: http://laurenz.github.io/oracle_fdw/
Yours,
Laurenz Albe