You are on page 1of 1

https://docs.aws.amazon.com/dms/latest/sbs/chap-rdsoracle2postgresql.

html

https://docs.aws.amazon.com/dms/latest/sbs/chap-rdsoracle2postgresql.steps.html

https://www.enterprisedb.com/blog/the-complete-oracle-to-postgresql-migration-
guide-tutorial-move-convert-database-oracle-alternative
https://cloud.google.com/blog/products/databases/migrating-oracle-to-postgresql-
just-got-a-lot-easier
https://blog.aspiresys.com/digital/cloud/6-simple-steps-to-migrate-from-oracle-to-
postgresql/

migration mistakes:
https://www.youtube.com/watch?v=GoOri7fOHLg
NULL are treated differently. In oracle null is "", postgress null is null

In postgres, varchar and text is same.


Numeric in postgres has a higher precedence.

Dont set PK as numeric in postgres, use integer/bigInteger instead. Otherwise, it


will lead to performance hit.
Decide proper datatypes.

Mistakes:
System tuning
Table spaces
Case Folding
Dual Table
Synonyms
Null
Fine Tuning
Native Features
Exceptions
Data Types

You might also like