Re: Migration from Oracle to Postgres

2020-05-05 Thread legrand legrand
Jean Claude wrote > Hi guys, > > I hope you're doing well. > > Simple question > What are the best methods to migrate a huge table from Oracle to Postgres > ? > > Cheers Hello, Depending on the datatype, and if the databases are co-located on the same server, you may try oracle_fdw (except for

Re: Migration from Oracle to Postgres

2020-05-05 Thread Paul Förster
Hi Jean Claude, > On 05. May, 2020, at 09:07, Jean Claude wrote: > > Hi guys, > > I hope you're doing well. > > Simple question > What are the best methods to migrate a huge table from Oracle to Postgres ? > > Cheers my colleague uses ora2pg. Though I've never tried it myself, he says, it wo

Migration from Oracle to Postgres

2020-05-05 Thread Jean Claude
Hi guys, I hope you're doing well. Simple question What are the best methods to migrate a huge table from Oracle to Postgres ? Cheers