Description
Welcome to part 2 of the four-part blog series on navigating Oracle to Postgres migrations. I am super stoked to let you know the first post in the
Summary
- Welcome to part 2 of the four-part blog series on navigating Oracle to Postgres migrations.
- from Oracle, let me walk you through a practical experience with data types to show you how important testing each conversion is.
- If you’re migrating from a typical Oracle workload, there is a high chance you will hit this issue in the way Oracle treats NULLs in strings vs. Postgres.
- If your application depends on shared cache values for sequences, it would be good to think about changing the design in the app itself given this difference.