DB2: Checking the privileges, authorities and authorizations
system catalog | description |
---|---|
SYSCAT.DBAUTH | Lists the database privileges |
SYSCAT.TABAUTH | Lists the table and view privileges |
SYSCAT.COLAUTH | Lists the column privileges |
SYSCAT.PACKAGEAUTH | Lists the package privileges |
SYSCAT.INDEXAUTH | Lists the index privileges |
SYSCAT.SCHEMAAUTH | Lists the schema privileges |
SYSCAT.PASSTHRUAUTH | Lists the server privileges |
SYSCAT.ROUTINEAUTH | Lists the routine (functions, methods, and stored procedures) privileges |
Comments
Post a Comment