oracle is back to live after a long time - 36h give or take,
procedure was:
- connect sqlplus sys/******* as sysdba
- shutdown immediate
- startup nomount
- restore control file
- shutdown abort
- startup mount
- exit
- export MALLOC_CHECK_=0
- rman catalog rman/******@BACKUP target sys/******
- restore database
- recover database
- alter database open resetlogs;
Helpfull links: this
or like a wise man said:
boss: how long do you need to fix the problem?
wise man: 10 seconds after I found the solution
No comments:
Post a Comment