Linux command to find platform [message #233337] |
Wed, 25 April 2007 14:05 |
vasudevan
Messages: 119 Registered: February 2006 Location: TRICHY
|
Senior Member |
|
|
Hello sir
I want to install oracle patch in ur linux OS for that
i want to find out the linux platform details,i dont know whether it is 64-bit or 32-bit
Plz help me to find out the OS details
Advanced Thanx.
|
|
|
|
|
|
Re: Linux command to find platform [message #237609 is a reply to message #233337] |
Tue, 15 May 2007 03:31 |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |
|
|
Hi,
dont know whether it is 64-bit or 32-bit
You can also find about 32 bit or 64 bit through below command
ORCL@TAJ>DESC V$SESSION
Name Null? Type
------------------- -------- ----------------------------
PADDR RAW(4)
if RAW(4) -----> 32 BIT
if RAW(8) -----> 64 BIT
regards
Taj
[Updated on: Tue, 15 May 2007 03:31] Report message to a moderator
|
|
|
|
Re: Linux command to find platform [message #237711 is a reply to message #237609] |
Tue, 15 May 2007 09:03 |
tahpush
Messages: 961 Registered: August 2006 Location: Stockholm/Sweden
|
Senior Member |
|
|
Start Sqlplus ?
sqlplus username/password@db
Quote: |
SQL*Plus: Release 9.2.0.6.0 - Production on Tis Maj 15 15:59:43 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Ansluten till:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
|
Or
Quote: |
[/SSW/oracle]cd $ORACLE_HOME/bin
[/SSW/oracle/product/9.2.0.6.0/bin]file oracle
oracle: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
|
|
|
|