php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13609 ORA-12612 / Supplied argument is not a valid OCI8-Connection
Submitted: 2001-10-09 06:06 UTC Modified: 2001-10-24 15:46 UTC
From: rhollis at keypoint dot demon dot co dot uk Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.6 OS: RH6.2/Linux Mandrake 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
17 - 11 = ?
Subscribe to this entry?

 
 [2001-10-09 06:06 UTC] rhollis at keypoint dot demon dot co dot uk
Whilst refreshing pages with OCI calls the following error is sometimes thrown at the top of the page.

I have logged bug # 13564 which this might be connected to, but I'm not totally sure, because it doesn't happen at the same time...


 Warning: OCISessionBegin: ORA-12612: Message 12612 not found; product=RDBMS; facility=ORA in /var/www/html/script.inc on line 9

Warning: Supplied argument is not a valid OCI8-Connection resource in /var/www/html/script.inc on line 12

Warning: Supplied argument is not a valid OCI8-Connection resource in /var/www/html/script.inc on line 25



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-09 06:08 UTC] derick@php.net
From Oracle FAQ:

ORA-12612: TNS:connection is busy

   Cause: Attempted operation failed because it conflicts with an ongoing
   action or status of the connection.

   Action: Not normally visible to the user. For further details, turn on
   tracing and reexecute the operation. If error persists, contact
   Worldwide Customer Support.
 [2001-10-11 13:43 UTC] sniper@php.net
Please make sure you have all the necessary environment
variables set before starting apache: http://www.php.net/oci8

--Jani

 [2001-10-24 15:46 UTC] rhollis at keypoint dot demon dot co dot uk
Problem does not occur when using third parameter or OCILogon.

Richard

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC