Is there a free software to migrate a Postgresql database to an Oracle one ?
I need to migrate the schema (tables, views, sequence) and, most importantly, the stored procedures.
I tried to use the procedure described here:
https://www.youtube.com/watch?v=W1QaEHpNw6Y
With the Postgresql JDBC driver from here:
https://jdbc.postgresql.org/download.html
But i don't have the option "Migrate to Oracle".
By right-clicking on a table, i can select "Copy to Oracle" and it works. But i can't see any of my procedures, and so cannot copy them into oracle.
I know there are similar questions but they are old and maybe in 2016 there is a solution.