Re: Best practice to load a huge table from ORACLE to PG

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Best practice to load a huge table from ORACLE to PG
Дата
Msg-id 48134B38.4050807@commandprompt.com
обсуждение исходный текст
Ответ на Re: Best practice to load a huge table from ORACLE to PG  (Potluri Srikanth <spotluri@ismartpanache.com>)
Ответы Re: Best practice to load a huge table from ORACLE to PG  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-performance
Potluri Srikanth wrote:
> But do we link oracle trigger to postgres trigger ?
>
> i mean :
>
> oracle trigger will take a note of what has been changed .
> but then how do we pass those changes to postgres trigger ?

I am assuming you can use the java trigger from oracle to load the
postgresql jdbc driver, make a connection to postgresql and perform
whatever statement needed to be done.

Sincerely,

Joshua D. Drake

P.S. It is possible that Oracle can't do this (I don't know)

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

Предыдущее
От: Potluri Srikanth
Дата:
Сообщение: Re: Best practice to load a huge table from ORACLE to PG
Следующее
От: Luke Lonergan
Дата:
Сообщение: Re: Best practice to load a huge table from ORACLE to PG