Entering content frame

Group member not allowed 

Explanation:

The following reasons are possible:

...

       1.      The attempt was made to grant privileges to a user of a usergroup.

       2.      The attempt was made to alter the characteristics of a user who is a member of a usergroup using an ALTER USER statement.

User characteristics and privileges cannot be altered for members of a usergroup, but only for the usergroup itself.

User Action:

A DBA or the SYSDBA can use a QUERY statement issued on the system table DOMAIN.USERS can be used by a database administrator to display the usergroup to which the respective user belongs. Other users only see the users and usergroups which belong to the same database administrator as they do.

...

       1.      Grant the privileges to the usergroup to which the user belongs.

       2.      Replace the ALTER USER with an ALTER USERGROUP statement.

 

Leaving content frame