ORA-01589: must use RESETLOGS or NORESETLOGS option for
database open

Answers were Sorted based on User's Feedback



ORA-01589: must use RESETLOGS or NORESETLOGS option for database open..

Answer / ravish

After getting the error
"must use RESETLOGS or NORESETLOGS option for database to
open "
i wrote
Alter database open resetlogs
Still got error.

Error at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'D:TEST\DATA1\SYSTEM1.DBF'

Is This Answer Correct ?    33 Yes 7 No

ORA-01589: must use RESETLOGS or NORESETLOGS option for database open..

Answer / guest

Cause: Either incomplete or backup controlfile recovery has
been performed. After these types of recovery you must
specify either the RESETLOGS option or the NORESETLOGS
option to open your database.

Action: Specify the appropriate option.

Please add more information about this Error

Is This Answer Correct ?    8 Yes 4 No

ORA-01589: must use RESETLOGS or NORESETLOGS option for database open..

Answer / dmitry

try using backup controlfile as an option to recover clause

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00566: type name "string" cannot be constrained

1 Answers  


DRG-11862: This Is Probaly A HTTP Server 0.9 Or Less

1 Answers  


NID-00450: Succesfully changed database name and ID.

1 Answers  


LFI-01521: fsync() failed(OSD return value = string) in string.

1 Answers  


ORA-24417: Session pool size has exceeded the maximum limit

1 Answers  






IMP-00052: Warning: Unable to set event for freelist communication with server

1 Answers  


ORA-02082: a loopback database link must have a connection qualifier

1 Answers  


ORA-16798: Unable to complete terminal recovery on the standby

1 Answers  


ORA-38729: Not enough flashback database log data to do FLASHBACK.

1 Answers  


ORA-16109: failed to apply log data from previous primary

1 Answers  


ORA-28528: Heterogeneous Services datatype conversion error

1 Answers  


ORA-30727: duplicate referential constraint for a REF column

1 Answers  


Categories