[added CC to oracle-fdw-general, where this should be]
Papiernik Anna-AAP053 wrote:
> I have Oracle with OS authentication.
>
> And I have installed PostgreSQL and I want to migrate data from Oracle
to PostgreSQL database.
>
>
>
> I have performed steps:
>
> CREATE EXTENSION oracle_fdw;
>
>
rnik Anna-AAP053";
Date: Tue, Oct 23, 2012 06:07 PM
To: "pgsql-general@postgresql.org";
Subject: [GENERAL] oracle_fdw with oracle os authentication
I have Oracle with OS authentication.
And I have installed PostgreSQL and I want to migrate data from Oracle to
PostgreSQ
I have Oracle with OS authentication.
And I have installed PostgreSQL and I want to migrate data from Oracle to
PostgreSQL database.
I have performed steps:
CREATE EXTENSION oracle_fdw;
CREATE SERVER oradb FOREIGN DATA WRAPPER oracle_fdw OPTIONS (dbserver '');
GRANT USAGE ON FOREIGN SERVER oradb
Hi
I have Oracle with OS authentication.
And I have installed PostgreSQL and I want to migrate data from Oracle to
PostgreSQL database.
I have performed steps:
CREATE EXTENSION oracle_fdw;
CREATE SERVER oradb FOREIGN DATA WRAPPER oracle_fdw OPTIONS (dbserver '');
GRANT USAGE ON FOREIGN SERVER or