Skip to main content

Oracle Database Real application Cluster (RAC)

 RAC: a server for tolerance solution 

 To address server fault tolerance Oracle offers Oracle database RAC real application cluster options with this option a cluster of nodes collectively represent the database service.

  The database service does not stop if one not in the cluster fails this solution is utilised by Enterprises that require high availability applications they cannot afford extended recovery times from backups when a server becomes faulty 

 Oracle database rack 10 seats between the single instance architecture and the real application cluster 

 Technical speaking it an active passive cluster solution 

 Only one not will be at the time if that note goes down for any reason the service fails over to another node and continuous providing it service 

 This solution is suitable for business that wants to take Advantage of the rak options, but at a lower cost than the full rac license.




Comments

Popular posts from this blog

Oracle database single instance architecture

Oracle database single instance architecture  Maine database runs on a single machine we referred to this architecture as the Oracle database single instance architecture this setup involves having one Oracle database instance running on the mission serving its clients   The term Oracle database instance simply refers to the combination of memory structure and database process that collectively represent the database service.  However this Architectire has a significant availability risk.  If anything goes wrong with the mission that database becomes UN available.

Table spaces

 Tablespace consists of one or more data files.  A data file belongs to only one tablespace. Segments, Extents, and Blocks • Segments exist within a tablespace • Segments are made up of a collection of extents • An extents is a collection of logically contiguous data blocks - Cannot span multiple data files • Data blocks are mapped to disk blocks SYSTEM and SYSAUX Tablespaces • The SYSTEM and SYSAUX tablespaces are mandatory tablespaces. • They are created at the time of database creation. • They must be online. • The SYSTEM tablespace is used for core functionality (for example, data dictionary tables). • The auxiliary SYSAUX tablespace is used for additional database components.