9.6.1.3 rqRemoveHostACE Procedure
The rqRemoveHostACE
procedure removes the existing host access control entry (ACE) from the specified username
. If an access token was set for the cloud host, the token is also removed. An exception is raised if the host ACE does not exist.
Syntax
PROCEDURE SYS.rqRemoveHostACE(
username IN VARCHAR2
)
Parameter
username
- Database
user from whom the connect privilege to the cloud host is revoked.
Parent topic: Access and Authorization Procedures and Functions