Searching for SQL*Loader executable (sqlldr.exe) Searching your PATH for the sqlldr executable.... Failed to find the sqlldr executable; do you want to proceed? [Y] Y The test suite will attempt to create a small test table named SQLLOADER_TEST_TABLE and bulkload it using various settings. To run the tests, export the ORACLE_USERID environment variable to $username/$password (e.g. 'scott/tiger'), as well as the database instance name in the ORACLE_SID environment variable. Checking if your kit is complete... Looks good Writing Makefile for Oracle::SQLLoader Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Oracle/SQLLoader.pm blib\lib\Oracle\SQLLoader.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01-createTable..................1..3 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:08 2008 # Current time GMT: Fri Jan 11 09:00:08 2008 # Using Test.pm version 1.25 # Failed test 1 in t/01-createTable.t at line 26 # t/01-createTable.t line 26 is: ok(($sqlplus = Oracle::SQLLoader->findProgram($sqlplus))); not ok 1 generateSQL to file C:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Oracle-SQLLoader/SQLLOADER_TEST_TABLE.sql # Failed test 3 in t/01-createTable.t at line 30 # t/01-createTable.t line 30 is: ok(createTable()); ok 2 not ok 3 FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay t/02-delimitedLoadSimple..........1..4 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:08 2008 # Current time GMT: Fri Jan 11 09:00:08 2008 # Using Test.pm version 1.25 Use of uninitialized value in split at t/02-delimitedLoadSimple.t line 62. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/02-delimitedLoadSimple.t line 63 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/03-fixedLoadSimple..............1..5 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:08 2008 # Current time GMT: Fri Jan 11 09:00:08 2008 # Using Test.pm version 1.25 Use of uninitialized value in split at t/03-fixedLoadSimple.t line 60. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/03-fixedLoadSimple.t line 62 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/04-delimitedLoadWithOptions.....1..5 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:08 2008 # Current time GMT: Fri Jan 11 09:00:08 2008 # Using Test.pm version 1.25 Use of uninitialized value in split at t/04-delimitedLoadWithOptions.t line 60. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/04-delimitedLoadWithOptions.t line 61 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/05-fixedLoadWhenClause..........1..2 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:08 2008 # Current time GMT: Fri Jan 11 09:00:08 2008 # Using Test.pm version 1.25 Use of uninitialized value in split at t/05-fixedLoadWhenClause.t line 58. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/05-fixedLoadWhenClause.t line 59 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/06-delimitedSingleRecord........1..4 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Fri Jan 11 01:00:09 2008 # Current time GMT: Fri Jan 11 09:00:09 2008 # Using Test.pm version 1.25 Use of uninitialized value in split at t/06-delimitedSingleRecord.t line 59. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/06-delimitedSingleRecord.t line 60 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/07-directDelimitedLoadSimple....1..5 Use of uninitialized value in split at t/07-directDelimitedLoadSimple.t line 62. ok 1 Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/07-directDelimitedLoadSimple.t line 63 # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/08-options......................1..16 Use of uninitialized value in split at t/08-options.t line 78. ok 1 - generate input file Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/08-options.t line 80 # Looks like you planned 16 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-16 Failed 15/16 tests, 6.25% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-createTable.t 3 2 1 3 t/02-delimitedLoadSimple.t 2 512 4 6 2-4 t/03-fixedLoadSimple.t 2 512 5 8 2-5 t/04-delimitedLoadWithOptions.t 2 512 5 8 2-5 t/05-fixedLoadWhenClause.t 2 512 2 2 2 t/06-delimitedSingleRecord.t 2 512 4 6 2-4 t/07-directDelimitedLoadSimple.t 255 65280 5 8 2-5 t/08-options.t 255 65280 16 30 2-16 Failed 8/8 test scripts. 36/44 subtests failed. Files=8, Tests=44, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 8/8 test programs. 36/44 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.