GET_REDO_TRANSPORT_LAG

Returns the current redo transport lag on the specified database.

Syntax

FUNCTION get_redo_transport_lag (
   db_unique_name      IN VARCHAR2,
   comments            IN VARCHAR2 DEFAULT NULL)
RETURN DSINTERVAL_UNCONSTRAINED;

Parameters

Table 26 GET_REDO_TRANSPORT_LAG Parameters

Parameter Description
db_unique_name The name of the database experiencing the transport lag.
comments Optional user supplied comment describing reason for executing this command.
RETURNS DSINTERVAL_UNCONSTRAINED.