|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Inscription : janvier 2004 Messages : 32 ![]() |
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 |
|
|
00
|
|
|
#2 |
|
Nouveau Membre du Club
![]() Inscription : juillet 2005 Messages : 38 ![]() |
use the parameter log_file_name_convert
It has 2*n parameters fe : 'e:\','c:\','f:\','d:\' which means that drive E on primary site will be converted to C on the standby site, ... It has to be put on the standby init.ora (or spfile) |
|
|
00
|
|
|
#3 |
|
Expert Confirmé
![]() Inscription : septembre 2004 Messages : 2 942 ![]() |
c'est moi ou on est pas censé être sur un forum francophone ??
|
|
|
00
|
Copyright © 2000-2012 - www.developpez.com