Oracle9i SQL Reference Release 2 (9.2) Part Number A96540-02 |
|
|
View PDF |
uid::=
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;