OPEN RESETLOGS FAILS WITH ORA-01577 (Doc ID 953293.1)
OPEN RESETLOGS FAILS WITH ORA-01577 (Doc ID 953293.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 8.0.3.0 to 10.2.0.3 [Release 8.0.3 to 10.2]Information in this document applies to any platform. Symptoms+ Production database has been upgraded multiple times since version 8 and current version is 10g. + An incomplete / TSPITR of this database is done on a new Aux instance. + Recovery finishes successfully, however, ALTER DATABASE OPEN RESETLOGS fails with ORA-01577.
SQL> ALTER DATABASE OPEN RESETLOGS ;
* ERROR at line 1: ORA-01577: cannot add log file 'H:\RECOVERDB\LOGFILES\GROUP_1.DBF' - file already part of database ChangesProduction database has been upgraded multiple times since version 8 and current version is 10g. User is performing incomplete / TSPITR of production database on a new Aux instance. Cause+ There are more than one entries for the same name of redolog member in one or more redolog groups. For example, V$LOG and V$LOGMEMBER will show entries like this:
SQL> select GROUP#,THREAD#,
SEQUENCE#,MEMBERS,ARCHIVED, STATUS,FIRST_CHANGE# from v$log ;
SQL> select GROUP#,substr(member,1,60) from v$logfile;
There is an internal unpublished Note 1421332.9 which describes the code bug. Solution
SOLUTION 1
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-1983457/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Open Resetlogs After Restore Hangs (Doc ID 1455666.1)REST
- alter database open resetlogs;Database
- Fails To Open / Create The Wallet: ORA-28353 [ID 395252.1]AI
- Cluster Verification Check Fails With exectask: not found (Doc ID 1271177.1)AI
- RMAN 11g Import catalog fails RMAN-6429 (Doc ID 457392.1)ImportAI
- open resetlogs後資料恢復資料恢復
- OPatch Fails With "OUI-67028:Inventory load failed" (Doc ID 1185246.1)AIUI
- How to Monitor and tune Open and Cached Cursors (Doc ID 1430255.1)
- Restore Controlfile from SBT Tape Fails RMAN-6172 (Doc ID 1314134.1)RESTAI
- 11g Agent Upload Fails with "OMS version not checked Yet". (Doc ID 1265052.1)AI
- 【CURSOR】How to Monitor and tune Open and Cached Cursors (Doc ID 1430255.1)
- Summary For Forcing The Database Open With `_ALLOW_RESETLOGS_CORRUPTION`Database
- Backup And Recovery User's Guide-RMAN資料修復概念-OPEN RESETLOGS操作GUIIDE
- RMAN RAC Archivelog Restore Fails with RMAN-20242 (Doc ID 180169.1)HiveRESTAI
- Stopping of RAC Service fails with PRCR-1065 ,CRS-2675 (Doc ID 1599332.1)AI
- Database Startup Fails with ORA-01113, ORA-01110 errors (Doc ID 146039.1)DatabaseAIError
- EM 10g Grid Control Fails With 'libdb.so.2: cannot open shared object file:AIObject
- 修改vip (Doc ID 276434.1)
- oracle實驗記錄 (恢復-使用resetlogs open前備份恢復)Oracle
- 20160331資料檔案offline與open resetlogs
- HANGFG User Guide (Doc ID 362094.1)GUIIDE
- Creating RP Or Open Read Only on PSB Fails With ORA-38784/38788_845013.1AI
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM
- 主庫歷經open resetlogs後,如何redo apply 物理備庫_flashback physical standby dbAPP
- 20160331資料檔案offline與open resetlogs3S3
- 20160331資料檔案offline與open resetlogs2
- Open Resetlogs Reports Errors ORA-00313 and ORA-00312 to Alert_1366482.1Error
- Android開發簡單教程.docAndroid
- SQLT Diagnostic Tool (Doc ID 215187.1)SQL
- Oracle Text Health Check (Doc ID 823649.1)Oracle
- The DBMS_SUPPORT Package (Doc ID 62294.1)Package
- DBMS_REPAIR example (Doc ID 68013.1)AI
- Overview of Parameter Reference Notes (Doc ID 68462.1)View
- Linux OS Service 'ntpd' (Doc ID 551704.1)Linux
- 執行alter database open resetlogs提示ORA-00392和ORA-00312錯誤Database
- Oracle 最新PSU (Doc ID 2118136.2)Oracle
- Backup and Recovery Scenarios (Doc ID 94114.1)iOS
- * Master Note: Database Performance Overview (Doc ID 402983.1)ASTDatabaseORMView