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
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?