Re: Perform a Select on an Oracle Database from PG

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: Perform a Select on an Oracle Database from PG
Дата
Msg-id 20021219160538.GB30522@cc.usu.edu
обсуждение исходный текст
Ответ на Perform a Select on an Oracle Database from PG  (val@webtribe.net)
Список pgsql-sql
On Thu, Dec 19, 2002 at 03:37:00PM +0000, val@webtribe.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.


В списке pgsql-sql по дате отправления:

Предыдущее
От: val@webtribe.net
Дата:
Сообщение: Perform a Select on an Oracle Database from PG
Следующее
От: javier garcia
Дата:
Сообщение: Re: UPDATE with a SELECT and subSELECT(About comparing dates and non dates data)