Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: core_dump_dest = /dev/null?
Hello Heidi,
/dev/null is a device special file serviced by a VERY lightweight pseudo device driver. There is no risk of buffer overflows, hangs, system panics or the like.
Regards,
Steve Adams
http://www.ixora.com.au/ http://www.oreilly.com/catalog/orinternals/ http://www.christianity.net.au/ -----Original Message----- From: Heidi E. Schmidt [SMTP:heidi_at_cybercom.net] Sent: Thursday, May 25, 2000 11:38 PM To: Multiple recipients of list ORACLE-L Subject: Re: core_dump_dest = /dev/null?
> Here's an interesting thought - since Oracle very rarely wants the core
> dump files, and since they can consume a lot of space unless you
> routinely clean them up, is there any disadvantage to setting the
> core_dump_dest parameter to /dev/null? Has anyone actually tried this?
> Seems like it should work...
Well, /dev/null isn't exactly the garbage bin of the universe. It is more like a buffer.
You can put alot into it, but it can play havoc on your system. Especially is there is are occuring error that streams constantly to the buffer. It can cause your machine to hang or reboot.
My advice is that you can use it for small things but avoid dumping large amounts of data to /dev/null
Heidi
-- Author: Heidi E. Schmidt INET: heidi_at_cybercom.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu May 25 2000 - 17:59:11 CDT
![]() |
![]() |