| Oracle® Database SQL Language Reference 11g Release 1 (11.1) B28286-06 |
|
|
PDF · Mobi · ePub |
UID returns an integer that uniquely identifies the session user (the user who logged on).
The following example returns the UID of the current user:
SELECT UID FROM DUAL;