Oracle® Database SQL Reference 10g Release 2 (10.2) Part Number B14200-01 |
|
|
View PDF |
Syntax
Purpose
UID
returns an integer that uniquely identifies the session user (the user who logged on).
Examples
The following example returns the UID of the current user:
SELECT UID FROM DUAL;