Usergroup mode is used to specify the user class or status of the defined usergroup when a
usergroup is created ( CREATE USERGROUP statement).Syntax
<usergroup_mode> ::= RESOURCE | STANDARD
Explanation
If no user class is specified, the STANDARD class is assumed implicitly.
RESOURCE
A user in the specified usergroup is authorized to define private data and grant privileges for these objects to other users.
STANDARD
A user in the specified usergroup can only access private data, which was created by other users and for which he or she has the appropriate privileges, as well as view tables, synonyms, and temporary tables.
The user class RESOURCE encompasses all the rights of STANDARD users.
See also:
Users and user groups user_mode