How to Create or Remove Restore Point on Standby database (文件 ID 1672977.1)
How to Create or Remove Restore Point on Standby database (文件 ID 1672977.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterInformation in this document applies to any platform. GoalThis note is to provide steps to create or remove restore point on standby database. SolutionTo create restore point on a standby database: It is required to stop the managed recovery on the standby, otherwise the following error will happen:
ORA-38784: Cannot create restore point '
ORA-01153: an incompatible media recovery is active sqlplus / as sysdba
SQL> alter database recover managed standby database cancel;
To remove a restore point on a standby database: If standby database is running in Active Data Guard mode, close the database is required, otherwise the following error will happen:
ORA-16000: database open for read-only access
sqlplus / as sysdba SQL> shutdown immediate
SQL> startup mount
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1283307/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 6150680: Cannot Create Guaranteed Restore Point In Physical Standby DB_602270.1REST
- Step by Step Guide on How to Create Logical Standby [ID 738643.1]GUIIDE
- Create RAC Standby Database for RAC Primary DatabaseDatabase
- How a Standby Database Is Mounted (295)Database
- RESTORE POINTREST
- Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]GUIIDEDatabase
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- Restore standby database controlfile in ASM (refreshing standby controlfile)RESTDatabaseASM
- How to Collect Diagnostics for Database Hanging Issues (文件 ID 452358.1)Database
- How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- How to create and relocate an 11gr2 RAC DATABASE SERVICEDatabase
- How to Move a Database Using Transportable Tablespaces (文件 ID 1493809.1)Database
- How restore CBO statisticsREST
- How to restore raid after reinstall LinuxRESTAILinux
- how to remove datafile pathREM
- Oracle OCP 1Z0 053 Q390(Flashback database&Named restore point)OracleDatabaseREST
- How To Drop, Create And Recreate DB Control In A 10g DatabaseDatabase
- 閃回還原點restore pointREST
- 11g Using Snapshot Standby Database. (文件 ID 443720.1)Database
- How to restore ASM based OCRRESTASM
- 12C-How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- Manually Backup - Restore or Clone a Database to Another Node [ID 562556.1]RESTDatabase
- Create DatabaseDatabase
- standby databaseDatabase
- restore point -特色的SCN標誌(一)REST
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- How to Restore a Lost Voting Disk in 10g [ID 279793.1]REST
- standby database to primary database.Database
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- RMAN restore validate database報ORA-19693RESTDatabase
- Creating Standby Database With Enterprise Manager Failing (文件 ID 1400482.1)DatabaseAI
- Physical Standby Database 切換到 Snapshot Standby DatabaseDatabase
- Orace Flash Restore Point(閃回還原點)REST
- Oracle10GR2 中的RESTORE POINTOracleREST
- PG create databaseDatabase
- Create database manuallyDatabase