Maison  >  Article  >  base de données  >  ora-00600: internal error code, arguments: [KGHLKREM1], [0x8

ora-00600: internal error code, arguments: [KGHLKREM1], [0x8

WBOY
WBOYoriginal
2016-06-07 17:11:271152parcourir

昨天晚上凌晨12点接到监控短信(dataguard is down),于是登录系统查看原因,首先查看备库的alertlog文件,查看最近的半小时的l

/proc/sys/vm/drop_caches (since Linux 2.6.16)
Writing to this file causes the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.

To free pagecache:

* echo 1 > /proc/sys/vm/drop_caches

To free dentries and inodes:

* echo 2 > /proc/sys/vm/drop_caches

To free pagecache, dentries and inodes:

* echo 3 > /proc/sys/vm/drop_caches

As this is a non-destructive operation, and dirty objects are not freeable, the user should run "sync" first in order to make sure all cached objects are freed.

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn