ksvcreate: Process(m000) creation failed
今天剛接手的一個生產庫ALERT_XXX.LOG檔案
不斷報:
Wed Sep 29 04:04:14 HKT 2010
ksvcreate: Process(m000) creation failed
錯誤。
GOOGLE了下,
ASKTOM網站有一篇文章:
描述了這個錯誤,我的系統
SQL> show parameter process
NAME TYPE VALUE
———————————— ———– ——————————
processes integer 220
SQL> show parameter session
NAME TYPE VALUE
———————————— ———– ——————————
sessions integer 3305
SQL> select count(*) from v$session;
COUNT(*)
———-
247
明顯偏少。開發人員也反映無法連線進入資料庫。
準備在下週維護的時候
設定processes 到550左右。
alter system set processes =550 scope=spfile;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-684095/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ksvcreate: Process(m000) creation failed 處理AI
- 處理ksvcreate: Process(m000) creation failed 小記AI
- 問題之Process m000 died, see its trace file&ksvcreate: Process(m000) creation failedAI
- Ksvcreate:Process(xx) Creation Failed/ORA-00445:Background Process "xx"AI
- 物理DATAGUARD庫上的KSVCREATE: PROCESS(M000)
- VM啟動報:failed to launch peer processAI
- JAR creation failed. See details for additional information解決方案大全JARAIORM
- Linux Process/Thread Creation、Linux Process Principle、sys_fork、sys_execve、glibc fork/execve api sourcecodeLinuxthreadAPI
- ORA-12500: TNS:listener failed to start a dedicated server processAIServer
- ORA-12500 TNS : listener failed to start a dedicated server processAIServer
- M000程式失敗
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- 安裝GRID CONTROL The OPMN Process Manager failed to start報錯處理AI
- 安裝Grid Control , OPMN Process Manager failed to start 問題解決AI
- Job for mysqld.service failed because the control process exited with error code錯誤解決MySqlAIError
- Centos httpd模組 Job for httpd.service failed because the control process exited with error code.CentOShttpdAIError
- Recovery Catalog creation and MaintenanceAINaN
- Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the processErrorExceptionAI
- 安裝MySQL出現Job for mysqld.service failed because the control process exited with error codeMySqlAIError
- Process startup failed (ORA-27300,ORA-27301,ORA-27302)AI
- Process Monitor Process (PMON) (121)
- Oracle 10g 安裝gc:OPMN Process Manager failed to start和OUI - 25031解決方案Oracle 10gGCAIUI
- Mysql啟動報錯:Job for mysqld.service failed because the control process exited with error code.MySqlAIError
- Troubleshooting Database Creation (121)Database
- Oracle dedicated server process and shared server processOracleServer
- 2.3.2.1 Creation of Application Common ObjectsAPPObject
- Delivery Automatic Creation for UB type STO
- oracle 10g physical standby database creationOracle 10gDatabase
- Create index with open on-line index creationIndex
- Process Architecture
- Oracle backgroud ProcessOracle
- find process by port
- v$session.PROCESS/V$process.SPID含義Session
- 關於v$process與v$session中process的理解Session
- Database Creation on 11.2 Grid Infrastructure with Role SeparationDatabaseASTStruct
- oracle 10g logical standby db creationOracle 10g
- Oracle 11g的Deferred Segment CreationOracle
- Specifying Oracle-Managed Files at Database Creation (76)OracleDatabase