Hello,Our database processes are not working. Why does it originate? How can we solve this problem?
Hello,Our database processes are not working. Why does it originate? How can we solve this problem?
Hi
The Database processes are tied to the Batch queue configuration. Each batch queue will create database processes according to the process allocation and the execution plan.
You can start by checking the Batch queue configuration window.
Note:
The parameter in Oracle Server (JOB_QUEUE_PROCESSES in Init.ora) must be increased to get full use of multithreaded batch queues, e.g. this Oracle parameter should not be lower than the total number of processes for all active queues in the system.
To get the current parameter value:
Show parameter job_queue_processes;
To Change the value:
ALTER SYSTEM SET job_queue_processes=11 scope=both;
Hope this helps!
Thanks,
Kasun
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.