Can priocntl be used on a database listener to give some connecttions single thread priority?
We will be migrating to a T2-4 with Dynamic threading, Solaris 11 and Oracle 11.2.0.3 - and my databases have a few very-high CPU background jobs that are scheduled to start and complete every 10 minutes. I want to give them Critical Thread status with priocntl
, but each run has a new process number.
Could I create a new listener that would only be used by this job, and give the listener the higher priority and let it pass on the priority to each new oracle process of this job when it forks the connection?
Would this work?
Could I create a new listener that would only be used by this job, and give the listener the higher priority and let it pass on the priority to each new oracle process of this job when it forks the connection?
Would this work?
0