Quote Originally Posted by OOelsner View Post
Hi,
what is the difference between
the use of the keyword user and
the select of the sys.login_user ?
The latter works through database links, e.g.

Code:
SQL> SELECT user, sys.login_user@dblink_name remuser FROM dual;

USER      REMUSER
--------- -------
SCOTT     SOMEONE