Previous  Next          Contents  Index  Glossary

RemoveUsersFromAdHocRole

Syntax

procedure RemoveUsersFromAdHocRole

     (role_name in varchar2,
role_users in varchar2 default null);

Description

Removes users from an existing ad hoc role.

Arguments (input)

role_nameThe 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.


         Previous  Next          Contents  Index  Glossary