Back to Knowledgebase
SYSTEM

OsBC_SYS_400 018 Backup RMAN

http://www.solubeton.com/wp-content/uploads/2012/03/icone_probleme.png Problème :

Backup Database with RMAN……

Solution : http://us.123rf.com/450wm/chudtsankov/chudtsankov1308/chudtsankov130800056/21311656-ampoule-personnage-mascotte-de-dessin-anim-donnant-un-pouce.jpg?ver=6

  1. Se connecter avec RMAN sur SYS.

  1. Lancé le script suivant :

SPOOL LOG TO D:\backup.log

run {

allocate channel dev0 type disk;

allocate channel dev1 type disk;

backup as compressed backupset database format 'D:\EXPORT\DB_%u';

backup as compressed backupset archivelog all format 'D:\EXPORT\AR_%u';

backup current controlfile format 'D:\EXPORT\CF_%u';

}

SPOOL LOG OFF

exit

  1. Vérifier que le backup s’est bien effectué dans le dossier 'D:\EXPORT’.
Related Info