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

A76936-01

Library

Product

Contents

Index

Prev Up Next

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.


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index