Ora-12720 During Rman Duplication Of Database (文件 ID 341089.1)
In this Document
Symptoms |
Cause |
Solution |
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.3 and laterInformation in this document applies to any platform.
***Checked for relevance on 02-Jul-2013***
Symptoms
RMAN duplicate fails:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 11/14/2005 12:29:05
RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE
failed
ORA-12720: operation requires database is in EXCLUSIVE mode
Recovery Manager complete.
Cause
CLUSTER_DATABASE parameter set to true during duplication. RMAN duplicate executes a create controlfile so it must follow the same rules as SQL CREATE CONTROLFILE.
Oracle Database SQL Reference, CREATE CONTROLFILE:
The database must not be mounted by any instance. Oracle Database leaves the database mounted in
EXCLUSIVE state after successful creation of the control file. If you are using the database with
Real Application Clusters, you must then shut down and remount the database in SHARED mode (which
is the default if the value of the CLUSTER_DATABASE initialization parameter is TRUE) before other
instances can start up.
Solution
Change CLUSTER_DATABASE parameter to false or comment out the parameter to default to false in the init.ora used to start the auxiliary instance for duplication.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1062276/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10G RMAN Database Duplication (Doc ID 259694.1)OracleDatabase
- 11g RMAN新特性 active database duplication createing standbyDatabase
- Oracle Active database duplicationOracleDatabase
- Rman duplicate fail with RMAN-06136, ORA-01503, ORA-12720 (文件 ID 1335479.1)AI
- 11g RMAN新特性 active database duplication 複製資料庫Database資料庫
- 11g 新特性—— Active Database Duplication for A standby databaseDatabase
- 11g 新特性—— Active Database DuplicationDatabase
- Oracle Database 12C 新功能 rman RECOVER TABLE (文件 ID 2047644.1)OracleDatabase
- Error IMP-32 Obtained During Import (文件 ID 846397.1)ErrorAIImport
- RMAN backup validate database on databases in noarchivelog modeDatabaseHive
- RMAN duplicat databaseDatabase
- rman recover databaseDatabase
- RMAN duplicate databaseDatabase
- RMAN restore validate database報ORA-19693RESTDatabase
- RMAN 'Duplicate Database' Feature in 11G [ID 452868.1]Database
- Rman backup standby databaseDatabase
- Ins-06001 During Grid Infrastructure Installation (文件 ID 1270620.1)ASTStruct
- 12C Duplicating a Database to a Remote Host by Using Backup-based DuplicationDatabaseREM
- oracle 11gr2 活動資料庫複製(active database duplication)Oracle資料庫Database
- Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]GUIIDEDatabase
- Supporting Bigfile Tablespaces During Database Creation (77)Database
- Performing duplicate database with ASM/OMF/RMAN (Doc ID 340848.1)ORMDatabaseASM
- Can Tapes Be Used For RMAN Convert Database (Doc ID 563816.1)Database
- RMAN10g: backup copy of database (Doc ID 266980.1)Database
- RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]DatabaseASM
- 通過rman duplicate database!Database
- rman backup database force 功能Database
- ORA-279 signalled during: alter database recover logfileDatabase
- Recover Database Fails with RMAN-06558 [ID 1185074.1]DatabaseAI
- Quick Reference to RDBMS Database Patchset Patch Numbers (文件 ID 753736.1)UIDatabase
- Get Proactive - Oracle Database 診斷工具 (文件 ID 1564582.1)OracleDatabase
- Information On Installed Database Components and Schemas (文件 ID 472937.1)ORMDatabase
- RMAN duplicate database到新主機Database
- rman 建 Standby Database 筆記Database筆記
- RMAN CONVERT DATABASE 的限制Database
- ORA-1113 signalled during: alter database open...Database
- Master Note: Overview of Database ControlFiles (文件 ID 1493674.1)ASTViewDatabase
- How to Collect Diagnostics for Database Hanging Issues (文件 ID 452358.1)Database