How to control connections coming for database connection by using processes
I want to control maximum number of processes without incresing maximum number of processes defined in int.ora and without killing the processes .
Is there any other way to control these coming connections to database ?
0