On Tue, Dec 26, 2017, at 11:36, Vasilis Ventirozos wrote:
Hello,
Can anyone guide me through the steps for migration from oracle to postgres with config changes required, keeping in mind that neither I am a oracle DBA not postgres admin
--
I second the ora2pg tool. Currently working on oracle to postgresql migration with it and ora2pg helps a lot.
But you can't get ready recipe for migration. There's ton of stuff to consider from trivial rewriting NVL queries to use COALESCE to more bigger stuff like lack of synonyms in postgresql. All depends on your current Oracle database.
Timo