Home » RDBMS Server » Server Administration » number of processes exceeded in Oracle
number of processes exceeded in Oracle [message #55737] Thu, 13 February 2003 02:23 Go to next message
sahaslad
Messages: 23
Registered: May 2002
Junior Member
Hi,
I am having a stange problem & i dont know why this occured & would like to hear a solution from you.

The Problem is i got an error in my application as:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[[Microsoft]][[ODBC driver for Oracle]][[Oracle]]ORA-00020: maximum number of processes () exceeded

The problem got solved when i rebotted my machine.
Any idea why the error occured..

Thanks
Re: number of processes exceeded in Oracle [message #55740 is a reply to message #55737] Thu, 13 February 2003 05:21 Go to previous message
Remi Visser
Messages: 44
Registered: December 2002
Member
INIT parameter processes reached treshhold:

To solve:

See what the value is of your processes parameter, you can look in the init.ora file or use this query:

SQL> SELECT * FROM sys.v_$parameter WHERE name = 
'processes';


Now you can look how many processes are attached:

SQL> SELECT COUNT(1) FROM V$PROCESS;

  COUNT(1)
----------
        14


Hope this helps!

Remi

http://ora-0000.com
Previous Topic: Re: LOG MEMBER??
Next Topic: Install 9i and 9iAS on unix machine.
Goto Forum:
  


Current Time: Fri Sep 20 05:00:19 CDT 2024