💡 Alternate client restores of Oracle backups failing with “RMAN-06026: some targets not found – aborting restore” 🚚 Cause It shows FRA area ============================================== SQL> show parameter db_recovery_file; NAME TYPE …
Troubleshoot
-
-
OracleTroubleshoot
ORA-01139: RESETLOGS option only valid after an incomplete database recovery
by tuanlpby tuanlp💡 While shutting down my TEST database process was hanged. Then I had to use shutdown abort. But when I wanted to start database it did not open. Xử lý …
-
💡 Bị connection time out db 1. Check the current FRA destination. SQL> show parameter db_recovery_file NAME TYPE VALUE ———————————— ———– —————————— db_recovery_file_dest string /dbaclassdb/oradata/FRA db_recovery_file_dest_size big integer 20G SQL> …
-
💡 After restoring an RAC database to a standalone database through RMAN, we tried to drop the redolog groups belongs to thread 2. We hit the below error. SQL> alter …
-
OracleTroubleshoot
ORA-00392: Log 7 Of Thread 1 Is Being Cleared, Operation Not Allowed
by tuanlpby tuanlp💡 I was cloning a database from rman backup . After completion of cloning, when I did RESETLOG it failed with ORA-00392 error. RMAN> alter database open resetlogs; RMAN-00571: =========================================================== …
-
OracleTroubleshoot
ORA-10562: Error occurred while applying redo to data block (file# 11, block# 238825)
by tuanlpby tuanlp💡 I was cloning a database from rman backup . After completion of cloning, when I did RESETLOG it failed with ORA-00344 error. Errors in file /u01/app/oracle/admin/icai/bdump/icai_mrp0_20855.trc: ORA-10562: Error occurred …
-
💡 I was cloning a database from rman backup . After completion of cloning, when I did RESETLOG it failed with ORA-00344 error. RMAN> alter database open resetlogs; RMAN-00571: =========================================================== …
-
OracleTroubleshoot
ORA-01552: cannot use system rollback segment for non-system tablespace
by tuanlpby tuanlp💡 ERROR:ORA-01552: cannot use system rollback segment for non-system tablespace ‘ACS_RS’ ERROR: SQL State: 72000 ORA-01552: cannot use system rollback segment for non-system tablespace ‘ACS_RS’ SOLUTION: SQL> show parameter undo …
-
OracleTroubleshoot
ORA-01187: cannot read from file because it failed verification tests
by tuanlpby tuanlp<aside> 💡 ORA-01187: cannot read from file because it failed verification tests </aside> SQL> select file_name from dba_temp_files; select file_name from dba_temp_files * ERROR at line 1: ORA-01187: cannot read …
-
OracleTroubleshoot
Hướng dẫn active database về chế độ standby sau khi đã chuyển sang primary
by tuanlpby tuanlp💡 After restoring standby database from RMAN backup, got below error, while mounting standby database,getting below error. ORA-01665: control file is not a standby control file 1. Check the database_role …