procedure RemoveUsersFromAdHocRole (role_name in varchar2, role_users in varchar2 default null);
Removes users from an existing ad hoc role.
| role_name | The internal name of the ad hoc role. |
| role_users | List of users to remove from the ad hoc role. The users are delimited by commas or spaces. If null, all users are removed from the role. |