Well you DBI is about 55+ updates behind and your DBD::Oracle is about 13 behind. I would say update both. The error below is telling my you are still using a very old way to connect to Oracle which I think has been dropped in 11+ and dropped from DBD::Oracle in I think 1.11 hope this helps Cheers John Scoles
> Subject: Connecting to Oracle 11g with perl 5.6.1 > Date: Tue, 4 Oct 2011 21:04:16 +0530 > From: s...@cisco.com > To: dbi-users@perl.org > > 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 > > >