add data_progress and log_progress to DBA_OB_BACKUP_TASKS

This commit is contained in:
oceanoverflow
2024-05-13 13:42:41 +00:00
committed by ob-robot
parent 6584227310
commit 97dbfd2f97
5 changed files with 36 additions and 4 deletions

View File

@ -3243,6 +3243,10 @@ COMMENT varchar(4096) YES
PATH varchar(4096) YES
MINOR_TURN_ID bigint(20) NO
MAJOR_TURN_ID bigint(20) NO
DATA_PROGRESS decimal(26,2) NO
LOG_FILE_COUNT bigint(20) NO
FINISH_LOG_FILE_COUNT bigint(20) NO
LOG_PROGRESS decimal(26,2) NO
select /*+QUERY_TIMEOUT(60000000)*/ count(*) as cnt from (select * from oceanbase.DBA_OB_BACKUP_TASKS limit 1);
cnt
1

View File

@ -4667,6 +4667,10 @@ COMMENT varchar(4096) YES
PATH varchar(4096) YES
MINOR_TURN_ID bigint(20) NO
MAJOR_TURN_ID bigint(20) NO
DATA_PROGRESS decimal(26,2) NO
LOG_FILE_COUNT bigint(20) NO
FINISH_LOG_FILE_COUNT bigint(20) NO
LOG_PROGRESS decimal(26,2) NO
select /*+QUERY_TIMEOUT(60000000)*/ count(*) as cnt from (select * from oceanbase.DBA_OB_BACKUP_TASKS limit 1);
cnt
1