Package oracle.jdbc.replay


package oracle.jdbc.replay
Provides interfaces and factory methods for Application Continuity.
Since:
12c
  • Class
    Description
    This callback allows applications to re-establish session initial starting point after a failover and before replay starts.
    A data source that supports transparent failover replay of JDBC operations.
    This data source implements the standard JDBC javax.sql.OracleConnectionPoolDataSource interface.
    A data source that supports transparent failover replay of JDBC operations.
    Data source factory for creating instances of OracleDataSource, OracleConnectionPoolDataSource, and OracleXADataSource that provide transparent failover replay support.
    JDBC Data Source that supports transparent JDBC operation replay upon a failover.
    A data source that supports transparent failover replay of JDBC operations.
    XADataSource implementation that provides Application Continuity protection for applications using only local transactions or local transactions that are promotable to global/XA transactions.
     
    Statistics report type.
    Various runtime statistics about Application Continuity (AC), such as how many JDBC calls are affected by outages, how many replay attempts are made, how many replay succeed, etc.
    An MXBean that exports various runtime statistics about Application Continuity (AC), such as how many JDBC calls are affected by outages, how many replay attempts are made, how many replay succeed, etc.