ora_migrator
ora_migrator copied to clipboard
Tools for Oracle to PostgreSQL migration
Here is proposed query for PostgreSQL `comment` commands over current database after ```SQL CREATE FOREIGN TABLE sys.all_tab_comments ( "owner" varchar(30) NOT NULL, table_name varchar(30) NOT NULL, table_type varchar(11) NULL, "comments"...
Hi, I'm trying to write tests as you [have asked ](https://github.com/cybertec-postgresql/ora_migrator/issues/35#issuecomment-1278586316) me to. So far I was able to figure out the database needs ``` datestyle = 'Postgres, MDY' intervalstyle...
Hi, I have installed plugins `db_migrator--0.9.0.sql` and `ora_migrator--0.9.2.sql`. For User mapping I used an user with full privileges on Oracle. I have also enabled DEBUG logging in the `db_migrate_prepare` script....