5.234 DBA_BLOCKER_RESOLVER_PARAMETERS

DBA_BLOCKER_RESOLVER_PARAMETERS shows the available user-tunable Blocker Resolver parameters and their values.

Column Datatype NULL Description

NAME

VARCHAR2(40)

NOT NULL

String representation of the parameter name

CURRENT_VALUE

VARCHAR2(20)

String representation of the current parameter value

CURRENT_TIME

DATE

Time at which the current value was set

PREVIOUS_VALUE

VARCHAR2(20)

String representation of the previous parameter value

PREVIOUS_TIME

DATE

Time at which the previous value was set

Note:

This view is available starting with Oracle Database 23ai.