Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
Oracle 10g R2 RAC on SLES 9

Oracle 10g R2 RAC on SLES 9

2006-09-22       - By Tom Corr

 Back
Reply:     1     2     3  

All -

I'm more interested in your comments concerning RAC in general.  We seem to
have had a really difficult time getting it to run correctly - even with
Oracle consulting involved...

Basically, we have a two node oracle cluster, each with 2 amd opterons and
each with 12 gig of ram.  SLES9 SP3 is the OS.  We are running Oracle
10.2.0.3 database and RAC.

Anyhow, here are my observations so far:

1 - RAC really isnt a "transparent" solution to anyone.  That is though,
queries will fail over from one node to another thats about it.  Prepared
statements do not fail over.  So application logic has to be made aware of
which node they are running on, and in the event they end up on a different
node, they must re-prepare all statements.  The same holds true of cursors.

This does not seem like a very transparent application failover to me...  I
was coding this kind of logic some years ago...  That is the application must
be coded to trap errors from sql statements, and then try to re-prepare
statements all over again.

2 - The named services that you set up from with DBCA or srvctl.  To get
around problem from above, I decided to make one node "preferred" and the
other node "available".  I then just ran a simple script that would connect
to the "preferred" node in the background and query host_name from
v$instance.  While the script was running we crashed the preferred node.  
Just so we can see if connections would end up on the "available" node.  they
did not.  As a matter of fact the SERVICE ended up crashing too, as reported
from "crs_stat  -t".  We are now debugging the "crs logs" to see what
happened.  we can now, no longer modify the service with DBCA, we can only
use the command line srvctl command...

Has anyone else had any other experiences with RAC?  Does anyone know of work
arounds or solutions to the issues mentioned above?




--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting