Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help, what's going wrong?

Help, what's going wrong?

From: Stanley <stanley_woo_at_yahoo.com>
Date: Wed, 27 Dec 2000 14:10:33 +0800
Message-ID: <92c1p5$s3m129@imsp212.netvigator.com>

Hi,
I'm newbie to oracle, just wrote a perl script to insert some data into database daily. It doesn't work and with error message as below. But worked fine if executed the script under ksh. Enclosed with

part of code :-
sub connect_DB
{

   use DBI;
$DSN = "DBI:Oracle:CCS1";
$user = "ccsdba";
$pw = "ccsdba";
$dbh = DBI->connect($DSN, $user,$pw)

      || die "cannnot connect: $DBI::errstr\n" unless $dbh;    return;
}

Error message :- Received on Wed Dec 27 2000 - 00:10:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US