From: | "Williams, Travis L, NPONS" <tlw(at)att(dot)com> |
---|---|
To: | <Zuhra(dot)Sanusi(at)seagate(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: A way to link oracle DB to postgres DB for data transfer |
Date: | 2002-10-24 23:59:33 |
Message-ID: | AB815D267EC31A4693CC24D234F8291602BA335F@ACCLUST02EVS1.ugd.att.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I don't know about DB specific.. and their might be a better way.. but
couldn't you just dump the data to file in a specific format/order and
cp to wherever postgres is running and have a script that reads it back
in?
Travis
-----Original Message-----
From: Zuhra(dot)Sanusi(at)seagate(dot)com [mailto:Zuhra(dot)Sanusi(at)seagate(dot)com]
Sent: Thursday, October 24, 2002 6:43 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] A way to link oracle DB to postgres DB for data
transfer
I need to transfer data that reside in my oracle database to my
postgres
database on a specific interval.
So, is a way to create a link between the oracle DB and the postgres DB
for data transfer usage.
If I were to do it between 2 oracle database , I could have done via a
DBLINK.
I would greatly appreciate if someone could give me pointers on how to
get
this done.
Thank you. Any help is greatly appreciated.
Regards
Zuhra Sanusi
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | David Griffiths | 2002-10-25 00:04:42 | Re: A way to link oracle DB to postgres DB for data transfer |
Previous Message | liu | 2002-10-24 23:52:31 | ODBC pass a calculated timestamp to DB cause error |