I am wondering if anyone has ideas as how to solve this problem. I've read up on turning the prepare_cache() off, but hoping that there are other ways around this. Thanks in advance.
I think this needs to be configured on the Oracle Server, and isn't a DBI issue, just that the DBI is reporting it
HTH
--Paul
in plainspleak, the server has too many open sessions - check this up on an Oracle Forum, actually searching for the ORA-01000 string on a search engine should yield results
But more importantly, what is the max and why are you hitting it? You may want to investigate why you have so many open handles (assuming that your oracle max connections is not insanely low).
Proper db handle caching should keep connection counts low, even on high traffic systems.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.