|
Sybernet / Supplied Functions Reference
Release 3.00 Oct 14, 2002 |
|
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.
FUNCTION HOST_NAME
(
SESSIONID NUMBER
)
RETURN VARCHAR2;
| Parameter | Description |
|---|---|
sessionid |
The sessionid of any user connected to Sybernet. |
host computer name or NULL.
The following example illustrate how to retrive your current host computer name.
select http.host_name() from dual; ------------------------------------------ 67.118.228.2