Oracle8i Supplied PL/SQL Packages Reference Release 2 (8.1.6) Part Number A76936-01 |
|
UTL_INADDR , 2 of 3
The UTL_INADDR package has two functions:
Retrieves name of local host.
FUNCTION get_host_name RETURN VARCHAR2;
None
Retrieves the IP address of a host
FUNCTION get_host_address (host IN VARCHAR2 DEFAULT NULL) RETURN VARCHAR2;
The name of the host to retrieve the IP address. If host is NULL, this function returns the IP address of the local host.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|