HANDS-ON #1: User profiles |
Your company has hired several new people for a new department project in your regions. This department will have some different requirements from regular works, and the DBA wants to ensure that the new hires will not be getting stepped on by current users in the database and vise versa. To help insulate the new hires, it has been decided to create a specific profile for them. The profile name will be NEWREG1 and it will need to have the following properties:
- After three login attempts, the account should be locked.
- The password should expire after 30 days.
- The same password should not be reused again for at 31 days.
- The account should have a grace period of five days to change an expired password.
- Each user can have 3 concurrent sessions open.
HANDS-ON #2: User roles |
Execute your script to create the new user and ROLE and the assignment of the ROLE to the user, and capture the results in a spool file.
Related Documents
No comments:
Post a Comment