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-06-11 22:20:24-07 by morryd
DBD-Oracle-1.23 with instantclient on solaris10
My install built and tested OK but I get an Out of memory! error after my inserts seem to have gone in OK. Any ideas how to get rid of this message. I'm sure its going to bother my users
Direct Responses: 10960 | Write a response
Posted on 2009-06-12 19:57:25-07 by morryd in response to 10951
Re: DBD-Oracle-1.23 with instantclient on solaris10
Solution: set ORACLE_HOME env variable. Oracle says with instantclient you don't need this but, DBD does you can even set it to a invalid path and it will fix your problem I set it to 1 and my Out of memory errors went away.
Direct Responses: Write a response