Tim Bunce wrote:

Please help by taking a moment to at least check it builds and tests okay
in your environment.

Is this what you'ld want to see? If you would like to see another part please just say so.

----------------------------------------------------------------
perl 5.8.2
i686-linux-thread-multi 2.4.16-4GB (Suse)
Oracle 8.1.7
Ok:
----------------------------------------------------------------

t/01base................ok
t/10general.............ok
t/15nls.................ok
t/20select..............ok
t/21nchar...............ok
t/22nchar_al32utf8......skipped
all skipped: Database NCHAR character set is not Unicode
t/22nchar_utf8..........skipped
all skipped: Database NCHAR character set is not Unicode
t/23wide_db.............skipped
all skipped: Not connected to oracle
t/23wide_db_8bit........skipped
all skipped: Database character set is not Unicode
t/23wide_db_al32utf8....skipped
all skipped: Not connected to oracle
t/24implicit_utf8.......skipped
all skipped: Database NCHAR character set is not Unicode
t/25plsql...............ok
t/30long................ok
127/460 skipped: various reasons
t/31lob.................ok
t/40ph_type.............ok
t/50cursor..............ok
t/60reauth..............skipped
all skipped: no reason given
t/70meta................ok
All tests successful, 7 tests and 127 subtests skipped.
Files=18, Tests=704, 22 wallclock secs (16.64 cusr + 0.84 csys = 17.48 CPU)
----------------------------------------------------------------


The only hickups (variable not used warnings) where during make
in the oci.c files, and
-----------errors during make test: --------------------------
DBI connect('','scott/tiger',...) failed: ORA-12705: invalid or unknown NLS parameter value specified (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 143
DBI connect('','scott/tiger',...) failed: ORA-12705: invalid or unknown NLS parameter value specified (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 143
----------------------------------------------------------------
($NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1)


other tests passed, including scott's session :-),

also using dbish from DBI::Shell worked.



HTH

Reply via email to