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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rhollis at keypoint dot demon dot co dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 07:01:26 2025 UTC