Hi list
when I am running a perl code which uses DBI and DBD::Oracle I am getting
the following error

DBD::Oracle initialisation failed: Undefined subroutine &DBI::common::STORE
called at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBD/Oracle.pm
line 68. at ctva/data/libora.pm line 69

the code libora.pm contains the following line from 64 to 71

sub openlink
{
        my($self, $userid, $passwd)=(@_);
        my $conn =
                "dbi:Oracle:".$self->_get('oralink');
        my $db = DBI->connect($conn, $userid, $passwd) or return
DBI->errstr;
    return $db;
}

Can you please suggest / advise me why I am getting this error. What are the
probable reasons to get this error and what are the remedies?

Thanks and Regards
Anirban.

Reply via email to