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 -> Re: How to get hostname in PL/SQL

Re: How to get hostname in PL/SQL

From: Gennady <gennadyb_at_halcosoftware.com>
Date: Wed, 3 Jan 2001 15:44:32 -0800
Message-ID: <3a53b8d9$0$23823@fountain.mindlink.net>

Try this:
SELECT HOST_NAME FROM v$instance;

Olivier Bercovitz wrote in message <9308ok$qeq$1_at_front5.grolier.fr>...
>Hello everybody,
>
>Is there a way to know the hostname (or the IP adress) in a PL/SQL
 procedure
>(throught a specific variable ?? or a package??) and without using the
>extproc feature of O8i ??
>Thanks in advance
>BR
>Olivier
>
>
Received on Wed Jan 03 2001 - 17:44:32 CST

Original text of this message

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