December 2002
Intermediate to advanced
928 pages
85h 29m
English
FUNCTION UTL_INADDR.GET_HOST_NAME
(ip IN VARCHAR2 DEFAULT NULL)
RETURN VARCHAR2;
Returns the name of the local or remote host of ip address.
FUNCTION UTL_INADDR.GET_HOST_ADDRESS
(name IN VARCHAR2 DEFAULT NULL)
RETURN VARCHAR2;
Returns the address of the name host. If name is NULL, returns the address of the local host.