Question
Please complete the following in an Oracle environment, oracle SQL devloper You have been hired as the DBA for Haphazard, Inc. You are asked to
Please complete the following in an Oracle environment, oracle SQL devloper
You have been hired as the DBA for Haphazard, Inc. You are asked to fulfill the following needs of the Oracle Database environment. The company needs requires you to complete the following: Users, roles, and privileges need to be added to the database. (6 points each)
1. Create a user account NLitzinger identified by the password Dubrucr90.
2. Grant NLitzinger the SELECT and UPDATE permissions on the table called clients.
3. Create a user account HMimnaugh identified by the password EvCsvds01.
4. Grant HMimnaugh the SELECT and DELETE permissions on the table called clients.
5. Create a user account TylerM identified by the password Fwdtwet12.
6. Grant TylerM the SELECT and INSERT permissions on the table called clients.
7. Create a role named Most_Privileged without a password.
8. Grant the Most_Privileged role the UPDATE and DELETE permissions on the clients table.
9. Add all users to the Most_Privileged role.
10. List all user in the database with their permissions.
please make sure to have no errors and include the code and include the final running script
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started