RE: Problem with login as sysdba in DBI/DBD::Oracle

2003-01-13 Thread Georg Botorog
is not very appreciated), but I have no time at present to check it. Anyway, thanks for the help. George -Original Message- From: Jared Still [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 5:10 AM To: Georg Botorog; Tim Bunce Cc: [EMAIL PROTECTED] Subject: Re: Problem

RE: Problem with login as sysdba in DBI/DBD::Oracle

2003-01-07 Thread Georg Botorog
suggestion? Thanks. -Original Message- From: Tim Bunce [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 1:11 PM To: Jared Still Cc: Georg Botorog; [EMAIL PROTECTED] Subject: Re: Problem with login as sysdba in DBI/DBD::Oracle On Tue, Dec 24, 2002 at 07:31:00AM -0800

Problem with login as sysdba in DBI/DBD::Oracle

2002-12-19 Thread Georg Botorog
Hi, I have the following trivial piece of code: use DBI ; use DBD::Oracle ; use strict; my $db = ... ; my $usr = ... ; my $pwd = ... ; my $mode = 2 ; my $dbh = DBI-connect (dbi:Oracle:.$db, $usr, $pwd, {ora_session_mode = $mode}) ; ...

Problem with login as sysdba in DBI/DBD::Oracle

2002-12-19 Thread Georg Botorog
Hi, I have the following trivial piece of code: use DBI ; use DBD::Oracle ; use strict; my $db = ... ; my $usr = ... ; my $pwd = ... ; my $mode = 2 ; my $dbh = DBI-connect (dbi:Oracle:.$db, $usr, $pwd, {ora_session_mode = $mode}) ; ...

Column Names for Oracle Cursor

2002-11-04 Thread Georg Botorog
Hi, Is there a way to get the column names for a cursor call instead of :B1, :B2, etc? Thanks, G. Botorog