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
Do ddl statements need commit?
what is 'mysqlcheck'? : Sql dba
What is faster join or subquery?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is autocommit sql?
Can we use threading in pl/sql?
How do I count rows in sql?
What is the advantage of index in sql?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What is a sql statement?
How do you remove duplicates without using distinct in sql?
what is the stuff function and how does it differ from the replace function? : Sql dba
is mysql query is case sensitive? : Sql dba
What is the use of non clustered index?
Can we insert data into view?