Results 1 to 2 of 2

Thread: How to set the Client_Identifier to a browsers ip address

  1. #1
    Join Date
    Jan 2006
    Posts
    1

    How to set the Client_Identifier to a browsers ip address

    Hi,
    Before sending a database query from asp.net i want to set the Client_identifier database session variable which is present in oracle to the ip address of the browser which has made the request. How can i do that

    Thanks ,
    Robin

  2. #2
    Join Date
    Oct 2005
    Posts
    2,557
    Look at sys_context('userenv','ip_address')

    http://download-west.oracle.com/docs...122a.htm#88700

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •