SESSION_USER
Returns the name of the TimesTen user currently connected to the database.
SQL syntax
SESSION_USER
Parameters
SESSION_USER
has no parameters.
Examples
To return the name of the session user:
SELECT SESSION_USER FROM dual;