Skip to content

Commit 120b1f1

Browse files
Update README.md
formatting typo
1 parent 8e6ca66 commit 120b1f1

File tree

1 file changed

+10
-2
lines changed
  • data-platform/mission-critical-database/High Availability

1 file changed

+10
-2
lines changed

data-platform/mission-critical-database/High Availability/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
# High Availability
2-
This area focusses on technologies supporting High Availability and best practices.
2+
3+
This area focuses on technologies supporting High Availability and best practices.
34

45
Specifically Oracle RAC and Application Continuity
56

67
# RAC
7-
Oracle Real Application Clusters (RAC) allow customers to run a single Oracle Database across multiple servers in order to maximize availability and enable horizontal scalability, while accessing shared storage. User sessions connecting to Oracle RAC instances can failover and safely replay changes during outages, without any changes to end user applications, hiding the impact of the outages from end users.
8+
9+
Oracle Real Application Clusters (RAC) allow customers to run a single Oracle Database across multiple servers in order to maximize availability and enable horizontal scalability while accessing shared storage. User sessions connecting to Oracle RAC instances can failover and safely replay changes during outages, without any changes to end-user applications, hiding the impact of the outages from end users.
810

911
# Application Continuity
12+
1013
Application Continuity (AC) is a feature available with the Oracle Real Application Clusters (RAC), Oracle RAC One Node, and Oracle Active Data Guard options that masks outages from end users and applications by recovering the in-flight database sessions following recoverable outages.
14+
1115
Application Continuity masks outages from end users and applications by recovering the in-flight work for impacted database sessions following outages. Application Continuity performs this recovery beneath the application so that the outage appears to the application as a slightly delayed execution.
16+
1217
Application Continuity improves the user experience for both unplanned outages and planned maintenance. Application Continuity enhances the fault tolerance of systems and applications that use an Oracle database.
18+
1319
Transparent Application Continuity
20+
1421
Transparent Application Continuity (TAC) transparently tracks and records the session and transactional state so that the database session can be recovered following recoverable outages.
1522
With no reliance on application knowledge or application code changes
23+
1624
Transparency is achieved by consuming the state-tracking information that captures and categorizes the session state usage as the application issues the user calls.
1725

1826

0 commit comments

Comments
 (0)