Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL
От
Avinash Kumar
Тема
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL
Дата
Msg-id
CAN0TujfDsNKRN_PqOcM-_ar3Pb_JhvDes79i62cFu2aUb5Fhjw@mail.gmail.com
Ответ на
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL (Scott Ribe)
Список
Дерево обсуждения
Exporting TBs of data in Oracle schema/database into CSV format tomigrate into PostgreSQL Prashant Kulkarni <ppk10.prashant@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL manish yadav <manishy174@yahoo.co.in>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL pinker <pinker@onet.eu>
RE: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL <soumik.bhattacharjee@kpn.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL "Peter M. Groen" <peter@osdev.nl>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Thomas Kellerer <shammat@gmx.net>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Pepe TD Vo <pepevo@yahoo.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Pepe TD Vo <pepevo@yahoo.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Laurenz Albe <laurenz.albe@cybertec.at>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Avinash Kumar <avinash.vallarapu@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Laurenz Albe <laurenz.albe@cybertec.at>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Pepe TD Vo <pepevo@yahoo.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Laurenz Albe <laurenz.albe@cybertec.at>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Avinash Kumar <avinash.vallarapu@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Laurenz Albe <laurenz.albe@cybertec.at>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Avinash Kumar <avinash.vallarapu@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Scott Ribe <scott_ribe@elevated-dev.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Avinash Kumar <avinash.vallarapu@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Marlene Villanueva <villanuevamarlene906@gmail.com>
Re: Exporting TBs of data in Oracle schema/database into CSV formatto migrate into PostgreSQL Ron <ronljohnsonjr@gmail.com>
Hi,
--
On Mon, Apr 20, 2020 at 12:31 PM Scott Ribe <scott_ribe@elevated-dev.com> wrote:
So, the big question is: how much downtime can you afford on the current Oracle DB?
Yes, you should investigate the most efficient way to transfer data, but with TBs it will still be significant time. If you can afford the down time, great--kill all other connections to Oracle and go for it. If not, that's more complicated since you'll have to figure out a way to track and apply changes that happen during the copy...
If downtime is a concern, then, start a transaction on PG, using isolation level - REPEATABLE READ, get the SCN number from Oracle and copy the existing data from each table (table by table) using FDW for the initial data load. And then, if you have Oracle GG license, start the replicat from that SCN so that the data gets to sync eventually.
And then, when all the tables are in Sync, go ahead and switch your Apps. If we dont have GG license, we need to look for some other extensions or Kafka or something else that could do this job. Remember, migration is always challenging when lots of data is involved, and there never exists a direct magic.
And then, when all the tables are in Sync, go ahead and switch your Apps. If we dont have GG license, we need to look for some other extensions or Kafka or something else that could do this job. Remember, migration is always challenging when lots of data is involved, and there never exists a direct magic.
Regards,
Avinash Vallarapu
Avinash Vallarapu
+1-902-221-5976
В списке pgsql-admin по дате отправления
От: Scott Ribe
Дата:
От: Marlene Villanueva
Дата: