Hi , 21st May 2001 18:59 hrs chennai

In the link it has also given how to rename the log files..Instead of renaming to different disk rename it in the same path or disk as per your requirement.

Rename the existing files as new and then drop the old ones physically.

Eg:

ALTER DATABASE
RENAME FILE 'log1a'
TO 'log1c' ;

Did you try like this ?

Cheers

Padmam