Postgres stored proc that extracts data from Oracle

From: James <jamesfuerte(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres stored proc that extracts data from Oracle
Date: 2005-03-11 01:12:46
Message-ID: 20050311011246.1088.qmail@web50202.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 projects can be found in a
table in an Oracle DB. I need to create a procedure
that gets a list of all projects with a certain
status. A list of project ID's must be fetched from
postgres and the status of each project ID is in
Oracle.

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.

Thanks in advance,

James


__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Turner 2005-03-11 02:19:19 Re: IO Timeout
Previous Message Geoffrey 2005-03-11 00:09:34 Re: PostgreSQL still for Linux only?