DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: HOW to get IP number for ORacle database server

  1. #11

    Full path required

    Quote Originally Posted by davey23uk
    Unix: ifconfig
    Unprivileged users will need to enter the full path to ifconfig:

    /usr/sbin/ifconfig or
    /sbin/ifconfig.

  2. #12
    Join Date
    Sep 2006
    Posts
    1

    finding ip address

    use sys_context to find ip address.


    try this query

    select sys_context('USERENV','IP_ADDRESS') from dual;

  3. #13
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by baburaj
    use sys_context to find ip address.


    try this query

    select sys_context('USERENV','IP_ADDRESS') from dual;

    utter rubbish, dont post crap please

Posting Permissions

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


Click Here to Expand Forum to Full Width