REVOKE

The REVOKE statement permits a connected and authenticated user to revoke encryption privileges from an existing user.

Invocation

This statement can be used in an application program using the DB2 CLI functions or issued through the CLP.

Syntax

>>-REVOKE--ENCRYPT ON DATABASE FROM--user----------------------><
 
 

Description

user
Identifies the user whose encryption privileges are being revoked.

Rules

Notes

Example

The currently connected, authenticated user removes encryption privileges from user "jsk":

REVOKE ENCRYPT ON DATABASE FROM "jsk"

Související odkazy