What is RAC in oracle?

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


Please Help Members By Posting Answers For Below Questions

what are the advantages of sql ? : Sql dba

640


What is replication id?

606


what are the authentication modes in sql server? : Sql dba

625


What is update query?

621


What are secondary keys?

655






What is indexes?

649


What is sql trigger example?

644


Which is faster truncate or drop?

658


what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba

671


How do you write an inner join query?

603


What is offset and limit in sql?

645


column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.

6358


What can I use instead of union in sql?

596


What is procedure in pl sql?

615


What is a mutating table and a constraining table?

665