Need help in data migration

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Need help in data migration
Date: 2005-05-05 12:22:56
Message-ID: 674d1f8a05050505224f231a5c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David A. Leedom 2005-05-05 12:46:31 Re: Need help in data migration
Previous Message Greg Sabino Mullane 2005-05-04 23:44:18 Re: [ANNOUNCE] IMPORTANT: two new PostgreSQL security problems found