Re: Post Oracle to Postgres migartion - Mailing list pgsql-admin

From DINESH NAIR
Subject Re: Post Oracle to Postgres migartion
Date
Msg-id PN4P287MB4381DBD6FDC7B959956CA9F09C27A@PN4P287MB4381.INDP287.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Post Oracle to Postgres migartion  (Kamal Lekan AbdulWahab <dba.abdulwahab@gmail.com>)
Responses Re: Post Oracle to Postgres migartion
List pgsql-admin
Hi ,

    
 

          >>  That "etc" is everything except what you didn't explicitly list. 😉


>>Did you create all the same indices and triggers?
>> Did you convert all NUMERIC and NUMERIC(38,0) to BIGINT in Ora2pg?

Best practice followed for migration :

  1. Applying primary key, constraints and indexes
  2. Applying triggers 
  3. Then sequences migration 
  4. Database configuration: configuration of postgres.config , shared_buffers, max_connections, configuring maintenace jobs
  5. Setting user roles and permissions



Regards

Dinesh Nair



From: Kamal Lekan AbdulWahab <dba.abdulwahab@gmail.com>
Sent: Thursday, July 31, 2025 7:47 PM
To: Raj <rajeshkumar.dba09@gmail.com>
Cc: Pgsql-admin <pgsql-admin@lists.postgresql.org>
Subject: Re: Post Oracle to Postgres migartion
 
You don't often get email from dba.abdulwahab@gmail.com. Learn why this is important
Caution: This email was sent from an external source. Please verify the sender’s identity before clicking links or opening attachments.
You can look at SEQUENCES if they are out of sync with values in Oracle. Sometimes, they also affect auto-increment columns. Have you checked and recreated all users accounts? Passwords do not copy over automatically.

On Thu, Jul 31, 2025 at 3:19 AM Raj <rajeshkumar.dba09@gmail.com> wrote:
Hi All,

Post Oracle to Postgres Migration using Ora2pg, as a dba what activites we may have to perform apart from checking count of objects, rows, vacuum analyze etc

pgsql-admin by date:

Previous
From: Kamal Lekan AbdulWahab
Date:
Subject: Re: Post Oracle to Postgres migartion
Next
From: Raj
Date:
Subject: Re: Post Oracle to Postgres migartion