Re: Core dump in plsql.t on Solaris

2001-05-18 Thread Michael A. Chase
The failure you are getting in plsql.t is a known problem between DBI 1.15 and DBD::Oracle's ORA_RSET return handling. If you don't need to return cursors from PL/SQL, ignore the error and install, otherwise drop back to DBI 1.14. -- Mac :}) ** I normally forward private database questions to th

RE: Core dump in plsql.t on Solaris

2001-05-18 Thread Wilson, Doug
I should mention that if anyone does know what the problem is, I'd still appreciate it, and I'm also on Solaris with the latest perl/DBI/DBD::Oracle. -- I got the same thing, but I'm not too concerned. The failing test is trying to bind an in/out variable to a variabl

Re: Core dump in plsql.t on Solaris

2001-05-18 Thread Peter Scott
At 01:29 PM 5/18/01 -0400, Curt Russell Crandall wrote: >What compiler are you using? gcc 2.8.1. > If you are using Solaris cc, that might be >the problem. I've found that building Perl and it's modules with >something other than gcc leaves you open to pesky errors. Also, you did >run the per