SET_CLIENT_INFO procedure - Set and register client information

The SET_CLIENT_INFO procedure can be used to set and register the client information field for the current session.

Syntax

Read syntax diagramSkip visual syntax diagramDBMS_APPLICATION_INFO.SET_CLIENT_INFO( client_info)

Procedure parameters

client_info

An expression that returns a value of the client information of the current session. The value returned has a data type of VARCHAR(32672).

Authorization

EXECUTE privilege on the DBMS_APPLICATION_INFO module.

Example

The following example shows a procedure call to set the value for the CLIENT_INFO parameter:

db2 " CALL DBMS_APPLICATION_INFO.SET_CLIENT_INFO('<client info value>')"