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

Hi, I have been trying to use ora2pg for mysql migration Created initial configuration and template Updated ora2pg conf file with Mysql and PG DSN Export_schema.sh runs ok When I...

Version tested: 24.3 Example of oracle geometry: ![imagem](https://github.com/darold/ora2pg/assets/25960143/ceba8277-0806-4b23-bedd-9d824589d9d9) Example of the postgreSQL geometry exported using ora2pg 24.3: ![imagem](https://github.com/darold/ora2pg/assets/25960143/dae5d5e2-3925-42c5-a3bd-3de664cdfd56)

Hi Darold, Thank you for your supporting. We're having trouble with lob tables. When we used the lo_import command to export the data, we were able to do it correctly....

I have 2 different database one is dev and the other one is test. While copying dev database to the same postgresql db there is no issue. but while copying...

When generating a new project the resulting powershell export script contains an if else more akin to bash. It should be: if ($etype -eq "TABLE") { $blob_to_lo="" } else {...

Trying to convert from a dump with over 800 tables. I have tried lowered the DATA_LIMIT all the way to 10 and it still doesn't work My server has 12...

Hi, Wanted to ensure i am reading the ora2pg assessment rwport correctly. Please confirm if below is accurate - 1. If the assessment report shows Procedure - Number =5, Estimated...

# VM specification: vCPUs 4 RAM 16 GiB # Table details: myTable size: 4 GB Blob. # Export duration: 8 hours. Max rows per second reached was 75 Command: ora2pg...

Hi @darold, I was wondering if there is a way to override all these default encoding parameters (mainly `NLS_TIMESTAMP_FORMAT`) ``` [centos@ip-10-9-14-120 yb-voyager]$ ora2pg -t SHOW_ENCODING -c Current encoding settings that...

My customer reported, so there is not possibility to ensure old behaviour of transformation procedures on modern postgres. PG_SUPPORTS_PROCEDURE is implicitly set for PostgreSQL v11+. Can be nice to have...