SESSION_USER

Returns the character string that was the id of the user for which this session was created, that is, the name used to log on to SQLstream.

Syntax

VALUES SYS_BOOT.MGMT.SESSION_USER;

Example

0: jdbc:sqlstream:> values session_user;
+--------------+
| SESSION_USER |
+--------------+
| SA|
+--------------+