Answer Posted / oracle
RAC stands for REAL APPLICATION CLUSTER, it is and advance future from oracle
10g
Oracle RAC allows multiple computers to run the Oracle RDBMS software
simultaneously while accessing a single database, thus providing a clustered
database.
Since Oracle RAC allows multiple computers to access a single database
simultaneously, it addresses several areas of database management. These
areas include:
fault tolerance
load balancing
scalability
Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
What is a natural join?
Are stored procedures faster than dynamic sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
Describe types of sql statements?
what is column? : Sql dba
what are numeric data types? : Sql dba
Name the operator which is used in the query for pattern matching?
how to delete an existing column in a table? : Sql dba
what is the difference between delete and truncate commands? : Sql dba
define sql insert statement ? : Sql dba
what is recursive stored procedure? : Sql dba
What is partition in sql query?
Write a unique difference between a function and a stored procedure.
What is a primary key called that is made up of more than one field?
Does sql view stored data?