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 22-26 GET_REDO_TRANSPORT_LAG Parameters
Parameter | Description |
---|---|
|
The name of the database experiencing the transport lag. |
|
Optional user supplied comment describing reason for executing this command. |
|
|