Home » RDBMS Server » Server Administration » how can u find IP address of th user  () 1 Vote
how can u find IP address of th user [message #62164] Thu, 01 July 2004 01:53 Go to next message
Tandle
Messages: 3
Registered: July 2004
Junior Member
our developers connect database with  common user .i want to track the transaction.but by sid u can't get more information.

i want to find the IPaddress of that particular sid from sql.

how can i find it
Re: how can u find IP address of th user [message #62169 is a reply to message #62164] Thu, 01 July 2004 05:36 Go to previous messageGo to next message
Kishor Bhalwankar
Messages: 33
Registered: February 2003
Member
machine and terminal from v$session
Re: how can u find IP address of th user [message #62170 is a reply to message #62169] Thu, 01 July 2004 08:49 Go to previous messageGo to next message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
         IF OWA.num_cgi_vars IS NOT NULL
         THEN
            -- PL/SQL gateway connection (WEB client)
            v_ip := OWA_UTIL.get_cgi_env ('REMOTE_ADDR');
         ELSE
            -- Direct connection over tcp/ip network
            v_ip := SYS_CONTEXT ('USERENV', 'IP_ADDRESS');
         END IF;
Re: how can u find IP address of th user [message #62662 is a reply to message #62164] Sat, 07 August 2004 13:30 Go to previous message
reena sajid
Messages: 1
Registered: August 2004
Junior Member
i want to find out ip address of this user
Previous Topic: ORA-03114 coming randomly while updating the data
Next Topic: ora 12560 protocol adaptor error
Goto Forum:
  


Current Time: Thu Sep 26 18:12:40 CDT 2024