$rman target / debug=ALL log=/u01/backup/rman.txt
- At the RMAN prompt
RMAN>debug on;
RMAN>backup database;
RMAN>debug off;
RMAN>backup database;
RMAN>debug off;
- From a run block
RMAN> run {
debug on;
allocate channel c1 type disk;
backup database;
debug off;
}
debug on;
allocate channel c1 type disk;
backup database;
debug off;
}
No hay comentarios:
Publicar un comentario