Script de Backup – Resolvido

#103207
Avatar de Sousa04Sousa04
Participante

Ola

voce pode user esse aqui

export ORACLE_SID=SEUBANCO10G

rman target /

run
{
allocate channel d1 device type DISK;
allocate channel d2 device type DISK;
backup database include current controlfile format ‘/u01/app/oracle/flash_recovery/%d_%u_%s.rman’ plus archivelog filesperset 4 tag ‘FULL’;
release channel d1;
release channel d2;
}

altere a localização do backup blz!!
e não esqueça de verificar o tamanho da base e o tamanho do file system.

Abraços

plugins premium WordPress