Connecting Tech Pros Worldwide Forums | Help | Site Map

oracle to pg

Newbie
 
Join Date: Sep 2009
Posts: 2
#1: Sep 27 '09
Hi all,

I have a question... our company has a centralised oracle database and few postgress clinets .. we want to replicate or copy a perticular table and column from oracle to pg..

is there any way we can do it with out using any tools in postgress.... oracle should not push the change but postgress should pull the information from oracle..


thx,
Danny

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Sep 28 '09

re: oracle to pg


1.Export from oracle to a flat file
2.Import into postgress
Reply