OS version [message #220678] |
Wed, 21 February 2007 09:39 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
Hi ,I need to find my OS version to select a suitable patch for my Oracle version 9.2.0.6
/oracle>uname -a
SunOS gbo6012d 5.9 Generic_118558-27 sun4u sparc SUNW,Sun-Fire-15000
my quest is , is it Solaris SPARC 32 bit
or
Solaris SPARC 64 bit
how do i identify it ?there is diff patch set for diff versions
|
|
|
|
Re: OS version [message #220686 is a reply to message #220678] |
Wed, 21 February 2007 10:01 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
/oracle>uname -a
SunOS gbo6012d 5.9 Generic_118558-27 sun4u sparc SUNW,Sun-Fire-15000
is it Solaris SPARC 32 bit or Solaris SPARC 64 bit ???
How to i makeout this fro uname -a
|
|
|
|
Re: OS version [message #220689 is a reply to message #220678] |
Wed, 21 February 2007 10:14 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
Taj,
That was realy helpful.thank you.
One more quest.is there any doc on identifying diff OS names.Usualy this is helpful in identifying correct patch.
|
|
|
|
Re: OS version [message #220691 is a reply to message #220690] |
Wed, 21 February 2007 10:22 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
Mohammad Taj wrote on Wed, 21 February 2007 10:17 |
Patch depand on ORACLE VERSION.
|
Hi, i think patch depend on both OS version (platform) and Oracle version.
|
|
|
|
|
|
|
Re: OS version [message #220739 is a reply to message #220699] |
Wed, 21 February 2007 18:43 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
Not sure is this is accurate, but if you run the file command - it'll tell you 32 or 64 bit:
> uname -a
SunOS dante 5.8 Generic_117350-08 sun4u sparc SUNW,Sun-Fire-280R
## Do a file on any binary file
> file /usr/bin/ls
/usr/bin/ls: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
|
|
|
Re: OS version [message #220786 is a reply to message #220739] |
Thu, 22 February 2007 02:19 |
tahpush
Messages: 961 Registered: August 2006 Location: Stockholm/Sweden
|
Senior Member |
|
|
64-bit mode
% isalist -v
sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc
% isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
32-bit mode
% isalist -v
sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc
% isainfo -v
32-bit sparc applications
[Updated on: Thu, 22 February 2007 02:20] Report message to a moderator
|
|
|
Re: OS version [message #220862 is a reply to message #220786] |
Thu, 22 February 2007 07:21 |
shahnazurs
Messages: 240 Registered: June 2005 Location: India
|
Senior Member |
|
|
Hi.
You can try the following to get...
$isainfo -bv
64-bit sparcv9 applications
$isainfo -b
64
Means 64bit address....( Hope it is 64bit )
If i am mistake, please correct me
Thanks,
Shahnaz.
|
|
|