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 is table? : Sql dba
Describe different types of general function used in sql?
what is the functionality of the function htmlentities? : Sql dba
What is sql procedures and functions?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
How can we optimize a sql query?
What is full form of rtm?
How to add, remove, modify users using sql?
Is subquery faster than join?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Name three sql operations that perform a sort.
What is pivot in sql?
Explain what is an index?
What is linq to sql?