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

Thread: How to find out Net8 version?

  1. #1
    Join Date
    Jul 2002
    Posts
    4
    Hi,

    Our database is 8.1.6. I need to find out the verison of the Net8 or sqlnet that we have. How should I do this? Thanks.

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    On Server:

    SQL> select * from v$version;

    BANNER
    ----------------------------------------------------------------
    Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
    PL/SQL Release 8.1.7.2.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for Solaris: Version 8.1.7.2.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production

    OR

    LSNRCTL> version
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xyz32.oracle.com)(PORT=1521)))
    TNSLSNR for Solaris: Version 8.1.7.2.0 - Production
    TNS for Solaris: Version 8.1.7.2.0 - Production
    Unix Domain Socket IPC NT Protocol Adaptor for Solaris: Version 8.1.7.2.0 - Production
    Oracle Bequeath NT Protocol Adapter for Solaris: Version 8.1.7.2.0 - Production
    TCP/IP NT Protocol Adapter for Solaris: Version 8.1.7.2.0 - Production,,
    The command completed successfully



    On Client:

    You know what you have installed Or just open the version of the client software folders and see.
    Reddy,Sam

  3. #3
    Join Date
    May 2002
    Posts
    2,645
    Start OUI (Oracle Universal Installer), select Installed Products button, scroll through and expand the list. For 8.1.6, Net8 is pretty much version 8.1.6 across the board.

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