https://oracledbaraconlinetraining.blogspot.com/2015/11/overview-of-oracle-dba-rac.html
In database computing, Oracle Real Application Clusters (RAC) - an
option for the Oracle Database software produced by Oracle Corporation and
introduced in 2001 with Oracle9i - provides software for clustering and high
availability in Oracle database environments. Oracle Corporation includes RAC
with the Standard Edition, provided the nodes are clustered using Oracle
Clusterware.
Functionality
Oracle RAC allows multiple computers to run Oracle RDBMS software
simultaneously while accessing a single database, thus providing clustering.
In a non-RAC Oracle database, a single instance accesses a single
database. 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, 2 or more computers (each with an Oracle
RDBMS 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.
Implementation
Oracle RAC depends on the infrastructure component Oracle Clusterware
to coordinate multiple servers and their sharing of data storage. The FAN
(Fast Application Notification) technology detects down-states. RAC
administrators can use the srvctl tool to manage RAC configurations,
Cache Fusion
Prior to Oracle 9, network-clustered Oracle databases used a storage
device as the data-transfer medium (meaning that one node would write a data
block to disk and another node would read that data from the same disk), which
had the inherent disadvantage of lackluster performance. Oracle 9i addressed
this issue: RAC uses a dedicated network connection for communications internal
to the cluster.
Since all computers/instances in a RAC access the same database, the
overall system must guarantee the coordination of data changes on different
computers such that whenever a computer queries data, it receives the current
version - even if another computer recently modified that data. Oracle RAC
refers to this functionality as Cache Fusion. Cache Fusion involves the ability
of Oracle RAC to "fuse" the in-memory data cached physically
separately on each computer into a single, global cache.
Corporate Traing,
DBA RAC,
Institute,
Online Training,
Oracle,
Oracle DBA RAC,
Overview,
VirtualNuggets
VirtualNuggets
5259674748448464428
Post a Comment


:noprob:

:smile:

:shy:

:trope:

:sneered:

:happy:

:escort:

:rapt:

:love:

:heart:

:angry:

:hate:

:sad:

:sigh:

:disappointed:

:cry:

:fear:

:surprise:

:unbelieve:

:shit:

:like:

:dislike:

:clap:

:cuff:

:fist:

:ok:

:file:

:link:

:place:

:contact:
Home
item
Blog Archive
Popular Posts
-
In database computing, Oracle Real Application Clusters (RAC) - an option for the Oracle Database software produced by Oracle Corporat...
-
This is an Oracle RAC database administration, task-oriented guide that shows you how to configure and manage the environment fo...
-
In most of the environment we know few tableapces zero data change happned in test environment. In a such environment tablespace data is ...
-
1. What is VIP IP used for? It returns a dead connection IMMIDIATELY, when its primary node fails. Without using VIP IP, the clients...
-
Cloning the single instance oracle home (This method require -Sudo privilage on both servers) here we are going to clone the oracle ho...
-
1.What is cache fusion? In a RAC environment, it is the combining of data blocks, which are shipped across the interconnect fr...
-
This procedure will work for all file systems including raw or ASM. Through this example we will be using user12 (datafile). 1) On stan...
-
It took some time to investigate why CRSCTL REPLACE VOTEDISK command is not working. [oracle@node1 ~]$ crsctl replace votedisk V...