ALLBASE/SQL Message Manual (36216-90213)

154 Chapter5
ALLBASE/SQL Error Messages: 2101-2419
2304 MESSAGE Cannot revoke DBA authority from session
owner !. (DBERR 2304)
CAUSE You tried to REVOKE DBA authority from yourself.
ACTION Refer to the ALLBASE/SQL Database Administration
Guide for additional information on when you can revoke
DBA authority.
2305 MESSAGE Use REVOKE ! to revoke GRANT !. (DBERR 2305)
CAUSE The DBEUserID was granted the specified authority
(UPDATE or REFERENCES) on all columns using the
GRANT statement without specifying column names. You
tried to revoke the authority on individual columns in the
table.
ACTION Revoke the authority on all columns using the REVOKE
statement without specifying column names. If you want
the user to have the authority on some columns of the
table, issue the GRANT statement specifying the
appropriate column names.
2306 MESSAGE Special GRANT/REVOKE disallowed for reserved
user !. (DBERR 2306)
CAUSE The DBEUserID specified in the GRANT or REVOKE
statement is a reserved user (PUBLIC, TEMP, SYSTEM,
HPRDBSS). The GRANT or REVOKE statement is
ignored.
ACTION Refer to the ALLBASE/SQL Database Administration
Guide explanation of reserved users and their purposes.
2307 MESSAGE User ! does not have OWNER authority. (DBERR
2307)
CAUSE The TRANSFER OWNERSHIP and DROP VIEW
statements are not allowed on system views.
ACTION No action is necessary. Refer to the ALLBASE/SQL
Database Administration Guide for additional information
on system views.
2308 MESSAGE Reserved user ! cannot be added to a group.
(DBERR 2308)
CAUSE You attempted to add a RESERVED user (PUBLIC,
SYSTEM, TEMP, or HPRDBSS) to a group using the ADD
GROUP statement.
ACTION No action is necessary. Refer to the ALLBASE/SQL
Database Administration Guide for an explanation of
reserved users and their purposes.
2309 MESSAGE User ! neither has DBA authority nor is a
member of group !. (DBERR 2309)