Hello guys
I have really serrious and funny problem
I just wanna move to data files to another folder but I have something weird issue
one of the data file name includes ' (apostrophe expression ) ( I dont know when this happen and why)
and when run the move command than I get the following error
my file name : ‘file_name01.dbf ’
and sql query is :
alter database rename file '/u02/oradata/'file_name01 ‘ ' to ’/u03/oradata/file_name01.dbf';
error :
ERROR at line 1:
ORA-00946: missing TO keyword
Any advice would be great