In My running databse there are background process by name ora_D000_sid1 and ora_cjq0_sid1 what is the job of these process
Printable View
In My running databse there are background process by name ora_D000_sid1 and ora_cjq0_sid1 what is the job of these process
the ora_D000_sid1 :> is for the dispatcher process which means your system is running on shared servers
ora_bjq0_sid1 :> I believe that is the Job Queue Coordinator (CJQ0) process, that takes the place of the snp process
-Deepak