PHP and Oracle Databases - ORA-04061 error

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
cpd259
Forum Newbie
Posts: 1
Joined: Mon Oct 01, 2007 12:41 pm

PHP and Oracle Databases - ORA-04061 error

Post by cpd259 »

I have received the ORA-04061 error. Along with this error I also receive ORA-04065. I have attempted to research these errors and each time the response talks about changing the way the package body handles the SQL or the application itself. My application uses PHP to access the Oracle database using calls to access the security package to allow the application to retrieve specific data using SQL later on. Once the query() function has completed, the free() function is called. Since I am calling functions rather than creating my own package bodies, can I assuming the problem lies with them and not me? Is there anything I can do within my application to prevent this from happening or do I need to wait on them to correct their code?
I am hoping who ever reads this will have the answer.
Thanks in advance for your help....Charlie :?
Post Reply