What is RAC in oracle?

Answer Posted / brajendra arzare

Oracle RAC allows multiple computers to run the Oracle
RDBMS software simultaneously while accessing a single
database, thus providing a clustered database.
In a non-RAC Oracle database, a single instance
accesses a single database. Where the "database" consists
of a collection of data files, control files, and redo logs
located on disk; the "instance" comprises the collection of
Oracle-related memory and operating system processes that
run on a computer system.

In an Oracle RAC environment, two or more computers (each
with an instance) concurrently access a single database.
This allows an application or user to connect to either
computer and have access to a single coordinated set of
data.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is table? : Sql dba

763


Describe different types of general function used in sql?

727


what is the functionality of the function htmlentities? : Sql dba

692


What is sql procedures and functions?

745


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

751






How can we optimize a sql query?

766


What is full form of rtm?

721


How to add, remove, modify users using sql?

743


Is subquery faster than join?

740


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

2176


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

754


Name three sql operations that perform a sort.

786


What is pivot in sql?

670


Explain what is an index?

759


What is linq to sql?

769