None
A string containing the login name of current user
Returns the login name of the user of the connection. Selecting >user is equivalent.
SQL> select username(); callret VARCHAR _______________________________________________________________________________ dba 1 Rows. -- 5 msec. SQL> select user; callret VARCHAR _______________________________________________________________________________ dba 1 Rows. -- 4 msec.