If you don't want to interupt the listener process, you can use the following method.

> lsnrctl set log_status off

delete the log

> lsnrctl set log_status on

This will remove the file without having to stop/start the listener

Regards