ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generate...

Results 138 ora2pg issues
Sort by recently updated
recently updated
newest added

Hello, I suggest a enhanced behavior by adding an adaptive data limit parameter. In my last migration, I had many big tables but some of them had the avg_row_len at...

enhancement

In Oracle a have View to access to other table via dblink. ``` CREATE OR REPLACE FORCE VIEW BLANKS_V ( BLANK_ID, BLANK_SERIES, BLANK_NUMBER, BLANK_TYPE_ID, OLD_BLANK_STATUS, NEW_BLANK_STATUS, CHANGE_DATE, CONTRACT_NUMBER, RECORD_DATE, OPER_TYPE,...

enhancement

Hello, I am seeing a lot of these errors when trying to load data. $ psql ph_tst01 < CREDENTIAL***_data.sql SET SET SET ERROR: cannot truncate a table referenced in a...

Hi Team, I observed that after a recent commit, sequences are not getting exported properly for MYSQL. Earlier `int auto_increment` used to export as `serial` Now its getting exported as...

I have a MySQL database that has a variety of table partitioning defined(including subpartitions). When I am trying to export data it is failing because of subpartitions present in the...

Hi Seniors, We are trying to migrate data from Oracle database where a column in a table is a user defined datatype which intern points to type as table. While...

The null_equal_empty configuration currently generates invalid code if the argument is a number. some_dbk is not null gets translated to (some_dbk and some_dbk::text '') This give the error that a...

Hi ! I use ora2pg v23.0 to migrate an Oracle database (11.2.0.3) to a PostgreSQL database (11) ; it works but when i try to use "TEST_DATA" option, i have...

Good morning Mr Darold, I hereby inform you because in the conversion of a procedure within a package from oracle to pg via ora2pg, the type of variable/input parameter XMLTYPE(Oracle)...

Hi folks, I have a set of polygons inside a oracle table which represent circles. I am trying to import these into postgres 12 using ora2pg. The circle is represented...