Skip to content

Commit 4259bd7

Browse files
Update README.md
typo and formatting
1 parent 011d440 commit 4259bd7

File tree

1 file changed

+11
-4
lines changed
  • data-platform/mission-critical-database/high-availability

1 file changed

+11
-4
lines changed

data-platform/mission-critical-database/high-availability/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
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
1420
Transparent Application Continuity (TAC) transparently tracks and records the session and transactional state so that the database session can be recovered following recoverable outages.
21+
1522
With no reliance on application knowledge or application code changes
1623
Transparency is achieved by consuming the state-tracking information that captures and categorizes the session state usage as the application issues the user calls.
1724

1825

1926
# Useful Links
2027

21-
RAC Architecture: https://www.oracle.com/webfolder/technetwork/tutorials/architecture-diagrams/19/rac/pdf/rac-19c-architecture.pdf
22-
Application Continuity: https://www.oracle.com/uk/database/technologies/high-availability/app-continuity.html
28+
- [RAC Architecture](https://www.oracle.com/webfolder/technetwork/tutorials/architecture-diagrams/19/rac/pdf/rac-19c-architecture.pdf)
29+
- [Application Continuity](https://www.oracle.com/uk/database/technologies/high-availability/app-continuity.html)
2330

2431

2532
# License

0 commit comments

Comments
 (0)