Moving Application Security to Oracle from Sybase [message #472076] |
Wed, 18 August 2010 12:28 |
drduquette
Messages: 18 Registered: August 2010 Location: Florida
|
Junior Member |
|
|
In Sybase, my application was using system tables to perform application login security. Those tables obviously don't exist in Oracle. I am looking for ways to provide the following functionality in an Oracle world:
1. How to determine 'x' days of inactivity based on "last login date"?
2. How to determine when a new user logs in for the first time and force them to change their password?
3. If we need to reset a users password, how can we require the user to change their password?
4. Is there any other option other than storing a user-id/password in the application code for locking a user's account if their account needs to be locked due to inactivity?
5. In the USER_USERS view there is a status column. Does anyone know what the different status's can be?
Any thoughts are welcomed...
Thanks in advance
|
|
|
|
|
|