Question: Create three (3) users (schema) as follows: User Password Other Parameters DBSEC_ADMIN inft6157admin Tablespace: USERS Temporary tablespace: TEMP DBSEC_CLERK inft6157clerk Same as above DBSEC_DEV inft6157$dev

Create three (3) users (schema) as follows: 

UserPasswordOther Parameters
DBSEC_ADMINinft6157admin

Tablespace: USERS
Temporary tablespace: TEMP

DBSEC_CLERKinft6157clerkSame as above
DBSEC_DEVinft6157$devSame as above

 

2. Create three profiles as specified in the following table:

 

 

 

 

ProfileResourcesPassword
DBSEC_ADMIN_PROFSESSIONS_PER_USER=5
CONNECT_TIME=8 hours
IDLE_TIME=1 hour
PASSWORD_LIFE_TIME= 1 month
PASSWORD_GRACE_TIME=7 days
DBSEC_DEV_PROFCONNECT_TIME=2 hours
IDLE_TIME=2 hours
CPU_PER_CALL=1 minute
PASSWORD_LIFE_TIME= 1 month
PASSWORD_GRACE_TIME=14 days
DBSEC_CLERK_PROFSESSIONS_PER_USER=1
CPU_PER_CALL=5 seconds
CONNECT_TIME=8 hours
IDLE_TIME=30 minutes
LOGICAL_READS_PER_CALL=100 Database Blocks
FAILED_LOGIN_ATTEMPTS=3
PASSWORD_LIFE_TIME= 1 month
PASSWORD_LOCK_TIME=3 days
PASSWORD_GRACE_TIME=14 days


 

 

3. Create roles with the following privileges: 

Role NamePrivileges
DBSEC_ADMIN_ROLESELECT and ALTER on all DBSEC tables
DBSEC_CLERK_ROLESELECT, INSERT, and UPDATE on all DBSEC tables
DBSEC_SUPERVISOR_ROLESELECT, INSERT, UPDATE and DELETE on all DBSEC tables
DBSEC_QUERY_ROLESELECT only on CUSTOMER table owned by DBSEC


 

4. Assign roles and profile to the users as in the following table: 

User NameRoleProfile
DBSEC_ADMINDBSEC_ADMIN_ROLEDBSEC_ADMIN_PROF
DBSEC_CLERKDBSEC_CLERK_ROLEDBSEC_CLERK_PROF
DBSEC_DEVDBSEC_ADMIN_ROLE plus DBSEC_SUPERVISOR_ROLEDBSEC_DEV_PROF


 

5. Connect as DBSEC_CLERK/inft6157clerk 

6. Perform a simple query on SUPPLIER table owned by DBSEC

Step by Step Solution

3.34 Rating (166 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The question seems to be related to creating users profiles roles and performing certain operations in Oracle Database Here is how you need to perform ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!