💡 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ý …
tuanlp
-
-
-
-
-
-
💡 In case of worst situation with data guard primary database, or not available for production than we can activated standby database as a primary production database. Login in to …
-
-
💡 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 …
-
💡 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> …
-
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: =========================================================== …