Hello,

I work on Windows platfom.
I have to build a standby database : I know how to do it and it works.

BUT when I try to activate my standby database I have the following errors with the redo logs

alter database activate standby database;
*
ERROR at line 1:
ORA-00344: unable to re-create online log 'E:\ADMIN\CHIMIOR7\REDO11.RDO'
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) Le chemin d'accÞs spÚcifiÚ est introuvable.


Indeed, I have differents directories on servers and the driver E: does not exist on the server which haves
the standby database.

Here what I have,

Original database

3 groups with 3 member
Disk E: REDO11.RDO/REDO21.RDO/REDO31.RDO
Disk F: REDO12.RDO/REDO22.RDO/REDO32.RDO
Disk G: REDO13.RDO/REDO23.RDO/REDO33.RDO

On the server of my standby database I have only 2 disks (Disk C and Disk F)

I would like to do 2 groups with 2 members
Disk C: REDO11.RDO/REDO21.RDO
Disk F: REDO21.RDO/REDO22.RDO



How can i resolve my problem ?

regards