GRANT RESOURCE, DBA

The syntax for GRANT in BNF is as follows:

Syntax

grant resource, dba statement ::=
GRANT { RESOURCE , DBA } TO user_name[ , user_name] , ... 
;

For more information, see GRANT.