db2topg icon indicating copy to clipboard operation
db2topg copied to clipboard

db2topg global symbol error .

Open sukirthan opened this issue 4 years ago • 0 comments

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 symbol "$leftover" requires explicit package name at ./db2topg.pl line 1021. Global symbol "$leftover" requires explicit package name at ./db2topg.pl line 1021. Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1027. syntax error at ./db2topg.pl line 1033, near "/) " (Might be a runaway multi-line "" string starting on line 1027) Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1034. Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1034. Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1037. Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1038. Global symbol "$trigger" requires explicit package name at ./db2topg.pl line 1039. syntax error at ./db2topg.pl line 1041, near "elsif" ./db2topg.pl has too many errors.

sukirthan avatar Feb 26 '21 09:02 sukirthan