3.3.3 DBA Users
Use the DBA Users dashboard to view database users, review account status, create users, edit users, clone users, lock or unlock accounts, expire passwords, and delete users.
- Open SQL Developer for VS Code.
- In the Connections panel, expand your database connection tree.
- Expand DBA, and then expand Security.
- Select Users.
The DBA Users dashboard opens and displays
information about the current user and a grid listing other database users available
in the schema.
Description of the illustration dba_users_dashboard.png
Manage Users from the Dashboard
- Create User: Opens the User Editor with a blank user definition.
- Edit: Opens the selected user in the User Editor. Fields that cannot be changed are read-only.
- Clone: Creates a new user from the selected user as a template.
- Lock/Unlock: Locks or unlocks the selected user account.
- Expire Password: Expires the selected user password.
- Delete: Drops the selected user after confirmation.
- Filter: Displays the users that match the specified criteria.
3.3.3.1 Creating or Editing a User
Use the User Editor to create a new user or edit an existing user. Editing a user uses the same editor as creating a user. Fields that cannot be modified are displayed as read-only.
3.3.3.2 Clone, Lock, Unlock, or Expire a User Password
Use the row action menu (...) in the DBA Users grid for account management actions. The menu includes Edit, Clone, Lock/Unlock account, Expire password, and Delete.
- To clone a user, select Clone from the row action menu. Review the copied details, privileges, and roles before applying the new user definition.
- To lock or unlock an account, select the corresponding row action (Lock or Unlock) and verify the status message.
- Expire Password requires the selected user to change the password at the next sign-in. To expire the user's password, select Expire password.
- To delete a user, select Delete from the row action menu and confirm only after verifying that the account should be removed.

