Vs: Re: Server IP Address and Listener Port
Date: Wed, 10 Sep 2008 07:46:34 +0300
Message-Id: <s8c77b63.049@gw00.edita.fi>
Hi!
Server IP you would get with this:
SELECT UTL_INADDR.get_host_address from dual;
Look at:
http://www.oracle-base.com/articles/misc/IdentifyingHostNamesAndAddresses.php
I don't know about listener port... I think there could be a way to do that without parsing...
-Teijo
>>> "sol beach" <sol.beach_at_gmail.com> 10.9.2008 4:27 >>>
If you are determined to do this from a procedure running inside Oracle,you
should be able to use UTL_FILE to read listener.ora & then parse it.
This presumes UTL_FILE can access the directory where listener.ora reside.
Alternatively, I am sure it can be by a custom Java procedure.
On Tue, Sep 9, 2008 at 5:46 PM, Bala <oratips_at_gmail.com> wrote:
> Is there anyway to find out Server IP Address and Listener Port from within
> an Oracle 10gR2 Database ?
> Is it Possible at all ?
>
> Thanks for any all tips.
> --
> Bala Rao
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Sep 09 2008 - 23:46:34 CDT
