Sybernet / Supplied Functions Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.USER_ID

This function returns a user_id corresponding to a user_name.

Syntax

FUNCTION USER_ID
(
    USER_NAME                     VARCHAR2
)
RETURN NUMBER;

Parameters

Parameter Description
user_name
 
The user_name to be returned or unspecified to return your user_name.

Returns

user_id

Example

The following example illustrates how to retrieve your user_id:

select http.user_id() from dual


----------------------
                    51



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/