Hi

Shutdown the database

Copy the file to the new location

Startup mount

Alter database rename file 'old path' to 'new path';

Alter datbase open;

Query the V$logfile

Seelan