This database-level authority enables a user to perform the following functions within a specific database:
- Create, modify, and drop non-security-related database objects
- Read database transaction log files or query the log manager for current log state information using the db2ReadLog API
- Create, activate, and drop event monitors
- Use a table space, query the state of a table space, or quiesce a table space
- Update the database history file
- Reorganize a table or an index by using the REORG command
- Collect statistics on a table or an index by using the RUNSTATS command
- Perform binding of a package to the database (the BINDADD authority)
- Connect to a database (the CONNECT authority)
- Create tables ...