Re: Read a CLOB data from an Oracle table and INSERT it into a BYTEA column in Postgres using jdbc?

Поиск
Список
Период
Сортировка
От Vyacheslav Kalinin
Тема Re: Read a CLOB data from an Oracle table and INSERT it into a BYTEA column in Postgres using jdbc?
Дата
Msg-id 9b1af80e0903301525j578ded88g8c4a6fadcd8aec0e@mail.gmail.com
обсуждение исходный текст
Ответ на Read a CLOB data from an Oracle table and INSERT it into a BYTEA column in Postgres using jdbc?  (SHARMILA JOTHIRAJAH <sharmi_jo@yahoo.com>)
Список pgsql-general
You are fetching an Oracle LOB locator. I am not a guru of OCI let alone JDBC but AFAIK you should create a LOB descriptor, bind it to the locator and load the LOB data that you can insert into postgres.

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