Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DBD::Oracle on Solaris2.6 ?
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 coret/plsql.............ORA-03113: end-of-file on communication channel (DBD: oexec error)
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 coreFAILED--2 test scripts could be run, alas--no output ever seen *** Error code 139
Dan Hopkins
UK Online Ltd.
Received on Tue Jun 09 1998 - 00:00:00 CDT
![]() |
![]() |