Syntax
Purpose
UID returns an integer that uniquely identifies the session user (the user who logged on).
UID
See Also:
Examples
The following example returns the UID of the session user:
SELECT UID FROM DUAL;