Re: Oracle to Postgres

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Many free and licence software available for ora to pg migration. If you are facing difficulties during the migration process by using the free tools you can consult. Many consultants and volunteers will help you in the process.




Regards,
Zaid
Bitnine Global 

On Fri, 12 Jul 2024 at 7:21 AM, Muhammad Ikram <mmikram@xxxxxxxxx> wrote:
Hi,

Three tools I know which can help .

Ora2pg : A free tool that helps in migration of schema and data both. Rich in options and best suits for target vanila PG. 

EDB’s Migration toolkit can migrate both schema and dara but for vanila PG code objects won’t migrate. 
Amazon SCT converters schema and Amazon has service to migrate data. 

Regards,

Muhammad Ikram
Bitnine Global


On Fri, 12 Jul 2024 at 06:23, Ron Johnson <ronljohnsonjr@xxxxxxxxx> wrote:
On Thu, Jul 11, 2024 at 8:02 PM Sam Stearns <sam.stearns@xxxxxxx> wrote:
Howdy,

We have a project to migrate our Oracle databases that are hosted on an Oracle Database Appliance to Postgres hosted on a Linux VM.  Questions:

  1. Is there a tool out there that we can use to analyze resource sizing on the Appliance that will give resource sizing recommendations for the VM?

The appliance doesn't tell you how much space your database uses???

Anyway, we converted an 8TB on-prem Oracle 12 db (heavy on CLOBs) to RDS Postgresql 12; the resulting db was about 6TB.  I'm sure that vanilla PG would be about the same size (or smaller now, since compression on dupes-allowed b-tree indices is much better now than in PG 12).
 
  1. Is there a schema conversion tool or similar out there that we can use to convert Oracle ==> Postgres?

As Keith said, Google is your friend.

That's how I found ora2pg, which we used in our conversion project (for the data only; someone had to rewrite all the stored procedures).

If you use ora2pg, remember to tell it to convert all of the NUMERIC(38,0) columns to BIGINT.

[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux