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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How can get the Machine IP's which is connected to a particul

Re: How can get the Machine IP's which is connected to a particul

From: Emine ATES <emineates_at_postmaster.co.uk>
Date: Fri, 15 Dec 2000 16:23:11 +0000
Message-Id: <10711.124721@fatcity.com>


Sys_context is an Oracle8i function therefore you can easily find it in Oracle8i Sql Reference manual at SQL functions section.
Emine
On Fri, 15 Dec 2000 06:56:09 -0800 "bunyamin karadeniz" <bunyamink_at_havelsan.com.tr> wrote:
> I tried the script
> SELECT sys_context('USERENV','IP_ADDRESS') FROM dual
>
> but gave invalid column name error..
> What is this "sys_context" function? In which documentation..???
>
> **********************************************
> Bunyamin K. Karadeniz
> Information Technologies Dept.
> Database Group Tel :90-312-2873565/1681
> HAVELSAN Ankara / TURKEY
> **********************************************
> ----- Original Message -----
> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> Sent: Wednesday, December 13, 2000 11:38 PM
>
>
> > SELECT sys_context('USERENV','IP_ADDRESS') FROM dual (Oracle 8i feature)
> >
> > -----Original Message-----
> > Sent: Monday, December 04, 2000 12:35 AM
> > To: Multiple recipients of list ORACLE-L
> > particul
> >
> >
> > set the trace to USER or ADMIN then try the listener log file on the
> > server..
> >
> >
> > > ----------
> > > From:
> > > MThinaharan_at_lgcommerznow.com[SMTP:MThinaharan_at_lgcommerznow.com]
> > > Sent: Monday, December 04, 2000 12:25 PM
> > > To: Oracledba_at_lazydba.com; oracledba_at_quickdoc.co.uk
> > > Subject: How can get the Machine IP's which is connected to a
> > > particular DataBase
> > >
> > > Hi All,
> > >
> > > From which Table I can Know about the IP's of all the PC's that are
> > > connected to a particular Data Base.
> > >
> > > V$process will give only terminal ID and not Machine IP.
> > >
> > > V$session will give the user name that is connected to the Data Base and
> > > not the machine IP.
> > >
> > >
> > > Any body can help in this
> > >
> > >
> > > Thinahar
> > >
> > >
> > >
> > >
> > >
> > >
> > > --------
> > > Think you know someone who can answer the above question? Forward it to
> > > them!
> > > to unsubscribe, send a blank email to oracledba-unsubscribe_at_LAZYDBA.com
> > > to subscribe send a blank email to oracledba-subscribe_at_LAZYDBA.com
> > > Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl
> > >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Rahul
> > INET: rahul_at_ratelindo.co.id
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Aponte, Tony
> > INET: AponteT_at_hsn.net
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: bunyamin karadeniz
> INET: bunyamink_at_havelsan.com.tr
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
Received on Fri Dec 15 2000 - 10:23:11 CST

Original text of this message

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