Connecting to Oracle 11g with perl 5.6.1
"Shobha Deepthi V (sobv)" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a perl program that is using Perl 5.6.1 and Oracle 10g. We have migrated the database from 10g to 11g. I modified ORACLE_HOME to use 11g database. However, now the program fails with, ORA-06401: NETCMN: invalid driver designator (DBD ERROR: OCIServerAttach) Anything else that I need to take care of when moving from 10g to 11g? Should I updated DBI or DBD::Oracle modules? These are the current versions that am using, DBI: 1.18 DBD::Oracle - 1.07 Thanks, Shobha Deepthi V