Lab 5 - Multi-User Access
Oracle Database Appliance Multi-User Access can enhance the security of your appliance and provide an efficient mechanism for role separation. With multi-user access, you can provide separate access to database administrators to manage databases and create multiple users with different roles that restrict them from accessing resources created by other users and restrict the set of operations they can perform.
In this lab, you will create two new users, user1
and user2
, assign a resource, for example, database to user1
, then create a database using user2
. You will verify that both users have access to different resources.