Creating RP Or Open Read Only on PSB Fails With ORA-38784/38788_845013.1
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.4 [Release 10.2]Information in this document applies to any platform. Checked for relevance on 28-Sep-2012 ***Checked for relevance on 5-Aug-2014*** SymptomsCreating Restore point in Physical Standby fails with below errors
Open physical standby in Read-only fails with below errors
SQL> alter database open; Cause
Bug 6150680 Some of datafiles are in backup mode. SolutionA) Check whether the patch for below bug is applied first.
Bug 6150680
SQL> select * from v$backup where status = 'ACTIVE';
You can end backup those tablespace in primary and switch logfiles so that it get applied in standby. Then try to create restore point.
SQL> Alter Session Set Events 'immediate trace name file_hdrs level 10';
SQL> ALTER SESSION SET EVENTS 'immediate trace name controlf level 9';
@ File Number=6, Blksiz=8192, File Type=3 DATA
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1284533/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Open a Database in Read-Only Mode (301)Database
- Innodb Read Only Mode
- 備庫open read only報錯,經查是有一個trigger在open後觸發
- oracle 表空間和表 read only遷移後不再read onlyOracle
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- read only tablespace backup restoreREST
- write&read&open
- 事務的read only mode
- 關於tablespace在read only狀態下的DML ,DDL操作--Read-Only Tablespaces
- CSS :read-only 選擇器CSS
- 當從READ ONLY到READ WRITE都做什麼了
- 3.2.3 Opening a Database in Read-Only ModeDatabase
- DG -- READ ONLY模式開啟物理Standby模式
- Oracle Isolation Levels : Read-only (317)Oracle
- open physical standby 為read write
- PostgreSQL原始碼定製:線上global read onlySQL原始碼
- Seed Database (pdb$seed) - Read Write OR Read Only Mode in Oracle Database 12cDatabaseOracle
- Fails To Open / Create The Wallet: ORA-28353 [ID 395252.1]AI
- MySQL 報錯'Variable 'XXX' is a read only variable'MySql
- RMAN結合Read Only、Exclude的備份策略
- 作業系統報:read-only file system作業系統
- Why NHibernate updates DB on commit of read-only transactionMIT
- Read-Only Tables in Oracle Database 11g Release 1OracleDatabase
- 啟動dataguard備庫到read-only狀態
- oracle實驗記錄 (恢復read only tablespace(1))Oracle
- oracle實驗記錄 (恢復read only tablespace(2))Oracle
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- OPEN RESETLOGS FAILS WITH ORA-01577 (Doc ID 953293.1)AI
- Oracle 11g 新特性:只讀表(Read-only)Oracle
- remount of /system failed: Read-only file system原因及解決REMAI
- idea怎麼修改檔案的file is read-onlyIdea
- 重建控制檔案與 datafile offline,tablespace read only
- 005-blocked by: [FORBIDDEN/12/index read-only / allow delete (api)]BloCORBIndexdeleteAPI
- linux下操作檔案出現 Read-only file systemLinux
- Linux-x86_64 Error: 30: Read-only file systemLinuxError
- When you issue "ALTER TABLESPACE xxx READ ONLY",what will oracle do?Oracle
- Catupgrd.sql Fails With 3113 Creating SYS.KU$_XMLSCHEMA_VIEW[ID 603714.1]SQLAIXMLView
- exp CONSISTENT=Y 原理:export前發出SET TRANSACTION READ ONLY命令Export