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
Is pl sql different from sql?
What are the limitations of sql express?
What is sql and also describe types of sql statements?
Is full outer join same as cross join?
What is your daily office routine?
How do I edit a stored procedure?
what are set operators in sql? : Sql dba
What is trigger in flip flop?
What does pragma mean?
how to dump a table to a file with 'mysqldump'? : Sql dba
Can we create index on primary key?
what is a constraint? Tell me about its various levels. : Sql dba
What is trigger with example?
Where is sql database stored?
Why do we need databases?