DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: How to find out SQL NET Version Urgent!!

  1. #1
    Join Date
    Oct 2002
    Posts
    43

    How to find out SQL NET Version Urgent!!

    Hi all,
    How to find out SQL NET Version Urgent!!
    Pratheesh

  2. #2
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323

    Re: How to find out SQL NET Version Urgent!!

    Originally posted by Pratheesh
    Hi all,
    How to find out SQL NET Version Urgent!!
    Pratheesh
    You can use:

    select * from v$version;

    OR

    lsnrctl version

    Hope this helps
    Nagesh

  3. #3
    Join Date
    Oct 2002
    Posts
    43

    Re: Re: How to find out SQL NET Version Urgent!!

    Originally posted by gnagesh
    You can use:

    select * from v$version;

    OR

    lsnrctl version

    Hope this helps
    I check both but not found
    Thanks

  4. #4
    Join Date
    Nov 2002
    Location
    Dublin, Ireland
    Posts
    133
    select distinct NETWORK_SERVICE_BANNER from v$session_connect_info
    where NETWORK_SERVICE_BANNER like '%Version%' ;
    Giani

  5. #5
    Join Date
    Jul 2001
    Posts
    181
    look in the sqlnet.log

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