in reply to Too many open files error with DBD Oracle

What does ulimit -a show for 'open files'? Check how many files you have open at time of failure. From the README.solaris:

"It is possible to build a threaded version of perl on Solaris. The entire perl thread implementation is still experimental, however, so beware."

Replies are listed 'Best First'.
Re^2: Too many open files error with DBD Oracle
by JoeW (Novice) on Jun 23, 2010 at 15:18 UTC
    256 for open files. How can I see how many files I actually have open? The logic of the code should not lead to more than 25 at a time.