| 2024-10-18T04:24:43.911107+08:00
 ALTER DATABASE RECOVER    CANCEL  
 2024-10-18T04:24:47.098637+08:00
 Errors infileE:\TRACE\diag\rdbms\his\his\trace\his_pr00_2608.trc:
 ORA-01547: 警告: RECOVER 成功但 OPEN RESETLOGS 将出现如下错误
 ORA-01194: 文件 1 需要更多的恢复来保持一致性
 ORA-01110: 数据文件 1: 'E:\ORADATA\SYSTEM01.DBF'
 2024-10-18T04:24:47.114278+08:00
 ORA-1547 signalled during: ALTER DATABASE RECOVER    CANCEL  ...
 ALTER DATABASE RECOVER CANCEL 
 ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
 2024-10-18T04:25:03.989398+08:00
 alter database openresetlogs
 2024-10-18T04:25:05.598781+08:00
 RESETLOGS is being donewithout consistancy checks. This may result
 ina corrupted database. The database should be recreated.
 RESETLOGS after incomplete recovery UNTIL CHANGE 2666786639 time
 Resetting resetlogs activation ID 3659241623 (0xda1b9897)
 2024-10-18T04:25:12.380089+08:00
 Setting recovery target incarnation to 3
 2024-10-18T04:25:15.052071+08:00
 Ping without log force is disabled:
   instance mounted inexclusive mode.
 Endian typeof dictionary setto little
 2024-10-18T04:25:15.458286+08:00
 Assigning activation ID 3703362676 (0xdcbcd474)
 2024-10-18T04:25:15.505102+08:00
 TT00 (PID:4092): Gap Manager starting
 2024-10-18T04:25:15.551992+08:00
 Redo log forgroup 1, sequence 1 is not located on DAX storage
 2024-10-18T04:25:17.833250+08:00
 Thread 1 opened at log sequence 1
   Current log# 1 seq# 1 mem# 0: E:\ORADATA\REDO01.LOG
 Successful openof redo thread 1
 2024-10-18T04:25:17.848888+08:00
 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
 stopping change tracking
 2024-10-18T04:25:22.052035+08:00
 Undo initialization recovery: err:0 start: 24275578 end: 24276578 diff: 1000 ms (1.0 seconds)
 Undo initialization online undo segments: err:0 start: 24276578 end: 24276593 diff: 15 ms (0.0 seconds)
 Undo initialization finished serial:0 start:24275578 end:24276640 diff:1062 ms (1.1 seconds)
 Dictionary check beginning
 Dictionary check complete
 Verifying minimum fileheader compatibility fortablespace encryption..
 Verifying fileheader compatibility fortablespace encryption completed forpdb 0
 2024-10-18T04:25:23.114610+08:00
 Database Characterset is AL32UTF8
 No Resource Manager plan active
 2024-10-18T04:25:29.036475+08:00
 replication_dependency_tracking turned off (no async multimaster replication found)
 2024-10-18T04:25:32.833386+08:00
 LOGSTDBY: Validating controlfile with logical metadata
 LOGSTDBY: Validation complete
 Starting background process AQPC
 2024-10-18T04:25:33.145881+08:00
 AQPC started with pid=37, OS id=5560 
 2024-10-18T04:25:35.677167+08:00
 Starting background process CJQ0
 2024-10-18T04:25:35.708430+08:00
 CJQ0 started with pid=39, OS id=2728 
 2024-10-18T04:25:36.724036+08:00
 Completed: alter database openresetlogs
 |