I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-01-16 18:23:17-08 by lbraly
Receive Out of Memory error during make test for DBD-Oracle-1.21
I am an oracle DBA attempting to rebuild perl on our new HP Itanium servers with an Oracle 10g DB. This is my first time installing the dbd::oracle module. In fact I just built perl 5.8.8 from scratch for the first time yesterday. So please bear with me. Any advice would be very much appreciated. Using C-ANSI-C C.06.20.EVAL HP C/aC++ Compiler Current build of Perl is 5.8.8 DBI Version is 1.607 Make test runs through fine with the exception of two tests. The 28array_bind.t test fails with Out of Memory after test 7 completes. The 80ora_charset.t test fails on test 9, 10, 13, and 14 on line 83 and 84. Thanks in advance.
Direct Responses: 9753 | 9968 | Write a response
Posted on 2009-01-16 18:35:58-08 by lbraly in response to 9752
Re: Receive Out of Memory error during make test for DBD-Oracle-1.21
ok, so I decided that I would attempt to compile DBD::Oracle 1.19 and all tests that were not skipped passed. I noticed that the two tests that failed with 1.21 are not part of 1.19.
Direct Responses: Write a response
Posted on 2009-02-16 15:01:47-08 by byterock in response to 9752
Re: Receive Out of Memory error during make test for DBD-Oracle-1.21

Well not much to worry about seems you core stuff is fine.

By they way no one but me actully look at this list (and I only when I have some spare time)

You would be much better off posting this at http://www.nntp.perl.org/group/perl.dbi.users/ or raise a RT ticket at http://rt.cpan.org/Dist/Display.html?Queue=DBD-Oracle

Direct Responses: Write a response