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

Thread: Oracle 8.1.7 database

  1. #1

    Angry

    How could I verify our Oracle database 8.1.7 is 32-bit version or 64-bit version?

    Queyon
    Queyon Zeng

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

  3. #3
    Join Date
    May 2002
    Posts
    2,645
    64-bit Support: As root, execute isainfo –v at a UNIX prompt. If you see the following output, your server supports 64-bit as well as 32-bit applications.

    64-bit sparcv9 applications
    32-bit sparc applications

    Note the difference in the first line of output
    SQL> select * from v$version;

    BANNER
    ----------------------------------------------------------------
    Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    PL/SQL Release 8.1.6.0.0 - Production
    CORE 8.1.6.0.0 Production
    TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production

    SQL> conn system/manager@devel40
    Connected.
    SQL> /

    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    PL/SQL Release 9.2.0.1.0 - Production
    CORE 9.2.0.1.0 Production
    TNS for Solaris: Version 9.2.0.1.0 - Production
    NLSRTL Version 9.2.0.1.0 - Production



  4. #4

    Wink Oracle database version

    It doesn't show in the Oracle for AIX.
    Is there any other way?

    Queyon
    Queyon Zeng

  5. #5
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843

    AIX config commands

    Try these cmds, grep for string '-bit' and see that thorw something. I don't have AIX that why...

    lsatt
    lscfg
    lsdev
    Reddy,Sam

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