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
How do I write a cron which will run a sql query and mail the results to agroup?
What are tables and fields in the database?
what is schema? : Sql dba
How to avoid using cursors?
What are the benefits of pl sql?
how do you know the version of your mysql server? : Sql dba
What is recursive stored procedure?
What are the different types of triggers?
How do I trace sql profiler?
What is a temp table?
List the ways to get the count of records in a table?
Which command is used to call a stored procedure?
Does oracle roll back the transaction on an error?
Is mariadb a nosql database?
how to fetch alternate records from a table? : Sql dba