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

Home -> Community -> Usenet -> c.d.o.misc -> DBD::Oracle on Solaris2.6 ?

DBD::Oracle on Solaris2.6 ?

From: Dan Hopkins <dan_at_ukonline.net>
Date: 1998/06/09
Message-ID: <6ljch0$4u4$1@morse.news.easynet.net>#1/1

I'm having some problems installing DBD::Oracle 0.47 on a new Solaris2.6 box. Perl5.004_04 went on with no problems, as did DBI 0.93

make'ing the DBD::Oracle module doesn't throw up any obvious errors, but come to the 'make test' and both tests core dump as shown below. The ORACLE_USERID env variable is correctly set, as is TWO_TASK. SQL*Net 2 is configured correctly (sqlplus will connect with no problems) Can anyone suggest why I might be getting ORA-03113 on the test ?

Any suggestions appreciated.

PERL_DL_NONLAZY=1
/usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-s olaris/5.00404 -I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base..............dubious

        Test returned status 0 (wstat 139, 0x8b) Number found where operator expected at (eval 19) line 1, near ")0"

        (Missing operator before 0?)
        test program seems to have generated a core
t/plsql.............ORA-03113: end-of-file on communication channel (DBD: oexec error)
Use of uninitialized value at t/plsql.t line 128. disconnect(DBI::db=HASH(0x194d4c)) invalidates 1 active cursor(s) at t/plsql.t line 140.
DBI Handle cleared whilst still active!.

    dbih_clearcom (h 0x194e54, com 0x1e2008):

       FLAGS 0x11: COMSET Warn
       TYPE 3
       PARENT DBI::db=HASH(0x194d4c)
       KIDS 0 (0 active)
       IMP_DATA undef in 'DBD::Oracle::st'
       NUM_OF_FIELDS 0
       NUM_OF_PARAMS 1
dubious
        Test returned status 0 (wstat 139, 0x8b)
        test program seems to have generated a core
FAILED--2 test scripts could be run, alas--no output ever seen *** Error code 139
make: Fatal error: Command failed for target `test_dynamic'

Dan Hopkins
UK Online Ltd. Received on Tue Jun 09 1998 - 00:00:00 CDT

Original text of this message

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