ORA-01511: error in renaming log/data files[oracle 10.1.0]
j'ai commencé un processus de mirroring de ma base principale.
lorsque je tente de renommer les redolog je n'y arrive pas.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
ORACLE instance started.
Total System Global Area 134217728 bytes
Fixed Size 787808 bytes
Variable Size 49281696 bytes
Database Buffers 83886080 bytes
Redo Buffers 262144 bytes
Database mounted.
SQL> alter database rename file 'D:\oracle\oradata\bdmm\REDO01.log' to
2 'c:\oraclelog\bdmm_type\REDO11.log';
alter database rename file 'D:\oracle\oradata\bdmm\REDO01.log' to
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01512: error renaming log file D:\ORACLE\ORADATA\BDMM\REDO01.LOG - new file
c:\oraclelog\bdmm_type\REDO11.log not found
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified. |
merci d'avance