How To fix this issue This issue will occur due to lack of number process configured so that to fix this issue we need to update the Number of Process in this table V$RESOURCE_LIMIT. First of all check the configured number of process using the following query. SELECT * FROM V$RESOURCE_LIMIT WHERE RESOURCE_NAME=’process’; Output RESOURCE_NAME […]