,
Share with your friends 

How to capture clinet machine ip address through application?

7 ratings Views 206 
Author: Sanjay Kumar_6daf340d (Sanjay Kumar Barik)  View Profile |  View other solutions by this author

Question / Problem


I have a 10g application. I want to capture the ip address of each local / client machine who connects to my applcation via proper user id and password.

Solution

There are several oracle suplied packages are there to get the clinet ip address from database. But when it comes to application, all fails and retunrs the application server ip only. So to capture ip address of the local machine we need to use oracle supplied webutil files. (WEBUTIL_CLIENTINFO.GET_IP_ADDRESS)

Applies to

Oracle 9i Sql

Rank It

Login to rank it

Report


Advertisement