Where Do I Find...

Started by Eugene Pooleover 5 years ago2 messagesgeneral
Jump to latest
#1Eugene Poole
etpoole60@comcast.net

I need to know if there is any documentation on what has to be changed
in my Oracle DDL so that it works in PgSql and this includes data inserts.

Gene

#2Paul Förster
paul.foerster@gmail.com
In reply to: Eugene Poole (#1)
Re: Where Do I Find...

Hi Gene,

On 17. Jul, 2020, at 16:05, Eugene Poole <etpoole60@comcast.net> wrote:

I need to know if there is any documentation on what has to be changed in my Oracle DDL so that it works in PgSql and this includes data inserts.

not in general, that I know of. It depends on your Oracle DDL. If you are migrating from Oracle to PostgreSQL, then you might be interested to take a look at ora2pg.

http://ora2pg.darold.net
https://github.com/darold/ora2pg

Cheers,
Paul