13.7.1.3 pyqRemoveHostACE Procedure
The pyqRemoveHostACE
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.pyqRemoveHostACE(
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