On Wed, May 01, 2002 at 11:45:21AM -0400, Jeff Macdonald wrote:
> Hmm... does one still have to run that script to create the module? It
> seems to fail the tests (Oracal 8.1.7):
> 
> $ ORACLE_SID=EDPRD ORACLE_USERID=user/pass PERL5LIB=$PWD/lib/site_perl perl boot
> 
> <compilation stuff skipped>
> 
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
>-I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness 
>qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/01base............ok 13/39    OCIServerAttach returned ERROR at t/01base.t line 55.

Hack the test to print the error message (there's an example of that elsewhere in the 
tests).

Email about Oracle::OCI should go to the [EMAIL PROTECTED] mailing list.

Tim.

> t/01base............ok 32/39    OCISessionBegin returned ERROR at t/01base.t line 99.
> t/01base............NOK 33ORA-24327: need explicit attach before authenticating a 
>user (ERROR) at t/01base.t line 100.
> t/01base............ok 39/39$VAR1 = [
>           [
>             {
>               'result' => -1,
>               'expected' => 0,
>               'todo' => undef,
>               'repetition' => '1',
>               'package' => 'main'
>             },
>             {
>               'result' => -1,
>               'expected' => 0,
>               'todo' => undef,
>               'repetition' => '1',
>               'package' => 'main'
>             }
>           ]
>         ];
> t/01base............FAILED tests 14, 33
>         Failed 2/39 tests, 94.87% okay
> 
> the tests in 05dbi pass if I hardcode the DSN.
> 
> On Tue, 2002-04-30 at 19:05, Tim Bunce wrote:
> > On Tue, Apr 30, 2002 at 12:11:28PM -0400, Jeff Macdonald wrote:
> > > On Tue, 2002-04-30 at 11:03, Tim Bunce wrote:
> > > > What makes you think you can't already?
> > > > 
> > > > Tim.
> > > 
> > > Duh, RowCacheSize. Thanks Tim.
> > 
> > Actually I was refering to the Oracle::OCI module :)
> > 
> > Tim.
> 
> 

Reply via email to