3.3.2 DBA Roles
Database roles are named groups of privileges that can be granted to users or other roles. In Oracle SQL Developer for VS Code, use the Roles dashboard to view database roles, inspect role grants, create roles, edit roles, and delete roles.
To open the Roles dashboard:
- Open SQL Developer for VS Code.
- In the Connections panel, expand your database connection tree.
- Expand DBA, and then expand Security.
- Select Roles.
The Roles dashboard opens and displays a list of database roles with
authentication information. 
Description of the illustration dba_roles_dashboard.png
Manage Roles from the Dashboard
You can perform the following common operations from the dashboard:
- Create Role: Opens the Role Editor with a blank role definition.
- View details: Opens the role details pane and displays grant information for the selected role.
- Edit: Opens the selected role in the Role Editor. Fields that cannot be changed are read-only.
- Delete: Deletes the selected role after confirmation.
3.3.2.2 Creating or Editing a Role
Use the Role Editor to create a role or modify an existing role. Editing a role uses the same editor as creating a role. When editing a role, fields that cannot be modified are displayed as read-only.
Perform the following steps to create or edit a role:
The new or updated role appears in the Roles
dashboard.
