Showing posts with label ORA-00020: maximum number of processes exceeded. Show all posts
Showing posts with label ORA-00020: maximum number of processes exceeded. Show all posts

Wednesday, March 18, 2015

ORA-00020: maximum number of processes exceeded

You may face this error message while connecting to the database instance which will also hinder you from connecting with the database instance. The reason of this error is the value of init parameter “processes” which requires to be increased to allow Oracle instance to span a new process for new session request. For example, if value of this parameter is set to 100,

Popular Posts - All Times