But this doesn’t mean that all will be automatic. You have to recheck PL/pgSQL code generated by the tool. This is necessary because of the difference of functionalities between Oracle and PostgreSQL. If you have a lot of PL/SQL code, this will not be a little task. Anyway, application code is on your charge.
Best regards
Michel SALAIS
De : dbatoCloud Solution <dbatocloud17@gmail.com> Envoyé : dimanche 7 novembre 2021 17:15 À : Firthouse banu <penguinsfairy@gmail.com> Cc : pgsql-admin@postgresql.org Objet : Re: Looking for help to migrate Oracle PL SQL code to PGSQL code
Hi Firthouse banu
Can you please share your experience of migrating oracle code to postgresql ? I mean the steps and overview which would be great.
I have done it in my previous project . Yes it’s difficult and time taking process . Because some features which is in oracle will not be working for Postgres. We need to find the equivalent of it and change code .
I have used AWS schema conversion tool to converts complete schema as it will not do your complete job some changes needs to be done manually….