|
Re: IP Address in forms10g [message #235477 is a reply to message #235223] |
Sun, 06 May 2007 13:57 |
NATVA
Messages: 9 Registered: May 2007
|
Junior Member |
|
|
Hi,
Try this to get the IP address ...
select sys_context('userenv','ip_address') from dual;
if this is not working in forms, create a function and return the ip address to the forms , it will work.
|
|
|
|
Re: IP Address in forms10g [message #235642 is a reply to message #235223] |
Mon, 07 May 2007 09:32 |
srinivas.k2005
Messages: 404 Registered: August 2006
|
Senior Member |
|
|
Hi,
I have oracle 8i,when i ran the query its returning null.
Do I need to set any parameters.
SQL> select sys_context('userenv','ip_address') from dual;
SYS_CONTEXT('USERENV','IP_ADDRESS')
-----------------------------------------------------------------
Thanks,
Srinivas
|
|
|
|
|