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

With a ora2pg.conf with SCHEMA myself EXPORT_SCHEMA 1 PACKAGE_AS_SCHEMA 1 it seems to export fine, but I ran into an error, and I think it is because the return type...

enhancement

# ora2pg -version Ora2Pg v21.0 # ora2pg_table_data.conf ORACLE_HOME /u01/oracle/product/11.2.0 ORACLE_DSN dbi:Oracle:host=192.168.1.4;sid=orcl ORACLE_USER user1 ORACLE_PWD user1 SCHEMA user1 TYPE INSERT ALLOW system_params NLS_LANG AMERICAN_AMERICA.AL32UTF8 OUTPUT system_params_data.sql # ora2pg -c ora2pg_table_data.conf WARNING:...

enhancement

I have the reserved keyword "authorization" used in Oracle, so I enabled the USE_RESERVED_WORDS, I also have FILE_PER_CONSTRAINT enabled to have the constraints in a separate file, and some of...

enhancement

I decided to change the type of one of the columns being imported, but ran into a problem since the field in Oracle had a default value and it is...

enhancement

Hi,darold Dose the 'WHERE' directive support Chinese characters。I've tried it and found it doesn't support。 ora2pg.conf like this: [ora2pg.txt](https://github.com/darold/ora2pg/files/5813339/ora2pg.txt)

enhancement

Good afternoon Darold, I hereby contact you because I read from the ora2pg documentation that if the software had configured for the type of table export, it would convert indexes...

enhancement

I am trying to install Ora2Pg version 20 (lattest release) on windows 10. Installed StrawberryPerl as well as ActivePerl. 1) Run perl Makefile.PL. 2) Run gmake: Error: **to undefined at...

question

Hi darold, Thank for your very useful tools, it's save so much time! I have some table need export to CSV file, I read in document and see a flag...

enhancement

Hi Darold, I am trying to export Materialized views using input file option and got the below error: ![Mview Capture](https://user-images.githubusercontent.com/67134199/103339190-be242b00-4aa6-11eb-9322-ce265fac6976.PNG) Below query I used: CREATE MATERIALIZED VIEW "MV_EMP" ("EMPNO", "ENAME",...

enhancement

Setting PRESERVE_CASE to 1 and migrating an Oracle schema gives expected results on CREATE/ALTER TABLE statements, etc., i.e. table names in the resulting `table.sql` are double quoted upper case (e.g....

enhancement