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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Instance + Hostname

Re: Instance + Hostname

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 5 Jan 2005 06:34:18 -0800
Message-ID: <1104935658.740624.213080@f14g2000cwb.googlegroups.com>


You can use this script/code:

set echo off
--

select
utl_inaddr.get_host_name as hn
from
  sys.dual
/

HTH -- Mark D Powell -- Received on Wed Jan 05 2005 - 08:34:18 CST

Original text of this message

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