Task | Authorities and privileges |
---|---|
To filter:
| You will need a minimum of SELECT privilege on the explain tables |
To view details of explained statements history | You will need a minimum of SELECT privilege on the explain tables. If explain tables do not exist, follow the instructions in Creating explain tables. You will need a minimum of CREATETAB authority on the database. |
To change an explained statement | You will need a minimum of UPDATE privilege on the explain tables. |
To remove an explained statement | You will need a minimum of DELETE privilege on the explain tables. |
To dynamically explain SQL statements | You will need a minimum of INSERT privilege on the explain tables. If explain tables do not exist, they will be created. |
To view SQL text | You will need a minimum of SELECT privilege on the system catalog tables. |
To view: | You will need a minimum of SELECT privilege on the explain tables. |
To view:
| You will need a minimum of SELECT privilege on the explain tables and the system catalog tables. |