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 to use in conditions? : Sql dba
What is the difference between union and union all command?
What is the sql query to display the current date?
Is it possible to create startup or shutdown trigger for on-schema?
Mention what is the use of function "module procedure" in pl/sql?
What does trigger mean in slang?
What are all the different normalizations?
Is sql database free?
What are variables in pl sql?
what are the different functions in sorting an array? : Sql dba
Where is sql database stored?
What normalization means?
How can I see all tables in sql?
Can we call stored procedure in function?
How to avoid duplicate records in a query?