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 sql mysql pl sql oracle?
What is crud sql?
What do you understand by pl/sql cursors?
How to check if a column is nullable before setting to nullable?
How can you load multi line records? : aql loader
Why do we use function in pl sql?
What are primary key and foreign key and how they work?
What is mutating error in pl sql?
How do you concatenate in sql?
What is replication id?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is tuple in sql?
What are the two virtual tables available at the time of database trigger execution?
What steps server process has to take to execute an update statement?
What is trigger in sql? Explain