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

HTTP.HOST_NAME

This function returns your current host computer name or you can pass a sessionid to retrieve the host name of any user connected to Sybernet.

Syntax

FUNCTION HOST_NAME
(
    SESSIONID                     NUMBER
)
RETURN VARCHAR2;

Parameters

Parameter Description
sessionid
 
The sessionid of any user connected to Sybernet.

Returns

host computer name or NULL.

Example

The following example illustrate how to retrive your current host computer name.

select http.host_name() from dual;

------------------------------------------
67.118.228.2



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