What is the schema name of the DB2 built-in global variable TRUSTED_CONTEXT?
What is the schema name of the DB2 built-in global variable TRUSTED_CONTEXT?
The schema name of the DB2 built-in global variable TRUSTED_CONTEXT is SYSIBM. This global variable is maintained by the system and has specific characteristics such as being read-only and having the schema SYSIBM.
See another reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.sql.ref.doc/doc/r0059071.html This built-in global variable contains the name of the trusted context that was matched to establish the current trusted connection. This global variable has the following characteristics: - It is read-only, with values maintained by system. - The type is VARCHAR(128). - The schema is SYSIBM. - The scope is session. If no trusted connection is established, the value of the TRUSTED_CONTEXT global variable is NULL.