db2topg icon indicating copy to clipboard operation
db2topg copied to clipboard

Automated tool for DB2 migration to PostgreSQL, ala ora2pg

Results 8 db2topg issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for this script! While executing "./db2topg.pl -f db2_sql_script -o Folder -d XXX -p ***" I receive the following output: "iso-8859-15 or utf8 at ./db2topg.pl line...

My solution is check quoted when $field eq '' if ($field eq '') # fast exit for empty (should mean null) { if ($colnull[$num] == 1) { my $quoted =...

getting below error . user@hsotname[db2topg-master] $ ./db2topg.pl -f /tmp/db2mig/pksql_script.sql -o /tmp/db2mig/XXX -d DBNAME -IT -u db2user -p xxxxxx Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1019. Global...

Hi Damien, We are getting below error while running db2topg.pl to migrate our existing db2 schema to PostgreSQL server. Error message: I don't understand FILE '/A300202i/DLIINFO.f3' 52752) in a CREATE...

Hi Team, im getting an table space error while run the ./db2topg.pl . I don't understand FILE '/db2/database/aeibank/test/testdata' 333952, in a CREATE TABLESPACE section at ./db2topg.pl line 441, line 42....

hi when i excute ./db2topg.pl -f my_db2_sql_script -o my_output_dir -d db2_dbname -u db2_user -p db2_pwd i have this error : linea 1: error sintáctico cerca del elemento inesperado `newline' línea...

Hi Team, I am using db2topg on Windows server. i am running these commands on cmd by connecting to db2. I ran the first command and it worked perfectly fine....

We tried to run the sql file with db2topg.pl and getting some error while processing . I have run the command with `./db2topg.pl -f my_db2_sql_script -o my_output_dir -d db2_dbname -u...