Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
UTL_INADDR , 2 of 2
Subprogram | Description |
---|---|
Retrieves the name of the local or remote host given its IP address. |
|
Retrieves the IP address of the local or remote host given its name. |
This function retrieves the name of the local or remote host given its IP address.
UTL_INADDR.GET_HOST_NAME ( ip IN VARCHAR2 DEFAULT NULL) RETURN VARCHAR2;
The name of the local or remote host of the specified IP address.
unknown_host.
The specified IP address is unknown.
This function retrieves the IP address of a host.
UTL_INADDR.GET_HOST_ADDRESS ( host IN VARCHAR2 DEFAULT NULL) RETURN VARCHAR2;
Parameter | Description |
---|---|
|
The name of the host to retrieve the IP address. If host is |
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|