[GENERAL] Postgres stored proc that extracts data from Oracle

2005-03-13 Thread James
Hello All, I am a beginning PL/pgSQL and PL/SQL developer and I have a question. I need to create a procedure in postgres that would compare data between a table in Postgres and a table in Oracle. Let's put it like this, I have a list of projects in a table in PG and the properties of those

Re: [GENERAL] Postgres stored proc that extracts data from Oracle

2005-03-13 Thread Bruno Wolff III
On Thu, Mar 10, 2005 at 17:12:46 -0800, James [EMAIL PROTECTED] wrote: Do you guys have thoughts on how to implement this? I am not expecting an easy solution but I wish to get started asap. Any advice would be appreciated. My usual solution is to use a perl script which talks to both