Requires Free Membership to View
CREATE PROFILE user_max_sess_profile LIMIT session_per_user 5;Once the profile has been created, assign this profile to the user:
ALTER USER scott PROFILE user_max_sess_profile;There are many other options you can configure for the profile. Please look at this document for more details.
This was first published in February 2007

Join the conversationComment
Share
Comments
Results
Contribute to the conversation