error during make test with bind_param
by Roman Poon other posts by this author
Oct 19 2000 6:27PM messages near this date
RE: Windows2000 DBD::Oracle link problem
|
[Announce] : DBD::Progress - Expressions of Interest
hi all,
i'm trying to install DBI/DBD on a HP-UX hppharm1 B.10.20 E 9000/879
with
Using Oracle in /oracle/system
2.1.6.2.0 PL/SQL V2
7.1.6.2.0 ORACLE7 Server (RDBMS)
1.6.7.0.0 Pro*C 1.6
everything is fine up to the moment i try to make test:
i don't care about the long error, but the bind_param error.
what do i need to do?
TIA
ROMAN_P
Your version of Oracle 7 OCI has a bug that affects fetching LONG data.
See the t/long.t script near lines 169 217 for more information.
You can safely ignore this if: You don't fetch data from LONG fields;
Or the LONG data you fetch is never longer than 65535 bytes long;
OCI7 buffer overwite bug detected
Or you only fetch one LONG record in the life of a statement handle.
ok 69
ok 70
ok
t/plsql.............1..63
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
# failed test 52 at line 245
not ok 52
Can't call method "bind_param" without a package or object reference at
t/plsql.t line 246.
Issuing rollback() for database handle being DESTROY'd without explicit
disconnect().
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 52-63
Failed 12/63 tests, 80.95% okay
t/reauth............ORACLE_USERID_2 not defined.
Tests skiped.
1..0
skipping test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/plsql.t 2 512 63 12 19.05% 52-63
Failed 1/5 test scripts, 80.00% okay. 12/154 subtests failed, 92.21%
okay.
*** Error exit code 2
--
Roman Poon
Abt. IS - Informationssysteme
PharmLog Pharma Logistik GmbH
Industriegebiet Am Mersch
Siemensstr. 1
D - 59199 Bönen
Tel. : +49 (0)2383 930-434
Fax : +49 (0)2383 930-611
E-Mail : poon@[...].de
------------------------------------------------------------------------------
DBI HOME PAGE AND ARCHIVES: http://www.symbolstone.org/technology/perl/DBI/
To unsubscribe from this list, please visit: http://www.isc.org/dbi-lists.html
If you are without web access, or if you are having trouble with the web page,
please send mail to dbi-users-request@[...].org with the subject line of:
'unsubscribe'.
------------------------------------------------------------------------------
|