Oracle8i Supplied PL/SQL Packages Reference
Release 2 (8.1.6)

Part Number A76936-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

UTL_INADDR , 2 of 3


Internet Address Package

The UTL_INADDR package has two functions:

get_host_name()

Purpose

Retrieves name of local host.

Syntax

FUNCTION get_host_name RETURN VARCHAR2;

Comments

None

get_host_address()

Purpose

Retrieves the IP address of a host

Syntax

FUNCTION get_host_address (host IN VARCHAR2 DEFAULT NULL) RETURN VARCHAR2; 

Parameter

host (IN)

The name of the host to retrieve the IP address. If host is NULL, this function returns the IP address of the local host.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index