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 :
Regards
Dinesh Nair
From: Kamal Lekan AbdulWahab <dba.abdulwahab@xxxxxxxxx>
Sent: Thursday, July 31, 2025 7:47 PM To: Raj <rajeshkumar.dba09@xxxxxxxxx> Cc: Pgsql-admin <pgsql-admin@xxxxxxxxxxxxxxxxxxxx> Subject: Re: Post Oracle to Postgres migartion
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@xxxxxxxxx> wrote:
|