|
Sybernet / Supplied Functions Reference
Release 3.00 Oct 14, 2002 |
|
This function returns a user_id corresponding to a user_name.
FUNCTION USER_ID
(
USER_NAME VARCHAR2
)
RETURN NUMBER;
| Parameter | Description |
|---|---|
user_name |
The user_name to be returned or unspecified to return your user_name. |
user_id
The following example illustrates how to retrieve your user_id:
select http.user_id() from dual
----------------------
51