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

HTTP.USER_NAME

This function returns the user_name corresponding to a given user_id.

Syntax

FUNCTION USER_NAME
(
    USERID                        NUMBER
)
RETURN VARCHAR2;

Parameters

Parameter Description
userid
 
The user_id to be evaluated or unspecified to return your user_name.

Returns

A user_name or NULL if userid is invalid.

Example

The following example illustrates how to retrieve your username:

select http.user_name() from dual


---------------------------------
HTTP



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