Process J000 died, see its trace file,kkjcre1p: unable to spawn jobq slave process
今天一早檢查alert.log,發現以下錯誤:
Process J000 died, see its trace file
Mon Sep 7 16:26:07 2009
kkjcre1p: unable to spawn jobq slave process
Mon Sep 7 16:26:07 2009
Errors in file /d01/proddb/10.2.0/admin/PROD_melcoproddb/bdump/prod_cjq0_27156.trc:
Process J000 died, see its trace file
Mon Sep 7 16:26:13 2009
kkjcre1p: unable to spawn jobq slave process
Mon Sep 7 16:26:13 2009
Errors in file /d01/proddb/10.2.0/admin/PROD_melcoproddb/bdump/prod_cjq0_27156.trc:
Mon Sep 7 16:26:44 2009
Process J000 died, see its trace file
Mon Sep 7 16:26:44 2009
kkjcre1p: unable to spawn jobq slave process
Mon Sep 7 16:26:44 2009
Errors in file /d01/proddb/10.2.0/admin/PROD_melcoproddb/bdump/prod_cjq0_27156.trc:
查資料,原因及處理方法如下:
Cause
JOB_QUEUE_PROCESSES parameter was set to 10 which is a small value.
JOB_QUEUE_PROCESSES specifies the maximum number of processes that can be created for the
execution of jobs. It specifies the number of job queue processes per instance (J000, ... J999).
That is why a lot of jobs died as in the alert log file when the parameter is set to such a small
value.
.
Solution
Make sure you are using SPFILE and then issue the following :
SQL>alter system set JOB_QUEUE_PROCESSES=500 scope=both;
Make sure that the value of the parameter has changed and then check if the error is still
generated in the alert log.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21988588/viewspace-1026727/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Fatal error in launcher: Unable to create process using '"'Error
- android studio Error:Unable to start the daemon process【轉】AndroidError
- ORA-00445: background process "J000" did not start after 120 seconds
- win10系統頻繁藍屏critical process died怎麼修復Win10
- 【node】process
- win10系統頻繁藍色畫面critical process died怎麼修復Win10
- find process by port
- [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
- pipe stderr into another process
- Statistical Process Control in SAP
- Process object has no attribute '_popen'Object
- LINUX inner-process communicationLinux
- CHEE 4703: Process Dynamics and Control
- 常用類process1
- check memcached process and restart if downREST
- Quality Inspection in drop shipment process
- win10系統開機藍屏並提示錯誤程式碼critical_process_died如何解決Win10
- 【已解決】yum更新失敗:rpmdb: BDB0113 Thread/process 2673/140126198814528 failed: BDB1507 Thread died...threadAI
- [20190416]process allocation latch.txt
- WPF initialization for opening and unitialization for closing process
- Powershell tricks::Code Execution & Process Injection
- (轉貼)Out of Memory: Killed process
- 深入理解 iOS Rendering ProcessiOS
- MYSQL The Server Shutdown Process(筆記)MySqlServer筆記
- 在nodejs中建立child processNodeJS
- 使用Process Explorer/Process Hacker和Windbg高效排查軟體高CPU佔用問題
- win10系統開機藍色畫面並提示錯誤程式碼critical_process_died如何解決Win10
- Linux alarm signal (SIGALRM) to detach process isAliveLinux
- GUI程式設計process4GUI程式設計
- Laravel [Symfony\Component\Process\Exception\RuntimeException] The ProcLaravelException
- Two Steps Picking Process in SAP-WM
- [PM2][ERROR] Process XXX not foundError
- MIT-6.828-JOS-lab5:File system, Spawn and ShellMIT
- MIT6.828 La5 File system, Spawn and ShellMIT
- Oracle 19c Concepts(15):Process ArchitectureOracle
- Node.js process 模組解讀Node.js
- HITSC_3_Software Construction Process and Configuration ManagementStruct
- 2020年的UWP(2)——In Process App ServiceAPP