SYSCAT.CONTEXTATTRIBUTES catalog view

Each row represents a trusted context attribute.

Table 1. SYSCAT.CONTEXTATTRIBUTES Catalog View
Column Name Data Type Nullable Description
CONTEXTNAME VARCHAR (128)   Name of the trusted context.
ATTR_NAME VARCHAR (128)   Name of the attribute. One of:
  • ADDRESS
  • ENCRYPTION
ATTR_VALUE VARCHAR (128)   Value of the attribute.
ATTR_OPTIONS VARCHAR (128) Y If ATTR_NAME is 'ADDRESS', specifies the level of encryption required for this specific address. A null value indicates that the global ENCRYPTION attribute applies.