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
How do I debug a stored procedure?
How do I upgrade sql?
What is mutating error in pl sql?
is it possible to pass an object or table to a procedure as an argument?
what is the difference between clustered and non clustered index in sql? : Sql dba
What is triggering circuit?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is PL/SQL Records?
What does where 1 1 mean in sql?
What is pl sql code?
What is the difference between inner join and left join?
What does data normalization mean?
How can I tell if sql is running?
What is materialized view in sql?
what is innodb? : Sql dba