| From: | jo <jose(dot)soares(at)sferacarta(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | migrate from PostgreSQL to Oracle |
| Date: | 2012-10-25 13:29:29 |
| Message-ID: | 50893EB9.70306@sferacarta.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi all,
I'm working with same db schema in PostgreSQL and Oracle,
We mainly work in PostgreSQL but sometimes we need to copy schema and data from pg to oracle
because some our customers want to use oracle instead of pg.
Thus I'm looking for some linux script to migrate from pg to oracle.
At the moment, I dump data from pg using pg_dump in the format:
INSERT INTO table (columns) (values)
then I load it into the Oracle db using cx_Oracle
this procedure is so slow, and sometimes I have to edit and modify
data manually, because some INSERT format aren't compatible.
Is there any interesting linux script to do this more easily? something like the ora2pg script.
thanks
j
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gabriele Bartolini | 2012-10-25 13:33:26 | Re: migrate from PostgreSQL to Oracle |
| Previous Message | Kevin Grittner | 2012-10-25 12:27:46 | Re: Cannot close 'an error has occurred' dialogue box |