Feature
DBA_OB_BACKUP_JOB_HISTORY displays the history of backup tasks in the current tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| JOB_ID | NUMBER(38) | NO | The ID of the backup task. Each task record corresponds to a backup. |
| INCARNATION | NUMBER(38) | NO | The nth incarnation of the database after the Flashback Database operation. |
| BACKUP_SET_ID | NUMBER(38) | YES | The ID of the backup set. The default value for the sys tenant is 0. The value is incremented from 1 for user tenants. |
| INITIATOR_TENANT_ID | NUMBER(38) | NO | The tenant ID of the task initiator, which indicates the initiating tenant of the task. The value corresponds to the tenant that executes the backup SQL statement. |
| INITIATOR_JOB_ID | NUMBER(38) | NO | The job ID of the task initiator. |
| EXECUTOR_TENANT_ID | VARCHAR2(65536) | NO | The ID of the tenant that is associated with the JOB-level backup task for execution. |
| PLUS_ARCHIVELOG | VARCHAR2(4096) | NO | Indicates whether log synchronization is enabled. Valid values: |
| BACKUP_TYPE | VARCHAR2(4096) | NO | The type of the backup. Valid values: |
| JOB_LEVEL | VARCHAR2(4096) | NO | The task level. Valid values: |
| ENCRYPTION_MODE | VARCHAR2(4096) | YES | The encryption mode. Valid values: Currently, only the None and Password modes are supported. |
| PASSWD | VARCHAR2(4096) | YES | The password. |
| START_TIMESTAMP | VARCHAR2(256) | NO | The time when the JOB-level backup task starts. |
| END_TIMESTAMP | VARCHAR2(256) | NO | The time when the JOB-level backup task ends. |
| STATUS | VARCHAR2(4096) | NO | The backup status. |
| RESULT | NUMBER(38) | NO | The returned backup error code. |
| COMMENT | VARCHAR2(4096) | YES | The description of the error code. |
| DESCRIPTION | VARCHAR2(4096) | YES | The backup description specified by the user. |
| PATH | VARCHAR2(4096) | YES | The backup path. |