Name
USER_REVOKE_ROLE — Removes a role from an existing security object.
Synopsis
USER_REVOKE_ROLE
(
|
in name varchar , |
in
role
varchar
) ; |
Description
This function is used to remove a role from the specified security
object. This is equivalent to using the
REVOKE <role>
statement.
Parameters
name
The name of the security object to affect.
role
The name of the role (group) to be removed from the security object.
Return Types
None