Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: core_dump_dest = /dev/null?

RE: core_dump_dest = /dev/null?

From: Norwood Bradly A <Bradley.A.Norwood_at_M1.IRSCOUNSEL.TREAS.GOV>
Date: Thu, 25 May 2000 20:30:56 -0400
Message-Id: <10508.106802@fatcity.com>


Speaking of buffer overflows, Steve:

I was reading an old article by Indra Lahiri(1996) on this subject at www.fors.com/orasupp/d2k/plus/2171_1.htm.

Someday, I'll have to see whether his formula is still valid.

-----Original Message-----
From: Steve Adams [mailto:steve.adams_at_ixora.com.au] Sent: Thursday, May 25, 2000 7:44 PM
To: Multiple recipients of list ORACLE-L Subject: 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).
-- 
Author: Steve Adams
  INET: steve.adams_at_ixora.com.au

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
Received on Thu May 25 2000 - 19:30:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US