Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> utl_inaddr.get_host_name

utl_inaddr.get_host_name

From: BSena <bill_sena_at_hotmail.com>
Date: 7 May 2004 09:52:24 -0700
Message-ID: <2ceca914.0405070852.7898de49@posting.google.com>


Hi,

The following query can run on 9i successfully, but it gave error on 8i that wrong number of argument call.

How should we run the following query on 8.1.7? Or what its replacement?

 select utl_inaddr.get_host_name(sys_context('USERENV','IP_ADDRESS')) from dual;

Regards

Bill Received on Fri May 07 2004 - 11:52:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US