Tablespace issue
650575Jun 10 2011 — edited Jun 13 2011Hi,
I am getting below error and my database is in no archive log mode.
I have physically move data file location from /u01 to /u02
but after i do rename data file then i get below error
SQL> alter tablespace JISPBILCORBILLINGDEV501 RENAME DATAFILE '/u01/app/oracle/oradata/vtelar/JISPBILCORBILLINGDEV501_01.dbf' to
2 '/u02/vtelar/JISPBILCORBILLINGDEV501_01.dbf';
alter tablespace JISPBILCORBILLINGDEV501 RENAME DATAFILE '/u01/app/oracle/oradata/vtelar/JISPBILCORBILLINGDEV501_01.dbf' to
*
ERROR at line 1:
ORA-01525: error in renaming data files
ORA-01121: cannot rename database file 28 - file is in use or recovery
ORA-01110: data file 28:
'/u01/app/oracle/oradata/vtelar/JISPBILCORBILLINGDEV501_01.dbf'
Please suggest me what should i do?
Thanks in advance.