php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6396 : _oci_open_server: ORA-12540: TNS:internal limit restriction exceeded
Submitted: 2000-08-28 07:20 UTC Modified: 2006-07-17 08:37 UTC
From: pratheshshah at yahoo dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.1pl2 OS: suse 6.3
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:
10 + 11 = ?
Subscribe to this entry?

 
 [2000-08-28 07:20 UTC] pratheshshah at yahoo dot com
we are facing following proble in our system,

configuration:

suse 6.3

oracle 8.1.5.0.1(standard edition)

php 4.0.1pl2

apache 1.3.9

we are getting the error like

1: _oci_open_server: ORA-12540: TNS:internal limit restriction exceeded

2 and "Supplied argument is not a valid OCI8-Connection resource 

if you have any solution for the above error than send email on pratheshshah@yahoo.com

thanks in advance.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-28 07:23 UTC] thies@php.net
thies@godzilla<23>oerr ORA 12540
12540, 00000, "TNS:internal limit restriction exceeded"
// *Cause: Too many TNS connections open simultaneously.
// *Action: Wait for connections to close and re-try. 

please make sure your oracle does accept new connections thru the specified TNS service.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC