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.
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.