RA_POLLING_POLICY

This view lists the defined backup polling policies.

Column Data Type NULL Description

POLLING_NAME

VARCHAR2(128)

The name of this backup polling policy.

POLLING_KEY

NUMBER

NOT NULL

The primary key for this backup polling policy in the recovery catalog.

DEST

VARCHAR2(4000)

NOT NULL

The file system directory corresponding to the backup polling location.

FREQUENCY

INTERVAL DAY(9) TO SECOND(6)

The interval at which the Recovery Appliance scans the backup polling location for new files.

NEXT_EXECUTE

TIMESTAMP(6) WITH TIME ZONE

The next time when the polling location will be scanned.

DELETE_INPUT

VARCHAR2(5)

The deletion policy for the polling location: TRUE to delete files as they are accepted; FALSE to keep all files.