Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERRORS

Status
Not open for further replies.

johny2K

Technical User
Dec 19, 2001
184
CA
hi experts,

i am not a perl programmer, i just want to check what's causing these errors, as i am receiving these ones everyday:

1. DBI connect('studio','lens',...) failed: ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege (DBD ERROR: OCISessionBegin) at /var/ line 210

** here's line 210 under /var/
$dbh=DBI->connect('dbi:Oracle:studio','lens','lens');


2. Name "main::svrver" used only once: possible typo at /var/ line 20.
Name "main::localver" used only once: possible typo at /var/ line 30.
Use of uninitialized value in pattern match (m//) at /var/ line 8.
Date for (ddmmyy):<b> 01/01/03</b>

** below's line 20, 30 & 8 respectively.

$svrver=(stat($need))[9];
$localver=(stat($tmp))[9];
if ($ARGV[0] =~ /(\d)/) {

i would greatly appreciate any help to solve these errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top