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
What are pl sql data types?
What is pl sql commands?
What is crud diagram?
How many types of triggers exist in pl/sql?
What is pivot query?
What is materialized view in sql?
Explain 3 basic parts of a trigger.
What is primary key and unique key?
what is the difference between undefined value and null value? : Sql dba
When sql appeared?
What is left inner join in sql?
Why is sharding used?
Can a foreign key be null?
What are the different tcl commands in sql?
How do you rank data in sql?