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 undefined value and null value? : Sql dba
Can primary key be changed?
What does (*) mean in sql?
What is spool?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Is sqlite thread safe?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
how can we repair a mysql table? : Sql dba
What is procedure in pl sql?
Is it possible for a table to have more than one foreign key?
What is record in pl sql?
What is using in sql?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
how does a local variable is defined using t-sql? : Transact sql
How do I count rows in sql query?