Re: DBD-Oracle-1.14

From: Jared Still (jkstill_at_cybcon.com)
Date: 12/21/03


To: "Scheper, Clemens" <clemens.scheper@datev.de>
Date: 20 Dec 2003 17:56:02 -0800


This code fragment:
my $sql=q{select * from v$version};

my $sth = $dbh->prepare($sql,{ora_check_sql => 0 });
$sth->execute;
print qq{
DBI Version: $DBI::VERSION
DBD::Oracle Version: $DBD::Oracle::VERSION
--------------------------------------------
SQL: select * from v\$version;
};

while( my $ary = $sth->fetchrow_arrayref ) {
   print join(' ',@{$ary}),"\n";
}

produces this output:

DBI Version: 1.38
DBD::Oracle Version: 1.14
--------------------------------------------
SQL: select * from v$version;
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
PL/SQL Release 9.2.0.4.0 - Production
CORE 9.2.0.3.0 Production
TNS for Linux: Version 9.2.0.4.0 - Production
NLSRTL Version 9.2.0.4.0 - Production

This on RH 8.0

HTH

Jared

On Fri, 2003-12-19 at 02:22, Scheper, Clemens wrote:
> Hello,
>
> does DBD-Oracle-1.14 support ORACLE9i (9.2.0.4)?
>
> Connecting to ORACLE9 with DBD-Oracle-1.12 I get error message
>
> DBI->connect(DWHT) failed: ERROR OCIEnvInit at ... line ...
>
>
> Regards, Clemens Scheper
> --
>
>
>



Relevant Pages

  • Re: Lucid statement of the MV vs RM position?
    ... there's more than 30 years of production apps out there running ... second language) databases with SQL DBMS's without using SQL against ... so you told me the jury was out regarding modeling and implementing ... thinking behind the origins of SQL, ...
    (comp.databases.theory)
  • Re: Lucid statement of the MV vs RM position?
    ... there's more than 30 years of production apps out there running ... second language) databases with SQL DBMS's without using SQL against ... so you told me the jury was out regarding modeling and implementing ... thinking behind the origins of SQL, ...
    (comp.databases.theory)
  • Re: 3vl 2vl and NULL
    ... Of course with SQL large portions of the query statement can be used in forming the update. ... language and is loved by many, ... That was frustrating given that it is the data model part of the RDBMS ... take it all the way into production. ...
    (comp.databases.theory)
  • Re: Lucid statement of the MV vs RM position?
    ... there's more than 30 years of production apps out there running ... second language) databases with SQL DBMS's without using SQL against ... so you told me the jury was out regarding modeling and implementing ... fancy footwork with the original definitions. ...
    (comp.databases.theory)
  • Re: Is it possible to stop odbc connections to an oracle database
    ... Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production ... OLAP and Oracle Data Mining options ... JServer Release 9.2.0.1.0 - Production ... SQL> column program format a30 ...
    (comp.databases.oracle.server)