Link to home
Start Free TrialLog in
Avatar of sikyala
sikyalaFlag for United States of America

asked on

Set idle_time value to 15 for a profile

I need to set an idle_time limit for a profile. What is the syntax for doing that? The profile is Profile_X and the resource_name is idle_time and I need to give the field Limit the value of 15 (which is I guess 15 minutes). Could someone help me?
ASKER CERTIFIED SOLUTION
Avatar of meluhk
meluhk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sikyala

ASKER

I actually found something on the Internet and when I issued the following statement it worked.

alter profile PROFILE_X limit idle_time 15 ;