PL/SQL Uid
Oracle PL/SQL Uid Function
The Uid function returns the id number for a user who is currently logged in database.
The Uid Function syntax:
Select Uid From dual;
Example
Select Uid From dual; 106
The Uid function returns the id number for a user who is currently logged in database.
The Uid Function syntax:
Select Uid From dual;
Select Uid From dual; 106