ORA-01511 error in renaming log/data files ORA-00261 log 4 of thread 1 is being
資料庫版本12.2,使用standby備庫備份恢復出一套可讀寫的資料庫,在rename standby redolog時遇到ORA-01511 error in renaming log/data files ORA-00261 log 4 of thread 1 is being archived or modified,該錯誤是因為備庫還處於reco ver模式,standby redo logfile還在使用中時做的全庫備份。
solution:
-
restore controlfile時指定primary
-
alter database clear unarchived logfile group 4;
-
alter database drop standby logfile group 4;
-
alter database open resetlogs;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10271187/viewspace-2637584/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00392: log 15 of thread 1 is being cleared, operation not allowedthread
- Thread 1 cannot allocate new logthread
- redolog threadthread
- Thread 1 cannot allocate new log,Checkpoint not completethread
- MySQL error log和bin logMySqlError
- DBLOGIN ERROR: Failed to open data source for user OGG.ErrorAI
- Inserting Data with DML Error Logging(轉)Error
- Scripts to resize standby redolog files
- Thread 1 cannot allocate new log, sequence NNN 錯誤thread
- log4j2 ERROR StatusLogger Unrecognized conversion specifier解決ErrorZed
- 10g GC 啟動oms報錯Unexpected error occurred. Check error and log files.GCError
- How to config (no)archivelog mode and manage archive log files by RMANHive
- CCAH-CCA-500-4題:Where are Hadoop task log files stored?Hadoop
- Log check error: Log file /var/log/messages is not readable!Error
- Thread 1 cannot allocate new log 的處理辦法thread
- [ERROR] Failed to open logErrorAI
- error log about AIXErrorAI
- Log actively being archived by another process問題解決Hive
- DROP AND RECREATE ONLINE REDOLOG FILES
- GoldenGate Supplemental Log DataGo
- Thread 1 cannot allocate new log Private strand flush not complete 警告thread
- ORA-00322: log 3 of thread 1 is not current copythread
- ORA-01623: log is current log for thread - cannot dropthread
- oracle10g data guard(dg)__Adding or Dropping Online Redo Log FilesOracle
- 測試中出現ERROR StatusLogger No log4j2 configuration fileError
- mysql 配置log_errorMySqlError
- [LeetCode] 937. Reorder Log FilesLeetCode
- 10 Awesome Examples for Viewing Huge Log Files in UnixView
- exclude Log4j print Log
- ORA-00312: online log 5 thread 1:誤刪standby log 日誌組thread
- 通過MySQL relaylog + SQL_Thread 增量恢復binlogMySqlthread
- Oracle DG 出現 RFS[6]: No standby redo logfiles created for thread 1Oraclethread
- Mysql系統變數中 log_error_services | log_filter_internal; log_sink_internal 和 log_error_verbosity | 2 解釋MySql變數ErrorFilter
- log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.ErrorAPPObjectApache
- ClassCastException Log4jLoggerFactory LoggerContexASTException
- ORA-00312: online log 3 thread 1: '/oracle/oradata/hundsun/redo03.log'threadOracle
- weblogic日誌報錯too many open filesWeb
- 帶你深入Java Log框架,徹底搞懂Log4J、Log4J2、LogBack,SLF4JJava框架