Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-12540: TNS:internal limit restriction exceeded in <file> (w/PHP)

Status
Not open for further replies.

derekludwig

Programmer
Jun 18, 1999
31
US
I've recently inherited a database that has been w/o an active dba in a while, so I am playing catch up with the various issues. I am currently working on:

Warning: ocilogon(): _oci_open_server: ORA-12540: TNS:internal limit restriction exceeded in /data/htdocs/ on line 3

which, until recently, was working.

While I am making queries in the PHP forums ... can you point me in a direction for solving this issue?

Many thanks.

----------------
Derek Ludwig
derek<at>ludwig.com
 
Derek,

If you ran it again (now, assuming its after hours), it would probably work. The problem is too many TNS connections open simultaneously.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA @ 06:34 (20Jan04) GMT, 23:34 (19Jan04) Mountain Time)
 
Thanks for the information.

You would think an error like
Code:
  ORA-314159: too many TNS connections
could have been used here.

Ah well.



----------------
Derek Ludwig
derek<at>ludwig.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top