How to restrict number of users on Oracle Application Server.
We have Oracle Forms 10g application deployed on Oracle Application Server 10.1.2.3. We have 1000 users using application. We want to restrict the number of users/ sessions for the application.
Is there any parameter in Oracle Application Server that can be set to restrict number of connections/sessions.
For example, I want to set connection limit to 540. Now the moment the 541th user try to access application, the application should throw an error.
Thanks.