Translate

Search This Blog

ORA-00020: maximum number of processes (%s) exceeded

If you are not able to log into oracle database because of error ORA-00020: maximum number of processes (%s) exceeded then remedy is open prelim connection as below and issue shutdown command or else try to kill some oracle processes and see if get luckk

sqlplus -prelim / as sysdba
SQL>shutdown immediate
SQL>startup