Hi,
I have been getting this error "ORA-00020 maximum number of processes exceeded" each time I am trying to connect to the instance
through sqlplus.
Yes I understand I need to increase the processes parameter, that's fine. . which in turn requires a database bounce to take effect.
The issue I am facing is how to bounce the database as I am not able to login as sysdba through SQLPLUS as it gives the said error. ?
I do know I can bounce the database using "srvctl stop database command", is there any other way I can do it through sqlplus ?
Thanks for helping!
Just a learner.