Register Database with RMAN catalog
Might come in handy :Prman target / catalog username/password@MYDB
RMAN> register database;
via dbmotive.com
Labels: rman
Might come in handy :Prman target / catalog username/password@MYDB
RMAN> register database;
Labels: rman
- startup force mountEasy =)
- Delete datafiles via asmcmd
- rman target /
- run {
set until time "to_date('2009-08-05:20:00:00','YYYY-MM-DD:hh24:mi:ss')";
restore database;
recover database;
}
Labels: incomplete, recover, restore, rman, set until time
shutdown immediate;
startup mount;
alter database noarchivelog;
alter database open;
archive log list;
Labels: archival error, archive logs, exp, export, imp, Import, rman