Find

Change location database file (Oracle Database)

startup nomount
alter database rename file'/usr/tst/CUSTOMD1.dbf to /usr/tst2/CUSTOMD1.dbf;
alter database mount;
alter database open;

**before open must sure tempfile.dbf and controlfile, redolog file have aready,**