|
- Causa
- THE ALTER, INDEX, REFERENCES, AND TRIGGER PRIVILEGES CANNOT BE GRANTED PUBLIC AT ALL LOCATIONS
You specified a GRANT statement with either an ALL or ALL PRIVILEGES keyword.
ALL and ALL PRIVILEGES imply the granting of ALTER, INDEX, REFERENCES, AND TRIGGER privileges that cannot be granted to a remote user
- Ação do sistema
- DB2 executes the GRANT statement.
However, it does not grant the ALTER, INDEX, REFERENCES, or TRIGGER privileges to PUBLIC*.
SQLSTATE: 01523
|
| |