DBD-Oracle-1.19 Installation problem
am 31.01.2007 16:52:39 von David.Livingstone
--=_alternative 0057381D87257274_=
Content-Type: text/plain; charset="US-ASCII"
I'm attempting to load DBD-Oracle-1.19 on a RH ES 4(latest update)
proliant system and have
an error when running 'make test'. 10gR2(10.2.0.10) is loaded on the
server.
Any help would be appreciated.
Thanks
ORACLE_USERID set to dba user :
[root@wilddev DBD-Oracle-1.19]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................ok
t/10general.............ok
t/15nls.................ok
t/20select..............ok
t/21nchar............... Database and client versions and character sets:
Database 10.2.0.1.0 CHAR set is WE8ISO8859P1 (Non-Unicode), NCHAR set is
AL16UTF16 (Unicode)
Client 10.2.0.1 NLS_LANG is 'american', NLS_NCHAR is ''
t/21nchar...............ok
t/22nchar_al32utf8......ok
t/22nchar_utf8..........ok
t/23wide_db.............skipped
all skipped: Database character set is not Unicode
t/23wide_db_8bit........skipped
all skipped: Database character set is not Unicode
t/23wide_db_al32utf8....skipped
all skipped: Database character set is not Unicode
t/24implicit_utf8.......ok
t/25plsql...............ok
t/26exe_array...........ok 8/14# Failed test (t/26exe_array.t at line
103)
t/26exe_array...........NOK 9# got: '0'
# expected: '1'
t/26exe_array...........ok 14/14# Looks like you failed 1 tests of 14.
t/26exe_array...........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 9
Failed 1/14 tests, 92.86% okay
t/30long................ok
122/470 skipped: various reasons
t/31lob.................ok
t/40ph_type.............ok 3/19 Placeholder behaviour for ora_type=1 (the
default) varies with Oracle version.
Oracle 7 didn't strip trailing spaces, Oracle 8 did, until 9.2.x
Your system doesn't. If that seems odd, let us know.
t/40ph_type.............ok
t/50cursor..............ok
t/55nested..............ok
t/60reauth..............ORACLE_USERID_2 not defined. Tests skipped.
skipped
all skipped: no reason given
t/70meta................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ -------------------
t/26exe_array.t 1 256 14 1 7.14% 9
4 tests and 122 subtests skipped.
Failed 1/20 test scripts, 95.00% okay. 1/1925 subtests failed, 99.95%
okay.
make: *** [test_dynamic] Error 255
[root@wilddev DBD-Oracle-1.19]#
--=_alternative 0057381D87257274_=--
RE: DBD-Oracle-1.19 Installation problem
am 31.01.2007 17:31:44 von Philip.Garrett
Hi David,
You can ignore that error. It is just testing that the array execute
feature generates the expected warning. Since the test is written
against a 9i database, it could be that 10g just doesn't produce that
warning.
List: has anybody else had this problem installing against 10g? I don't
have it...
Regards,
Philip
=20
-----Original Message-----
From: David.Livingstone@cn.ca [mailto:David.Livingstone@cn.ca]=20
Sent: Wednesday, January 31, 2007 10:53 AM
To: dbi-users@perl.org
Subject: DBD-Oracle-1.19 Installation problem
I'm attempting to load DBD-Oracle-1.19 on a RH ES 4(latest update)=20
proliant system and have
an error when running 'make test'. 10gR2(10.2.0.10) is loaded on the=20
server.
Any help would be appreciated.
Thanks
ORACLE_USERID set to dba user :
[root@wilddev DBD-Oracle-1.19]# make test
PERL_DL_NONLAZY=3D1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"=20
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................ok
t/10general.............ok
t/15nls.................ok
t/20select..............ok
t/21nchar............... Database and client versions and character
sets:
Database 10.2.0.1.0 CHAR set is WE8ISO8859P1 (Non-Unicode), NCHAR set is
AL16UTF16 (Unicode)
Client 10.2.0.1 NLS_LANG is 'american', NLS_NCHAR is ''
t/21nchar...............ok
t/22nchar_al32utf8......ok
t/22nchar_utf8..........ok
t/23wide_db.............skipped
all skipped: Database character set is not Unicode
t/23wide_db_8bit........skipped
all skipped: Database character set is not Unicode
t/23wide_db_al32utf8....skipped
all skipped: Database character set is not Unicode
t/24implicit_utf8.......ok
t/25plsql...............ok
t/26exe_array...........ok 8/14# Failed test (t/26exe_array.t at
line=20
103)
t/26exe_array...........NOK 9# got: '0'
# expected: '1'
t/26exe_array...........ok 14/14# Looks like you failed 1 tests of 14.
t/26exe_array...........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 9
Failed 1/14 tests, 92.86% okay
t/30long................ok
122/470 skipped: various reasons
t/31lob.................ok
t/40ph_type.............ok 3/19 Placeholder behaviour for ora_type=3D1
(the=20
default) varies with Oracle version.
Oracle 7 didn't strip trailing spaces, Oracle 8 did, until 9.2.x
Your system doesn't. If that seems odd, let us know.
t/40ph_type.............ok
t/50cursor..............ok
t/55nested..............ok
t/60reauth..............ORACLE_USERID_2 not defined. Tests skipped.
skipped
all skipped: no reason given
t/70meta................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ ------------
-------
t/26exe_array.t 1 256 14 1 7.14% 9
4 tests and 122 subtests skipped.
Failed 1/20 test scripts, 95.00% okay. 1/1925 subtests failed, 99.95%=20
okay.
make: *** [test_dynamic] Error 255
[root@wilddev DBD-Oracle-1.19]#