Re: migrate off oracle data to postgres

From: Pepe TD Vo <pepevo(at)yahoo(dot)com>
To: Pgsql-admin <pgsql-admin(at)postgresql(dot)org>, Pgsql-general <pgsql-general(at)postgresql(dot)org>, PgAdmin Support List <pgadmin-support(at)lists(dot)postgresql(dot)org>, JC JC <shekharjchandra(at)hotmail(dot)co(dot)uk>
Subject: Re: migrate off oracle data to postgres
Date: 2020-03-31 15:51:35
Message-ID: 1493124385.1141236.1585669895986@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin pgsql-general

I have tables ddl data definitions already.  Only need to move the data over off Oracle to Postgres
Bach-Nga

No one in this world is pure and perfect.  If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.*** Genuinely rich *** Faithful talent *** Sharing success

On Tuesday, March 31, 2020, 11:46:58 AM EDT, JC JC <shekharjchandra(at)hotmail(dot)co(dot)uk> wrote:

#yiv3534479505 P {margin-top:0;margin-bottom:0;}In my view ora2pg can do most of the stuff you requested.ora2pg can be used to generate the DDL from oracle to postgres based on attributes set in ora2pg conf file (for example TYPE TABLE, will allow getting oracle DDL in an output file, TYPE COPY will bring the data). No doubt you need to set remaining attributes based on the requirement.
Export to CSV is not required, as mentioned TYPE COPY will do a load of data if you like it to do Direct Data Streaming.As of my limited experience I never encountered any issue on the limit on data being transferred, but definitely the load time vary depending on the environment.
Regardsjc

From: Pepe TD Vo <pepevo(at)yahoo(dot)com>
Sent: 31 March 2020 15:15
To: Pgsql-admin <pgsql-admin(at)postgresql(dot)org>; Pgsql-general <pgsql-general(at)postgresql(dot)org>; PgAdmin Support List <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: migrate off oracle data to postgres Hello,
I have a huge data on Oracle, would you please suggest how to migrate all data off Oracle to Postgres?  Do I need to export into csv and upload to postgres?  Ora2pg is limited data from oracle to postgresql right?

Bach-Nga

No one in this world is pure and perfect.  If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.*** Genuinely rich *** Faithful talent *** Sharing success

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Adrian Klaver 2020-03-31 15:54:46 Re: migrate off oracle data to postgres
Previous Message JC JC 2020-03-31 15:46:35 Re: migrate off oracle data to postgres

Browse pgsql-admin by date

  From Date Subject
Next Message Adrian Klaver 2020-03-31 15:54:46 Re: migrate off oracle data to postgres
Previous Message JC JC 2020-03-31 15:46:35 Re: migrate off oracle data to postgres

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-03-31 15:54:46 Re: migrate off oracle data to postgres
Previous Message JC JC 2020-03-31 15:46:35 Re: migrate off oracle data to postgres