IBM Books

Administration Guide


SYSCAT.INDEXAUTH

Contains a row for every privilege held on an index.

Table 73. SYSCAT.INDEXAUTH Catalog View
Column Name Data Type Nullable Description
GRANTOR CHAR(8)
Authorization ID of the user who granted the privileges.
GRANTEE CHAR(8)
Authorization ID of the user or group who holds the privileges.
GRANTEETYPE CHAR(1)
  U=Grantee is an individual user
  G=Grantee is a group

INDSCHEMA CHAR(8)
Name of the index.
INDNAME VARCHAR(18)
CONTROLAUTH CHAR(1)
Whether grantee holds CONTROL privilege over the index:
  Y=Privilege is held
  N=Privilege is not held


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]