Hi Guys,
What is the procedure followed to determine the various resources to be allocated to the users?
I have right now only one user in my db and about 10 persons login as that user(all developers)
till now, they had 'Unlimited' for all the parameters. I would like to change the settings to the following. It being almost a random setting, i would like from others to confirm is there a better way?
SESSIONS_PER_USER 2(2sessions per developer, so should it be 2 or 20?)
CPU_PER_SESSION unlimited
CPU_PER_CALL 6000
LOGICAL_READS_PER_SESSION unlimited
LOGICAL_READS_PER_CALL 100
IDLE_TIME 30
CONNECT_TIME 480;
thanks
manjunath