6150680 ORA-38788/38784 from CREAT RESTOR POINT GUARANTE FB DB_6150680.8
Bug 6150680 - ORA-38788 / ORA-38784 from CREATE RESTORE POINT
Bug 6150680 ORA-38788 / ORA-38784 from CREATE RESTORE POINT
This note gives a brief overview of bug 6150680. |
Product (Component) | Oracle Server (Rdbms) |
Range of versions believed to be affected | Versions BELOW 11.2 |
Versions confirmed as being affected | |
Platforms affected | Generic (all / most platforms affected) |
Fixed:
This issue is fixed in
Symptoms: |
Related To: |
|
Description
CREATE RESTORE POINTGUARANTEE FLASHBACK DATABASE can fail consistently with ORA-38788 / ORA-38784 on a physical standby database. This can occur if: - flashback database is disabled: select FLASHBACK_ON from v$database; returns NO - this is on a standby database select controlfile_type from v$database; returns STANDBY - there are read-only datafiles, eg on the standby do this: alter database open read only; select file_name from dba_data_files where tablespace_name in (select tablespace_name from dba_tablespaces where status='READ ONLY'); - for any given read-only datafile above, it is "clean" ie: it does not need any more recovery, the checkpointSCN in the datafile header matches the one in the datafile's controlfile entry (kccfe). To see these SCNs do this: alter session set events 'immediate trace name file_hdrs level 10'; - CREATE RESTORE POINT GUARANTEE FLASHBACK DATABASE fails with this pair of errors: ORA-38784: Cannot create restore point 'RPTEST1'. ORA-38788: More standby database recovery is needed Workaround Do "alter database flashback on;" and then try doing the CREATE RESTORE POINT GUARANTEE FLASHBACK DATABASE The command should succeed this time.
Please note: The above is a summary description only. Actual symptoms can vary. Matching to any symptoms here does not confirm that you are encountering this problem. For questions about this bug please consult Oracle Support. |
References
Bug:6150680 (This link will only work for PUBLISHED bugs)
Note:245840.1 Information on the sections in this article
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1283283/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 6150680: Cannot Create Guaranteed Restore Point In Physical Standby DB_602270.1REST
- Script of Narrative Writing from different point of viewView
- Networking from the container's point of view 筆記AIView筆記
- SAP MM SPED輸出報錯-No authorization for delivery from shipping point US##-
- RESTORE POINTREST
- JavaScript some pointJavaScript
- study critical point and saddle point using Hessian Matrix
- oracle 11g md_backup md_restor命令使用方法OracleREST
- ofbwyx
- using rman to creat oracle10g data guard standby db_with recoveryOracle
- Windows Embedded for Point of Service概述Windows
- Windows Embedded for Point of Service 益處Windows
- 收藏What’s the Point of Oracle Checkpoints?Oracle
- tablespace point in time recover (tpitr)
- invalid stream header: EFBFBDEF 問題解決Header
- 呼叫一個CMP Bean的Creat()方法後,為什麼在資料庫相應的表中找不到剛Creat的紀錄,請各位大蝦幫忙,不勝感激Bean資料庫
- FbxDataType is ambiguous
- ArrayIndexOutOfBoundException and NegativeArraySizeException in JavaIndexExceptionJava
- django原生FBVDjango
- defeegdrfgfbghgggngng
- Creating RP Or Open Read Only on PSB Fails With ORA-38784/38788_845013.1AI
- FBL5N、FBL3N、 FBL1N ALV新增欄位顯示
- PostgreSQL DBA(19) - REDO point淺析SQL
- FMDB使用SQLite事務Save PointSQLite
- 閃回還原點restore pointREST
- RMAN: Tablespace Point In Time Recovery (TSPITR)
- 對話#25:Getting to the Point (轉)
- C# Main point of a NotePadC#AI
- 不動點迭代(Fixed Point Iteration)
- OpenCV(cv::Point、cv::Rect、cv::Mat)OpenCV
- redisforlackofbacklogRedis
- FB引擎系列-之CloudSandCloud
- OFBIZ webservice簡介Web
- 函式組:THFB函式
- Battle Point | 海哥說資料大屏BAT
- 什麼是 bootstrap 中的 break pointboot
- LeetCode-Best Meeting PointLeetCode
- restore point -特色的SCN標誌(一)REST