REVOKE RESOURCE, DBA

The syntax for REVOKE in BNF is as follows:

Syntax

revoke resource, dba statement ::=
 REVOKE { RESOURCE | DBA } FROM {user_name[ , user_name] ,...} ;

For more information, see REVOKE.