Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Data Guard - Physical Standby Databases - Questions
Oracle Data Guard - Physical Standby Databases
0) Pre 1) Environment 2) Target 3) Questions 4) Post
0) Pre
I'm austrian and therefore my Oracle speaks german language. I try to tranlate the Error's using the error code. Just wanted you to know that there could be some mistakes.
The standby database has been created with rman. I used techniques that are explained within the Oracle9i Recovery Manager User's Guide Chapter 13. The text explains two ways to create the standby database; with or without the use of the DORECOVER rman-clause. Actually I had some troubles at that point. I wasn't able to do the manual recovery-step that should be done after creating the database without the DORECOVER-clause. Although I'm quite sure that I didn't solve the problem with doing the creation with the DORECOVER-clause it seemed to work. The problem was some time-SCN-conflict, that is inaccurately described within the same chapter.
2) Target
3) Questions
SQL> alter database recover managed standby database;
alter database recover managed standby database
*
FEHLER in Zeile 1:
ORA-00283: Wiederherstellungs-Session wegen Fehlern abgebrochen ORA-01190: Kontrolldatei oder Datendatei 1 liegt vor letztem RESETLOGS ORA-01110: Datendatei 1: 'E:\ORACLE\ORADATA\BERLIN\SYSTEM01.DBF'
[Translated Error-Msg - Begin]
ORA-00283 recovery session canceled due to errors
Cause: An error during recovery was determined to be fatal enough to
end the current recovery session.
Action: More specific messages will accompany this message. Refer to
the other messages for the appropriate action.
ORA-01190 controlfile or data file string is from before the last
RESETLOGS
Cause: An attempt was made to use a datafile when the log reset
information in the file does not match the control file. Either the
datafile or the control file is a backup that was made before the most
recent ALTER DATABASE OPEN RESETLOGS.
Action: Restore file from a more recent backup.
ORA-01110 data file string: 'string'
Cause: This message reports the file name involved with other
messages.
Action: See the associated messages for a description of the problem.
[Translated Error-Msg - End]
Is this error resulting from a mistakes that I made during the standby
database creation using rman with the DORECOVER option? What exactly
is the problem and how do I solve it?
When I do "alter database recover managed standby database disconnect
from session;" I get no errors.
b) How can I change the protection mode?
c) How exactly are Standby Redo Logs implemented?
4) Post
faithfully,
Bernhard
.
Received on Sun Nov 09 2003 - 13:47:54 CST
![]() |
![]() |