Need help in data migration - Mailing list pgsql-admin

From Gourish Singbal
Subject Need help in data migration
Date
Msg-id 674d1f8a05050505224f231a5c@mail.gmail.com
Whole thread Raw
Responses Re: Need help in data migration  ("David A. Leedom" <daleedom@hightowergroup.com>)
List pgsql-admin
I need help to transfer data  from postgreql to oracle database on
regular basis.

The original productin application runs on oracle.
We need this setup temporarily for certain time period till we are
confortable that our application can survive on postgresql.

Please help if somebody has worked on such projects.

I tried taking pg_dump as follows from postgresql 7.4.5

pg_dump -t tablename_test -a -D -O rpt_production > tablename_test.sql

and than ran below on oracle but i got many errors.
One reason i can think of is becase i have column names like
 "version", "type", in the insert command?.

SQL>@$HOME/tablename_test.sql

Am i misssing any thing
please help
Awaiting reply
--
Best,
Gourish Singbal

pgsql-admin by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: [ANNOUNCE] IMPORTANT: two new PostgreSQL security problems found
Next
From: "David A. Leedom"
Date:
Subject: Re: Need help in data migration