in reply to Re^3: copying mysql table data to oracle table
in thread copying mysql table data to oracle table

Thanks for all help! I just got this fixed by setting as below:

my $date_conv = $odbh->prepare("ALTER SESSION SET NLS_DATE_FORMAT = 'Y +YYY-MM-DD HH24:MI:SS'"); $date_conv->execute;