problems and solutions for migrating Oracle database into Postgresql
Posted by admin on February 2nd, 2009 filed in Datebase, GeneralAfter a long break this is my first post, this is about migrating oracle database into Postgresql.
In this migration session I found all these important points, so I jorden almost all the points to concern to succed this process
bringing oracle datbase into postgresql is a simple process only but only thing is we should have patience to change the queries
according to the postgresql in our project.
Change the DataBase Scripts from existing Oracle to PostGres
—-> Change the DataTypes
—-> Write Triggers and Sequences
—-> Write UniqIndex
—-> Changing method names according to the postgresql

Leave a Comment