I have moved all my data files to a new location with success except the Temp01.dbf and Undotbs01.dbf. I get the following error when i try to move them.
SQL> alter database rename file 'c:\u01\oracle\oradata\cicada\undotbs01.dbf' to 'c:\u01\oradata\cicada\undotbs01.dbf';
alter database rename file 'c:\u01\oracle\oradata\cicada\undotbs01.dbf' to 'c:\u01\oradata\cicada\undotbs01.dbf'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01516: nonexistent log file, datafile, or tempfile
"c:\u01\oracle\oradata\cicada\undotbs01.dbf"
Thanks in advance for your help.
SQL> alter database rename file 'c:\u01\oracle\oradata\cicada\undotbs01.dbf' to 'c:\u01\oradata\cicada\undotbs01.dbf';
alter database rename file 'c:\u01\oracle\oradata\cicada\undotbs01.dbf' to 'c:\u01\oradata\cicada\undotbs01.dbf'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01516: nonexistent log file, datafile, or tempfile
"c:\u01\oracle\oradata\cicada\undotbs01.dbf"
Thanks in advance for your help.