物理DATAGUARD庫上的KSVCREATE: PROCESS(M000)
google了半天,發現很多都是說因為process引數設定太小導致不能建立新的程式,此資料庫是一個dataguard,沒有人會連上來的,而且process設定為600,ps -ef|wc -l返回的結果也只有不到160,看來不是這個問題了。在metalink中,終於看到這又是一個bug,就是說如果物理的DATAGUARD經過多次OPEN READONLY之後,就會產生這個問題,暈,而且描述的版本正好是我的版本:10.2.0.2,這個bug要到11G才能修復。此bug描述如下:
Applies to:
Oracle Server - Enterprise Edition - Version: 10.2 to 10.2
This problem can occur on any platform.
Symptoms
Switching a Physical Standby Database multiple to READ ONLY Mode will report the following Errors in the ALERT.LOG:
ksvcreate: Process(m000) creation failed
Changes
Switch Physical Standby from READ ONLY to apply and back to READ ONLY.
Cause
The Cause of this Problem has been identified in Bug 5583049.
Solution
There are two Workarounds available:
Restart the Instance..
or
Disable ADDM - Should be re-enabled if Standby takes up the Primary Role
* Set SGA_TARGET=0 and set shared_pool_size, db_cache_size, etc if using
Automatic SGA Memory Management (ASMM)
* Set STATISTICS_LEVEL=BASIC to disable statistics gathering
最後重啟例項後,問題解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1000209/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【DATAGUARD】Oracle Dataguard物理備庫切換最佳實踐(sqlplus)OracleSQL
- DataGuard---->物理StandBy的角色切換之switchover
- RAC環境下建立物理DATAGUARD(1)
- RAC環境下建立物理DATAGUARD(2)
- Oracle資料庫(DataGuard)遷移方案(上)Oracle資料庫
- 物理DataGuard客戶端無縫切換--客戶端TAF 配置客戶端
- Oracle資料庫由dataguard備庫引起的log file sync等待Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(中)Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(下)Oracle資料庫
- Oracle:Failover 到物理備庫OracleAI
- 【DATAGUARD】Oracle Dataguard nologging 塊修復Oracle
- 【Dataguard】DataGuard運維注意事項運維
- 【Dataguard】Oracle多租戶環境對Dataguard的影響Oracle
- 10 管理物理和快照備庫
- 【DG】在Linux平臺上搭建單例項的dataguard--duplicateLinux單例
- 資料庫升級之-Dataguard滾動升級資料庫
- Oracle 11.2.0.4 physical dataguard和snapshot dataguard切換Oracle
- 【DATAGUARD】Oracle Dataguard體系架構詳解Oracle架構
- 【DATAGUARD】Dataguard遠端同步配置最佳實踐
- 通過程式碼掛上物理頁
- 【DATAGUARD】Oracle19c dataguard新特性及部署Oracle
- 【node】process
- 為什麼資料庫中大量的server process沒有對應的session?資料庫ServerSession
- 【DG】在Linux平臺上搭建單例項的dataguard--rman還原方式Linux單例
- RAC+ASM+DATAGUARDASM
- oracle dataguard broker 配置Oracle
- 資料庫,邏輯刪還是物理刪?資料庫
- find process by port
- dotnet 測試在 UOS Linux 上使用 Process Start 開啟檔案的行為Linux
- [Symfony Component Process Exception RuntimeException] The Process class relies on proc_open, whichException
- RuntimeError: An attempt has been made to start a new process before the current process hasError
- DATAGUARD失敗切換
- DATAGUARD強行切換
- DATAGUARD手記(DUPLICATE)(四)
- Oracle dataguard failover 實戰OracleAI
- Oracle 單機配置DataGuardOracle
- 檢查Oracle災難恢復場景下的物理備庫XIOracle
- 【ASK_ORACLE】Oracle Data Guard(二)物理備庫的概念和優勢Oracle