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

Home -> Community -> Usenet -> c.d.o.server -> Re: Delete all files in user_dump_dest

Re: Delete all files in user_dump_dest

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Fri, 28 Jul 2006 18:49:32 GMT
Message-ID: <J34Myo.MJH@igsrsparc2.er.usgs.gov>


Ben wrote:
> Brian Peasland wrote:

>>> If I delete the listener log, will it automatically be regenerated or
>>> does the listener have to be restarted?
>>>
>> It will automatically be recreated.
>>
>> HTH,
>> Brian
>>
>>
>> --
>> ===================================================================
>>
>> Brian Peasland
>> dba_at_nospam.peasland.net
>> http://www.peasland.net
>>
>> Remove the "nospam." from the email address to email me.
>>
>>
>> "I can give it to you cheap, quick, and good.
>> Now pick two out of the three" - Unknown

>
>
> I just tried this on our test system and it didn't work. I moved the
> log file out of the directory then through a client, I connected to a
> database that was using that listener. I connected fine but the log
> file wasn't there after I went back and checked for it.
>

Then instead of deleting the log, copy null to it:

cp /dev/null listener.log

This will zero out the log but will not remove it.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Fri Jul 28 2006 - 13:49:32 CDT

Original text of this message

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