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

Thread: 32-bit or 16-bit??

  1. #1
    Join Date
    Oct 2000
    Posts
    144
    Hi Everyone,
    Is there a way that you can query to see if your dabasase is 16-bit or 32-bit level?
    I know that certain versions allow you to see it when you start svrmgrl.


  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    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
    Reddy,Sam

  3. #3
    Join Date
    Oct 2000
    Posts
    144
    I tried to query v$version in version 7.3.4 and it does
    not show the bit level.

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Go to $ORACLE_HOME/bin if it was on a Unix OS then you can use the command file to find out about it

    $ file oracle

    This would reveal the type of oracle version.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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