How can Oracle add a user to a user group?
To add a user to a user group, you can follow these steps:
- Log in to the Oracle database with administrator privileges.
- Establish a role named group_name.
- Create a new user with the given username and password.
- Give permission to the group named group_name for the username.
- Ensure that both users and user groups have been successfully created and assigned permissions.
By following these steps, you can successfully add a user to a user group.