On Tue, Jun 06, 2006 at 11:13:48AM -0400, [EMAIL PROTECTED] wrote: > > Hi List; > > I want to be able to read an oracle tabe from within Postgres. The Oracle db > is on a different server within the same network. Is there a good way to pull > this off?
Only way to do it from within PostgreSQL would be to write a function in a language that can connect to Oracle, such as plperl. There's been talk about extending dblink to support connecting to other databases, but I don't think anything has actually happenend on that front. If solutions outside the database are acceptable then you have more choices, though most of them are commercial. -- Jim C. Nasby, Sr. Engineering Consultant [EMAIL PROTECTED] Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly