Answer Posted / sumit kumar
RAC stands for Real Application Clusters. It allows
multiple nodes in a clustered system to mount and open a
single database that resides on shared disk storage. Should
a single system fail (node), the database service will
still be available on the remaining nodes.
A non-RAC database is only available on a single system. If
that system fails, the database service will be down
(single point of failure).
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
What is replication id?
what are the authentication modes in sql server? : Sql dba
What is update query?
What are secondary keys?
What is indexes?
What is sql trigger example?
Which is faster truncate or drop?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
How do you write an inner join query?
What is offset and limit in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What can I use instead of union in sql?
What is procedure in pl sql?
What is a mutating table and a constraining table?