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

IMG-00833: boundary queue size exceeds expected size

1 Answers  


ORA-12993: tablespace 'string' is offline, cannot drop column

1 Answers  


ORA-23430: argument "string" cannot be NULL or empty string

2 Answers  


LFI-01002: Unable to read line from file.

1 Answers  


ORA-07468: spwat: mset error, unable to set semaphore.

1 Answers  


SQL*Loader-00501: Unable to read file (string)

1 Answers  


ORA-30436: unable to open named pipe 'string'

1 Answers  


TNS-01201: Listener cannot find executable string for SID string

1 Answers  


ORA-01555: snapshot too old: rollback segment number string with name "string" too small

1 Answers  


ORA-07219: slspool: unable to allocate spooler argument buffer.

1 Answers  


ORA-02368: file string is not valid for this load operation

1 Answers  


RMAN-06517: KEEP option is not supported for archive log backups

1 Answers  


Categories