Re: How to limit # of users per account
Posted by: Peter Brawley
Date: March 11, 2013 12:51PM

user(username,password,acct_period_begin,acct_period_end,last_login_timestamp,last_lgout_timestamp)

Auto-disconnect users after a modest period of inactivity, eg 10 mins, or after a reasonable maximum activity period, eg 30 mins; when you auto-disconnect a user, log the timestamp to the user's user row. The allowed times might be tailored to user roles.

Deny logins when count(last_login within past hr or so and last_logout is null) >= your max.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to limit # of users per account
March 11, 2013 12:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.