ORA-00280:
change string for thread string is in sequence #string
Cause: This message helps to locate
the redo log file with the specified change number requested by other messages.
Action: Use the information provided
in this message to specify the required archived redo log files for other
errors.
Çözüm :
SQL> startup mount
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
CANCEL
SQL> ALTER DATABASE open resetlogs
No comments:
Post a Comment