$ora_errstr=""; and $DBI::errstr=""; give same error | [reply] |
You can't set a value to a read-only variable, why are you trying? The error string for a given handle is reset at most DBI method calls, so you shouldn't need to reset it.
| [reply] |
In my application, most of the files include $ora_errstr=""; line. Earlier it was working fine.Now since we upgraded perl, oraperl(DBI & DBD). All these scripts are failing due to this initialization. We can remove those lines($ora_errstr="";) but it needs lot of effort. I'm not sure how come it was working for previous versions not for new versions. Can anyone help?
| [reply] |