Anne,

I use database triggers to capture system events and send me email.  I use
the Event Attributes, though I've not captured IP address.  My 8.1.7 docs
say that you should use ora_client_ip_address, though it looks like that
Attribute is only available in an After Logon Event, so you'd need to
capture it in a PL/SQL packaged variable or a Global Temporary Table for
the duration of the session.

You can find info. on the Event Attributes in Chapter 13, "Working with
System Events", in "Oracle8i Application Developer's Guide - Fundamentals".

Hope this helps.

Jack C. Applewhite
Database Administrator
Austin Independent School District
Austin, Texas
512.414.9715 (wk)
512.935.5929 (pager)
[EMAIL PROTECTED]



                                                                                       
                    
                      Anne Yu                                                          
                    
                      <[EMAIL PROTECTED]        To:       Multiple recipients of list 
ORACLE-L              
                      .us>                      <[EMAIL PROTECTED]>                    
                 
                      Sent by:                 cc:                                     
                    
                      [EMAIL PROTECTED]        Subject:  How to get user's IP address? 
                    
                      .com                                                             
                    
                                                                                       
                    
                                                                                       
                    
                      06/24/2003 04:25                                                 
                    
                      PM                                                               
                    
                      Please respond to                                                
                    
                      ORACLE-L                                                         
                    
                                                                                       
                    
                                                                                       
                    




I want log changes when a user makes a change to a view, proc, func,
package, etc.

Basically, I have a trigger to capture the date, schema name and computer
name or IP address.  However, I could not get the IP address or host name
out of Oracle.    Can anyone help?

E.g.  Query:

Select sys_context('USERENV','IP_ADDRESS') from v_$session;

Return NOTHING :(

Many thanks
--
Author: Anne Yu
  INET: [EMAIL PROTECTED]





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to