ORA-01589: must use RESETLOGS or NORESETLOGS option for database [message #453030] |
Mon, 26 April 2010 15:05 |
keekee
Messages: 19 Registered: April 2010
|
Junior Member |
|
|
I have windows XP.
C:\oracle\product\10.2.0\db_1\orcl\usr>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Apr 26 15:32:06 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn sys as sysdba
Enter password:
Connected to an idle instance.
SQL> select * from v$instance;
select * from v$instance
*
ERROR at line 1:
ORA-01034: ORACLE not available
SQL> startup
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1250428 bytes
Variable Size 184552324 bytes
Database Buffers 419430400 bytes
Redo Buffers 7135232 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> select count(*) from v$instance;
COUNT(*)
1
|
|
|
|
Re: ORA-01589: must use RESETLOGS or NORESETLOGS option for database [message #453078 is a reply to message #453031] |
Tue, 27 April 2010 02:05 |
keekee
Messages: 19 Registered: April 2010
|
Junior Member |
|
|
I have windows XP and use Oracle 10g 10.2.0.1.0
Would you please let me know how to check
incomplete or backup control file recovery is performed.
And how to specify the appropriate option.
This is the first time I do rman duplicate backup.
Please help.
And got errors as below:
contents of Memory Script:
{
switch clone datafile all;
}
executing Memory Script
released channel: ORA_AUX_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 04/26/2010 16:07:20
RMAN-03015: error occurred in stored script Memory Script
RMAN-00600: internal error, arguments [7002] [0] [9314] [] []
|
|
|
|