Rename datafile
Hello All,
I want to know whether i can rename datafile using datafile id?
I want to below is possible
Alter tablespace rename file 'old file id' to 'new file id'
alter tablespace rename file 'old file id' to 'new file name path';
regards