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

Thread: How to find out it is 32bit or 64 bit o/s on sun solaris?

  1. #1
    Join Date
    Feb 2003
    Location
    New York
    Posts
    75

    How to find out it is 32bit or 64 bit o/s on sun solaris?

    Hi, Does anyone know the command how to find whethere it is 32bit or 64 bit O/S on sun solaris?
    Thanks.

    DF
    Still learning

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    I just logged onto my 64 bit Sun Solaris box using sql plus.

    Code:
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 16 10:53:00 2003
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    
    
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.2.0 - 64bit Production
    JServer Release 9.2.0.2.0 - Production
    Then I logged onto a Windows 2000 system running 32 bit.

    Code:
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 16 10:54:10 2003
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    
    
    Connected to:
    Oracle9i Release 9.2.0.1.0 - Production
    JServer Release 9.2.0.1.0 - Production

  3. #3
    Join Date
    Nov 2002
    Location
    Dublin, Ireland
    Posts
    133
    1 / As for the o/s sun do: isainfo -kv

    2 / As for Oracle do :
    a) Go to Oracle_HOME/bin and do "file oracle".
    eg:
    $ cd $ORACLE_HOME/bin

    $ file oracle
    oracle: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped

    HTH
    Giani

  4. #4
    Join Date
    Feb 2003
    Location
    New York
    Posts
    75
    Thanks, Giani.
    Sorry probably I did not express myself clearly,
    I wanted to find out the bits on o/s level, not on oracle software.
    Thanks all.

    DF.
    Still learning

  5. #5
    Join Date
    May 2002
    Posts
    2,645
    No, you were clear.

  6. #6
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Originally posted by stecal
    No, you were clear.
    I should have realized what he was looking for, my mistake.

  7. #7
    Join Date
    Feb 2003
    Location
    New York
    Posts
    75
    Thank you all for your help.
    Still learning

  8. #8
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    Try:

    isainfo -v

    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  9. #9
    Join Date
    May 2002
    Posts
    2,645
    This horse is dead, already. Stop beating it. isainfo -[options] was already shown.

    man isainfo and leave it at that

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