SYSTEM_USER

Returns a character string representing the id of the operating system user under which the JDBC client is running.

Syntax

VALUES SYS_BOOT.MGMT.SYSTEM_USER;

Example

0: jdbc:sqlstream:> values system_user;
+--------------+
| SYSTEM_USER  |
+--------------+
| demo         |
+--------------+