ORA-19809 ORA-19804问题处理

报错信息:

ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 2148532224 bytes disk space from 966367641600 bytes limit

报错信息翻译过来简而言之就是闪回空间满了。

检查闪回区设置:

SQL> show parameter recover

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest                string      +RECOC1
db_recovery_file_dest_size           big integer 900G
db_unrecoverable_scn_tracking        boolean     TRUE
recovery_parallelism                 integer     0
remote_recovery_file_dest            string

闪回区位置是+RECOC1,闪回区大小是900G。

最直接的处理方法就是增大闪回区:

SQL> alter system set db_recovery_file_dest_size=1000G;

System Alted.

SQL> show parameter recover

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest                string      +RECOC1
db_recovery_file_dest_size           big integer 1000G
db_unrecoverable_scn_tracking        boolean     TRUE
recovery_parallelism                 integer     0
remote_recovery_file_dest            string

此次处理过程中,由于归档是放在闪回区的。

SQL> archive log list;
Database log mode              Archive Mode
Automatic archival             Enabled
Archive destination            USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence     0
Next log sequence to archive   0
Current log sequence           0

因此是闪回区空间不够是由于归档保留时间过长,在增大闪回区的同时,减少归档保留周期。

2023-10-20T08:54:02.854785+08:00
 rfs (PID:83136): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is Foreground (PID:281013)
2023-10-20T08:54:02.900453+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_rfs_83136.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 2148532224 bytes disk space from 966367641600 bytes limit
2023-10-20T08:54:28.658875+08:00
 rfs (PID:83498): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is Foreground (PID:117466)
2023-10-20T08:54:28.677038+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_rfs_83498.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 2148532224 bytes disk space from 966367641600 bytes limit
2023-10-20T08:58:16.717420+08:00
ALTER DATABASE RECOVER CANCEL 
2023-10-20T08:58:17.755729+08:00
Stopping change tracking
2023-10-20T08:58:17.798233+08:00
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL 
2023-10-20T08:58:43.040336+08:00
ALTER SYSTEM SET db_recovery_file_dest_size=1000G SCOPE=BOTH;
2023-10-20T08:58:58.551559+08:00
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
alter database recover managed standby database using current logfile disconnect from session
2023-10-20T08:58:58.562794+08:00
Attempt to start background Managed Standby Recovery process (hisdb)
Starting background process MRP0
2023-10-20T08:58:58.591466+08:00
MRP0 started with pid=16, OS id=85128 
2023-10-20T08:58:58.592646+08:00
Background Managed Standby Recovery process started (hisdb)
2023-10-20T08:59:03.628701+08:00
 Started logmerger process
2023-10-20T08:59:03.639567+08:00
PR00 (PID:85144): Managed Standby Recovery starting Real Time Apply
2023-10-20T08:59:04.929358+08:00
 rfs (PID:85196): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is Foreground (PID:281013)
Deleted Oracle managed file +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_0_seq_0.462.1150707545
2023-10-20T08:59:05.019520+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_rfs_85196.trc:
ORA-00449: background process 'MMON' unexpectedly terminated with error 448
2023-10-20T08:59:05.207692+08:00
 rfs (PID:85225): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is ASYNC (PID:184828)
 rfs (PID:85225): Primary database is in MAXIMUM PERFORMANCE mode
2023-10-20T08:59:05.275050+08:00
 rfs (PID:85225): Selected LNO:9 for T-1.S-1233 dbid 2060755365 branch 1148139304
2023-10-20T08:59:07.261686+08:00
Only allocated 127 recovery slaves (requested 128)
2023-10-20T08:59:07.261803+08:00
Parallel Media Recovery started with 127 slaves
2023-10-20T08:59:07.560638+08:00
Stopping change tracking
2023-10-20T08:59:07.601652+08:00
Completed: alter database recover managed standby database using current logfile disconnect from session
PR00 (PID:85144): Media Recovery Waiting for T-2.S-3255
PR00 (PID:85144): Fetching gap from T-2.S-3255 to T-2.S-3283
PR00 (PID:85144): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T08:59:17.723850+08:00
PR00 (PID:85144): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T08:59:27.831447+08:00
PR00 (PID:85144): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T08:59:30.750540+08:00
 rfs (PID:85579): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is Foreground (PID:117466)
Deleted Oracle managed file +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_0_seq_0.462.1150707571
2023-10-20T08:59:30.854405+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_rfs_85579.trc:
ORA-00449: background process 'MMON' unexpectedly terminated with error 448
2023-10-20T08:59:31.050068+08:00
 rfs (PID:85588): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is ASYNC (PID:156113)
 rfs (PID:85588): Primary database is in MAXIMUM PERFORMANCE mode
2023-10-20T08:59:31.144277+08:00
 rfs (PID:85588): Selected LNO:26 for T-2.S-3290 dbid 2060755365 branch 1148139304
2023-10-20T08:59:37.963695+08:00
PR00 (PID:85144): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T08:59:43.068874+08:00
alter database recover managed standby database cancel
2023-10-20T08:59:43.084660+08:00
PR00 (PID:85144): FAL: Error fetching gap sequence, no FAL server specified
PR00 (PID:85144): MRP0: Background Media Recovery cancelled with status 16037
2023-10-20T08:59:43.085154+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_pr00_85144.trc:
ORA-16037: user requested cancel of managed recovery operation
PR00 (PID:85144): Managed Standby Recovery not using Real Time Apply
Recovery interrupted!
Stopping change tracking
2023-10-20T08:59:43.597441+08:00
Errors in file /u01/app/oracle/diag/rdbms/hisdbdg/hisdb/trace/hisdb_pr00_85144.trc:
ORA-16037: user requested cancel of managed recovery operation
2023-10-20T08:59:43.737120+08:00
Background Media Recovery process shutdown (hisdb)
2023-10-20T08:59:44.071790+08:00
Managed Standby Recovery Canceled (hisdb)
Completed: alter database recover managed standby database cancel
2023-10-20T08:59:47.986840+08:00
alter database open
2023-10-20T08:59:47.990193+08:00
idle dispatcher 'D000' terminated, pid = (53, 1)
2023-10-20T08:59:49.496618+08:00
Smart fusion block transfer is disabled:
  instance mounted in exclusive mode.
2023-10-20T08:59:50.873549+08:00
No Resource Manager plan active
Starting background process SVCB
2023-10-20T08:59:51.290735+08:00
SVCB started with pid=43, OS id=85693 
2023-10-20T08:59:52.685576+08:00
Starting background process SMCO
2023-10-20T08:59:52.714730+08:00
SMCO started with pid=47, OS id=85699 
2023-10-20T08:59:59.621772+08:00
Starting background process MMNL
2023-10-20T08:59:59.647361+08:00
MMNL started with pid=341, OS id=86250 
Starting background process MMON
2023-10-20T08:59:59.671659+08:00
MMON started with pid=342, OS id=86252 
2023-10-20T08:59:59.957291+08:00
Physical standby database opened for read only access.
Completed: alter database open
2023-10-20T09:00:00.629532+08:00
db_recovery_file_dest_size of 1024000 MB is 20.80% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.
2023-10-20T09:00:05.687893+08:00
 rfs (PID:86320): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is FAL (PID:281046)
2023-10-20T09:00:05.752273+08:00
 rfs (PID:86320): Opened log for T-1.S-1232 dbid 2060755365 branch 1148139304
2023-10-20T09:00:12.575222+08:00
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
alter database recover managed standby database using current logfile disconnect from session
2023-10-20T09:00:12.583852+08:00
Attempt to start background Managed Standby Recovery process (hisdb)
Starting background process MRP0
2023-10-20T09:00:12.610853+08:00
MRP0 started with pid=349, OS id=86381 
2023-10-20T09:00:12.611807+08:00
Background Managed Standby Recovery process started (hisdb)
2023-10-20T09:00:14.200485+08:00
 rfs (PID:86320): Archived Log entry 4270 added for B-1148139304.T-1.S-1232 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:00:17.644578+08:00
 Started logmerger process
2023-10-20T09:00:17.654771+08:00

IM on ADG: Start of Empty Journal 

IM on ADG: End of Empty Journal 
PR00 (PID:86473): Managed Standby Recovery starting Real Time Apply
2023-10-20T09:00:20.819400+08:00
Only allocated 127 recovery slaves (requested 128)
2023-10-20T09:00:20.819517+08:00
Parallel Media Recovery started with 127 slaves
2023-10-20T09:00:21.182519+08:00
Stopping change tracking
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3255
PR00 (PID:86473): Fetching gap from T-2.S-3255 to T-2.S-3283
PR00 (PID:86473): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T09:00:21.619401+08:00
Completed: alter database recover managed standby database using current logfile disconnect from session
2023-10-20T09:00:31.385647+08:00
PR00 (PID:86473): FAL: Error fetching gap sequence, no FAL server specified
2023-10-20T09:00:32.206028+08:00
 rfs (PID:87022): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is FAL (PID:117477)
2023-10-20T09:00:32.225826+08:00
 rfs (PID:87024): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is FAL (PID:117475)
2023-10-20T09:00:32.227857+08:00
 rfs (PID:87026): krsr_rfs_atc: Identified database type as 'PHYSICAL STANDBY': Client is FAL (PID:117473)
2023-10-20T09:00:32.292795+08:00
 rfs (PID:87022): Opened log for T-2.S-3255 dbid 2060755365 branch 1148139304
2023-10-20T09:00:32.341945+08:00
 rfs (PID:87026): Opened log for T-2.S-3256 dbid 2060755365 branch 1148139304
2023-10-20T09:00:32.358229+08:00
 rfs (PID:87024): Opened log for T-2.S-3257 dbid 2060755365 branch 1148139304
2023-10-20T09:01:07.618346+08:00
 rfs (PID:87024): Archived Log entry 4271 added for B-1148139304.T-2.S-3257 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:01:07.778480+08:00
 rfs (PID:87024): Opened log for T-2.S-3258 dbid 2060755365 branch 1148139304
2023-10-20T09:01:20.414738+08:00
 rfs (PID:87022): Archived Log entry 4272 added for B-1148139304.T-2.S-3255 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:01:20.558340+08:00
 rfs (PID:87022): Opened log for T-2.S-3259 dbid 2060755365 branch 1148139304
2023-10-20T09:01:20.870815+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3255.468.1150707633
2023-10-20T09:01:20.989731+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1220.374.1150682917
2023-10-20T09:01:21.335472+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1221.889.1150704149
2023-10-20T09:01:24.986729+08:00
 rfs (PID:87026): Archived Log entry 4273 added for B-1148139304.T-2.S-3256 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:01:25.184459+08:00
 rfs (PID:87026): Opened log for T-2.S-3260 dbid 2060755365 branch 1148139304
2023-10-20T09:01:31.756632+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3256.925.1150707633
2023-10-20T09:01:41.273742+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3257.470.1150707633
2023-10-20T09:01:49.056986+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3258 (in transit)
2023-10-20T09:01:51.795241+08:00
 rfs (PID:87024): Archived Log entry 4274 added for B-1148139304.T-2.S-3258 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:01:52.098831+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3258.956.1150707667
2023-10-20T09:01:52.120227+08:00
 rfs (PID:87024): Opened log for T-2.S-3261 dbid 2060755365 branch 1148139304
2023-10-20T09:01:52.632970+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1222.940.1150704149
2023-10-20T09:02:00.582940+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3259 (in transit)
2023-10-20T09:02:06.091389+08:00
 rfs (PID:87022): Archived Log entry 4275 added for B-1148139304.T-2.S-3259 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:02:06.260391+08:00
 rfs (PID:87022): Opened log for T-2.S-3262 dbid 2060755365 branch 1148139304
2023-10-20T09:02:12.809304+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3259.938.1150707681
2023-10-20T09:02:15.034406+08:00
 rfs (PID:87026): Archived Log entry 4276 added for B-1148139304.T-2.S-3260 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:02:15.216524+08:00
 rfs (PID:87026): Opened log for T-2.S-3263 dbid 2060755365 branch 1148139304
2023-10-20T09:02:24.138074+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3260.1006.1150707685
2023-10-20T09:02:29.342486+08:00
 rfs (PID:87024): Archived Log entry 4277 added for B-1148139304.T-2.S-3261 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:02:29.508091+08:00
 rfs (PID:87024): Opened log for T-2.S-3264 dbid 2060755365 branch 1148139304
2023-10-20T09:02:33.726061+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3261.973.1150707713
2023-10-20T09:02:34.433786+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1223.974.1150704149
2023-10-20T09:02:42.502678+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3262 (in transit)
2023-10-20T09:02:54.513680+08:00
 rfs (PID:87022): Archived Log entry 4278 added for B-1148139304.T-2.S-3262 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:02:55.139484+08:00
 rfs (PID:87022): Opened log for T-2.S-3265 dbid 2060755365 branch 1148139304
2023-10-20T09:02:55.404610+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3262.962.1150707727
2023-10-20T09:03:04.745798+08:00
 rfs (PID:87026): Archived Log entry 4279 added for B-1148139304.T-2.S-3263 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:03:05.235972+08:00
 rfs (PID:87026): Opened log for T-2.S-3266 dbid 2060755365 branch 1148139304
2023-10-20T09:03:05.714722+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3263.967.1150707735
2023-10-20T09:03:09.273391+08:00
 rfs (PID:87024): Archived Log entry 4280 added for B-1148139304.T-2.S-3264 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:03:09.451584+08:00
 rfs (PID:87024): Opened log for T-2.S-3267 dbid 2060755365 branch 1148139304
2023-10-20T09:03:18.244428+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3264.964.1150707749
2023-10-20T09:03:18.671985+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1224.546.1150704153
2023-10-20T09:03:34.451322+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1225.969.1150704157
2023-10-20T09:03:36.800687+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3265 (in transit)
2023-10-20T09:03:44.929783+08:00
 rfs (PID:87022): Archived Log entry 4281 added for B-1148139304.T-2.S-3265 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:03:46.626022+08:00
 rfs (PID:87022): Opened log for T-2.S-3268 dbid 2060755365 branch 1148139304
2023-10-20T09:03:49.209797+08:00
 rfs (PID:87024): Archived Log entry 4282 added for B-1148139304.T-2.S-3267 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:03:50.220832+08:00
 rfs (PID:87024): Opened log for T-2.S-3269 dbid 2060755365 branch 1148139304
2023-10-20T09:03:52.591741+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3265.923.1150707775
2023-10-20T09:03:52.599847+08:00
 rfs (PID:87026): Archived Log entry 4283 added for B-1148139304.T-2.S-3266 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:03:53.409986+08:00
 rfs (PID:87026): Opened log for T-2.S-3270 dbid 2060755365 branch 1148139304
2023-10-20T09:04:03.566226+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3266.939.1150707785
2023-10-20T09:04:14.047587+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3267.971.1150707789
2023-10-20T09:04:14.326380+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1226.957.1150704159
2023-10-20T09:04:22.888658+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3268 (in transit)
2023-10-20T09:04:24.975151+08:00
 rfs (PID:87024): Archived Log entry 4284 added for B-1148139304.T-2.S-3269 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:04:25.153899+08:00
 rfs (PID:87024): Opened log for T-2.S-3271 dbid 2060755365 branch 1148139304
2023-10-20T09:04:34.272279+08:00
 rfs (PID:87022): Archived Log entry 4285 added for B-1148139304.T-2.S-3268 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:04:34.965490+08:00
 rfs (PID:87022): Opened log for T-2.S-3272 dbid 2060755365 branch 1148139304
2023-10-20T09:04:35.881066+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3268.953.1150707827
2023-10-20T09:04:42.700345+08:00
 rfs (PID:87026): Archived Log entry 4286 added for B-1148139304.T-2.S-3270 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:04:42.837621+08:00
 rfs (PID:87026): Opened log for T-2.S-3273 dbid 2060755365 branch 1148139304
2023-10-20T09:04:50.642681+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3269.936.1150707831
2023-10-20T09:05:00.185727+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3270.960.1150707833
2023-10-20T09:05:00.292008+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1227.366.1150704165
2023-10-20T09:05:00.534064+08:00
 rfs (PID:87024): Archived Log entry 4287 added for B-1148139304.T-2.S-3271 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:05:00.675563+08:00
 rfs (PID:87024): Opened log for T-2.S-3274 dbid 2060755365 branch 1148139304
2023-10-20T09:05:08.044892+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3271.961.1150707865
2023-10-20T09:05:15.956905+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3272 (in transit)
2023-10-20T09:05:26.139492+08:00
 rfs (PID:87022): Archived Log entry 4288 added for B-1148139304.T-2.S-3272 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:05:26.396693+08:00
 rfs (PID:87022): Opened log for T-2.S-3275 dbid 2060755365 branch 1148139304
2023-10-20T09:05:27.125723+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3272.947.1150707875
2023-10-20T09:05:29.617199+08:00
 rfs (PID:87026): Archived Log entry 4289 added for B-1148139304.T-2.S-3273 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:05:30.226092+08:00
 rfs (PID:87026): Opened log for T-2.S-3276 dbid 2060755365 branch 1148139304
2023-10-20T09:05:39.265052+08:00
 rfs (PID:87024): Archived Log entry 4290 added for B-1148139304.T-2.S-3274 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:05:39.357971+08:00
 rfs (PID:87024): Opened log for T-2.S-3277 dbid 2060755365 branch 1148139304
2023-10-20T09:05:44.581273+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3273.556.1150707883
2023-10-20T09:05:45.078222+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1228.370.1150704177
2023-10-20T09:05:53.173793+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3274.922.1150707901
2023-10-20T09:06:01.945212+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3275 (in transit)
2023-10-20T09:06:17.201241+08:00
 rfs (PID:87024): Archived Log entry 4291 added for B-1148139304.T-2.S-3277 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:06:17.853314+08:00
 rfs (PID:87024): Opened log for T-2.S-3278 dbid 2060755365 branch 1148139304
2023-10-20T09:06:17.975610+08:00
 rfs (PID:87022): Archived Log entry 4292 added for B-1148139304.T-2.S-3275 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:06:18.056868+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3275.943.1150707927
2023-10-20T09:06:18.163644+08:00
 rfs (PID:87022): Opened log for T-2.S-3279 dbid 2060755365 branch 1148139304
2023-10-20T09:06:19.249368+08:00
 rfs (PID:87026): Archived Log entry 4293 added for B-1148139304.T-2.S-3276 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:06:19.345830+08:00
 rfs (PID:87026): Opened log for T-2.S-3280 dbid 2060755365 branch 1148139304
2023-10-20T09:06:26.452978+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3276.910.1150707929
2023-10-20T09:06:26.832601+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1229.378.1150704179
2023-10-20T09:06:35.271155+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3277.952.1150707939
2023-10-20T09:06:43.796514+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3278 (in transit)
2023-10-20T09:06:58.971958+08:00
 rfs (PID:87024): Archived Log entry 4294 added for B-1148139304.T-2.S-3278 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:06:59.183358+08:00
 rfs (PID:87024): Opened log for T-2.S-3281 dbid 2060755365 branch 1148139304
2023-10-20T09:06:59.811216+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3278.944.1150707977
2023-10-20T09:07:06.984707+08:00
 rfs (PID:87026): Archived Log entry 4295 added for B-1148139304.T-2.S-3280 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:07:07.138390+08:00
 rfs (PID:87026): Opened log for T-2.S-3282 dbid 2060755365 branch 1148139304
2023-10-20T09:07:08.158641+08:00
 rfs (PID:87022): Archived Log entry 4296 added for B-1148139304.T-2.S-3279 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:07:08.718561+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3279.942.1150707979
2023-10-20T09:07:08.761575+08:00
 rfs (PID:87022): Opened log for T-2.S-3283 dbid 2060755365 branch 1148139304
2023-10-20T09:07:09.156043+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1230.358.1150704183
2023-10-20T09:07:17.717959+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3280.903.1150707979
2023-10-20T09:07:25.063482+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3281 (in transit)
2023-10-20T09:07:38.137066+08:00
 rfs (PID:87024): Archived Log entry 4297 added for B-1148139304.T-2.S-3281 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:07:38.366511+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3281.928.1150708019
2023-10-20T09:07:49.102816+08:00
 rfs (PID:87026): Archived Log entry 4298 added for B-1148139304.T-2.S-3282 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:07:49.513942+08:00
 rfs (PID:87022): Archived Log entry 4299 added for B-1148139304.T-2.S-3283 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:07:50.716696+08:00
 rfs (PID:87024): Opened log for T-2.S-3287 dbid 2060755365 branch 1148139304
2023-10-20T09:07:50.785035+08:00
 rfs (PID:87026): Opened log for T-2.S-3285 dbid 2060755365 branch 1148139304
2023-10-20T09:07:50.804893+08:00
 rfs (PID:87022): Opened log for T-2.S-3286 dbid 2060755365 branch 1148139304
2023-10-20T09:07:51.300275+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3282.946.1150708027
2023-10-20T09:07:51.771419+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1231.350.1150704221
2023-10-20T09:08:00.072600+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3283.735.1150708029
2023-10-20T09:08:06.816266+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3284.362.1150704219
2023-10-20T09:08:14.620779+08:00
PR00 (PID:86473): Media Recovery Waiting for T-2.S-3285 (in transit)
2023-10-20T09:08:34.467958+08:00
 rfs (PID:87024): Archived Log entry 4300 added for B-1148139304.T-2.S-3287 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:08:43.091986+08:00
 rfs (PID:87024): Opened log for T-2.S-3288 dbid 2060755365 branch 1148139304
2023-10-20T09:08:47.022283+08:00
 rfs (PID:87022): Archived Log entry 4301 added for B-1148139304.T-2.S-3286 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:08:47.142457+08:00
 rfs (PID:87022): Opened log for T-2.S-3289 dbid 2060755365 branch 1148139304
2023-10-20T09:08:51.370745+08:00
 rfs (PID:85225): Selected LNO:10 for T-1.S-1234 dbid 2060755365 branch 1148139304
2023-10-20T09:08:51.518772+08:00
 rfs (PID:87026): Archived Log entry 4302 added for B-1148139304.T-2.S-3285 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:08:51.560374+08:00
 rfs (PID:85588): Selected LNO:27 for T-2.S-3291 dbid 2060755365 branch 1148139304
2023-10-20T09:08:52.148340+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3285.930.1150708071
2023-10-20T09:08:53.833834+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1232.462.1150707605
2023-10-20T09:08:56.700794+08:00
ARC2 (PID:9418): Archived Log entry 4303 added for T-1.S-1233 ID 0x7ad4c1a5 LAD:1
2023-10-20T09:08:59.283159+08:00
ARC3 (PID:9420): Archived Log entry 4304 added for T-2.S-3290 ID 0x7ad4c1a5 LAD:1
2023-10-20T09:09:02.210689+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3286.929.1150708071
2023-10-20T09:09:10.696180+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3287.926.1150708071
2023-10-20T09:09:15.934089+08:00
 rfs (PID:87024): Archived Log entry 4305 added for B-1148139304.T-2.S-3288 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:09:18.062875+08:00
 rfs (PID:87022): Archived Log entry 4306 added for B-1148139304.T-2.S-3289 ID 0x7ad4c1a5 LAD:32
2023-10-20T09:09:19.788628+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3288.915.1150708123
2023-10-20T09:09:20.194489+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_1_seq_1233.902.1150708131
2023-10-20T09:09:26.570051+08:00
PR00 (PID:86473): Media Recovery Log +RECOC1/HISDBDG/ARCHIVELOG/2023_10_20/thread_2_seq_3289.917.1150708127

增大闪回区并缩短归档保留周期(清理过期归档释放闪回区空间)后,报错消失

相关推荐
全栈师9 分钟前
SQL Server中关于个性化需求批量删除表的做法
数据库·oracle
bug菌¹2 小时前
滚雪球学Oracle[6.2讲]:Data Guard与灾难恢复
数据库·oracle·data·灾难恢复·guard
bug菌¹3 小时前
滚雪球学Oracle[2.5讲]:数据库初始化配置
数据库·oracle·数据库初始化·初始化配置
OLDERHARD12 小时前
Java - MyBatis(上)
java·oracle·mybatis
bug菌¹1 天前
滚雪球学Oracle[1.3讲]:Oracle数据库架构基础
数据库·oracle·数据库架构
bug菌¹1 天前
滚雪球学Oracle[2.1讲]:Oracle数据库安装与配置
数据库·oracle
wdxylb1 天前
MySQL数据库用户权限控制的实现方法
数据库·mysql·oracle
bug菌¹1 天前
滚雪球学Oracle[6.1讲]:高级特性与实战案例
数据库·oracle
文牧之1 天前
PostgreSQL 和Oracle 表压缩的对比
运维·数据库·postgresql·oracle
bug菌¹1 天前
滚雪球学Oracle[1.1讲]:Oracle数据库基础概念
数据库·oracle