From: | Roberto Mello <rmello(at)cc(dot)usu(dot)edu> |
---|---|
To: | val(at)webtribe(dot)net |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Perform a Select on an Oracle Database from PG |
Date: | 2002-12-19 16:05:38 |
Message-ID: | 20021219160538.GB30522@cc.usu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Thu, Dec 19, 2002 at 03:37:00PM +0000, val(at)webtribe(dot)net wrote:
> How do I do a cross-database connection?
>
> I have data in a table in Oracle that I need to copy into a
> Postgres table. It has been suggested to me that I attempt to
> perform a cross-database select instead of exporting the info
> from Oracle into a CSV file and then importing the CSV data into
> Postres.
>
> Can someone please advise me on how to do this or point me to
> some documentation?
Write a program in some language that can access both databases. SELECT
data from Oracle and INSERT into PostgreSQL.
That assumes the database structure has already been migrated.
You might want to look at conversion tools in the PostgreSQL contrib tree
(see ftp site) and related articles at http://techdocs.postgresql.org/
-Roberto
--
+----| Roberto Mello - http://www.brasileiro.net/ |------+
+ Computer Science Graduate Student, Utah State University +
+ USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ +
All true wisdom is found in taglines.
From | Date | Subject | |
---|---|---|---|
Next Message | javier garcia | 2002-12-19 16:16:45 | Re: UPDATE with a SELECT and subSELECT(About comparing dates and non dates data) |
Previous Message | val | 2002-12-19 15:37:00 | Perform a Select on an Oracle Database from PG |