I have oracle database 12c installed on oci linux with 1 OCPU
I checked the v$resources parameters, they are as below:
processes: 200
sessions: 322
transactions: 354
My questions is, if I want to increase above numbers according to the equation: sessions - processes 1.5 + 22, transactions = sessions 1.1
According to my db version and number of OCPU, what is the maximum number of processes parameter can I use? meaning, is there any limitation If I want to increase processes parameters?