Re: Exporting TBs of data in Oracle schema/database into CSV format to migrate into PostgreSQL

From: manish yadav <manishy174(at)yahoo(dot)co(dot)in>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>, Prashant Kulkarni <ppk10(dot)prashant(at)gmail(dot)com>
Subject: Re: Exporting TBs of data in Oracle schema/database into CSV format to migrate into PostgreSQL
Date: 2020-04-20 14:56:58
Message-ID: 1450224935.2308894.1587394618311@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You may consider pgloader for copying data from csv to PostgreSQL in a faster way(in parallel)  and with explicit error details.

Thanks and Regards,
Manish Yadav

On Monday, 20 April 2020, 5:23:52 PM IST, Prashant Kulkarni <ppk10(dot)prashant(at)gmail(dot)com> wrote:

Hi Team,
Please can you let me know the menthds/tools/approches to export large amount of data (TBs) present in the schemas into the CSV/delimated format as we have to import that into PostgreSQL later.
I tried for options like SQL Developer/Toad but those are not feasible for vast data size, these tool are OK for GBs of data to export.
Kindly let me know if you have any solution to complete this task.
Thanks.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Avinash Kumar 2020-04-20 14:59:40 Re: Exporting TBs of data in Oracle schema/database into CSV format to migrate into PostgreSQL
Previous Message Laurenz Albe 2020-04-20 14:39:39 Re: Exporting TBs of data in Oracle schema/database into CSV format to migrate into PostgreSQL