oracle_fdw with oracle os authentication

Поиск
Список
Период
Сортировка
От Papiernik Anna-AAP053
Тема oracle_fdw with oracle os authentication
Дата
Msg-id B794E447AC4E4244B93D1DEC296590703E37D120@BL2PRD0410MB385.namprd04.prod.outlook.com
обсуждение исходный текст
Список pgsql-general

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 oradb TO postgres;

CREATE USER MAPPING FOR postgres SERVER oradb OPTIONS (user '', password '');

 

Then I have created foreign table and I want to select from it.

Unfortunatelly, oracle_fdw is unable to connect using OS authentication and it doesn’t work.

 

Is it possible to use oracle_fdw to have OS authentication?

 

Regards,
Anna

В списке pgsql-general по дате отправления:

Предыдущее
От: damien clochard
Дата:
Сообщение: PostgreSQL Magazine now available in Chinese
Следующее
От: Papiernik Anna-AAP053
Дата:
Сообщение: oracle_fdw with oracle os authentication