Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Get current user name : Current_User « User Previliege « Oracle PL / SQL
Oracle PL / SQL
User Previliege
Current_User
Get current user name
SQL> select user from dual; USER ------------------------------ JAVA2S SQL>
Related examples in the same category
1.
Display current user
2.
Get current user
3.
Use current user name in where clause