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 -> Re: ORA-07217, environment variables

Re: ORA-07217, environment variables

From: srivenu <srivenu_at_hotmail.com>
Date: 26 Aug 2002 06:10:44 -0700
Message-ID: <1a68177.0208260510.174f68b@posting.google.com>


DBI:ORACLE:xxx
xxx is a service name which we had defined in TNSNAMES.ORA

for ex: This is from one of my programs

my $dbh = DBI->connect( 'dbi:Oracle:dba',

'xxx',
'xxx',
{ RaiseError => 1, AutoCommit => 0 } ) || die "Database connection not made: $DBI::errstr";

Here dba is a service name that i had defined in my TNSNAMES.ORA Received on Mon Aug 26 2002 - 08:10:44 CDT

Original text of this message

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