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
Can we use ddl statements in stored procedure?
How do I run a sql trace?
Does db2 use sql?
What is the use of procedures?
How sql query is executed?
Does google use sql?
What is the best sql course?
Can a select statement fire a trigger?
What are the two different parts of the pl/sql packages?
Which is faster view or stored procedure?
what tools available for managing mysql server? : Sql dba
What is a pragma statement?
What is forward declaration in pl sql?
How do sql triggers work?
what are different types of keys in sql?