RE: Cannot connect to Oracle db; script will not run

2012-08-01 Thread John Scoles
have a look at http://search.cpan.org/~pythian/DBD-Oracle-1.46/lib/DBD/Oracle/Troubleshooting.pm it should answer most of your questions > From: james.war...@acxiom.com > To: beginners@perl.org; dbi-us...@perl.org > CC: newbie01.p...@gmail.com; rob.di..

Re: Cannot connect to Oracle db; script will not run

2012-07-31 Thread Octavian Rasnita
Hi, I've seen: $connString = 'dbi:Oracle:SID' Maybe it helps to add the SID like: $connString = 'dbi:Oracle:SID=SID_NAME' where SID_NAME is the SID you want to use... --Octavian - Original Message - From: "Warren James - jawarr" To: "beginners" ; "dbi-users" Cc: "newbie01 perl" ;