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 is a primary key example?
What does varchar include?
What operators deal with null?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is sql catalog?
What is the difference between union and union all command?
What is the execution plan in sql?
What are the limitations of sql express?
How to use transactions efficiently : transact sql
how to return query output in html format? : Sql dba
How to run sql statements with oracle sql developer?
What is type and rowtype in pl sql?
explain the difference between delete , truncate and drop commands? : Sql dba
Can we insert delete data in view?
What kind of join is join?