ORA-800_VKTM
ORA-00800: soft external error, arguments: [Set Priority Failed], [VKTM]
ORA-800_VKTM_Fix
PURPOSE: All documents are provided on this Blog just for educational purposes only. Please make sure that you run it in your test environment before to move on to production environment.
After kernel update on linux system you get ORA-00800 error. In many cases you need to as follow
echo 950000 > /sys/fs/cgroup/cpu,cpuacct/user.slice/cpu.rt_runtime_us
The above command will fix the Issue, and you need to restart the DB. But when you reboot your Server the change will lost. Better to add following line in the rc.local file to persistent after reboot.
echo 950000 > /sys/fs/cgroup/cpu,cpuacct/user.slice/cpu.rt_runtime_us
No comments:
Post a Comment