Modifying Existing Database Roles
To modify an existing database role (e.g., to add new users):
- Choose File | Administration | Database Roles
to invoke the Role List dialog.
- If the Database Roles menu item is disabled, you do not have role administration
privileges. Ask any developer who has DBA privileges to grant you CREATE ROLE,
DROP ROLE, and GRANT ROLE privileges.
- Select the role you want to modify, then click Edit.
The Role dialog appears, allowing you to modify
the role as desired.
- To:
- add a user to a role, navigate to the User Name
column, and press [Create Element] (usually mapped to Ctrl-Insert).
- delete a user from a role, select the user's name, then press [Delete
Element] (usually mapped to Ctrl-Delete).
- Click OK.
Oracle Forms returns to the Role List dialog.
- Click Save.