|
|
Re: Solaris 10 compatiblity with oracle 10g (10.2.0.3) [message #260698 is a reply to message #260691] |
Mon, 20 August 2007 13:58 |
|
I know I ran into some kind of issues, when I did an upgrade from 9i/32-bit to 10gr2/64-bit all on the same box, I don't remember now that it is all behind us.
But more importantly, I know I am having trouble now with one query that started hanging when I migrated to Solaris 10.2.0.3 (also 10.2.0.1) that were running fine on 10.2.0.2 Z/Linux. Another time, I had to delete stats for a table totally for it work correctly, fortunately, this was a small table. So, I know the common thing that changed was Solaris everything else being the same. But I am interested in knowing other peoples experiences also.
|
|
|
|
|
|
Re: Solaris 10 compatiblity with oracle 10g (10.2.0.3) [message #261499 is a reply to message #261429] |
Wed, 22 August 2007 15:57 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
SQL> !uname -a
SunOS omzesp05 5.10 Generic_125100-10 sun4u sparc SUNW,Sun-Fire-V490
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for Solaris: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
SQL>
|
|
|
|