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 the difference between clustered and non-clustered indexes?
What is memory optimized table?
how to drop an existing table in mysql? : Sql dba
What is a join?
What is the difference between sql and isql*plus?
How do I view stored procedures?
How to convert comma separated string to array in pl/sql?
what is auto increment? : Sql dba
what are the 'mysql' command line options? : Sql dba
What is coalesce sql?
what is the difference between myisam static and myisam dynamic? : Sql dba
What is rtm stands for?
How do I edit a trigger in sql developer?
What is not equal in sql?
how to use in conditions? : Sql dba