Master AH,
Terimakasih atas responnya...
ada pertanyaan lagi ,
klo sy bikin script spt di bawah, yg maksudnya
mau backup database, controlfile dan archivelog ke tape, script spt ini kira*
bener ?
atau script yg biasa di pake oleh DBA u/ backup database, controlfile dan
archivelog seperti apa ?
klo tapenya sebelumnya ada isi, apa otomatis di delete, bila script ini
dijalankan ?
RMAN> run {
2> # backup the database to dev
3> allocate channel t1 type 'type sbt';
4> backup
5> full
6> tag full_db
7> format '/dev/st0/archive/dd_%u_%s'
8> (database);
9> backup current controlfile format '/dev/st0/archive/controlf_%d_%u%s' ;
10> backup archivelog all format '/dev/st0/archive/arch_%d_%u_%s' delete input ;
11> release channel t1;
12> }
terimakasih ...
--- On Thu, 30/7/09, Awaluddin Hamid <[email protected]> wrote:
From: Awaluddin Hamid <[email protected]>
Subject: Re: External Email : --> Re: [indo-oracle] Log Archive + ada
pertanyaan lg
To: [email protected]
Date: Thursday, 30 July, 2009, 12:01 PM
aly rmb wrote:
>
>
> Hallo Master AH,
> sorry blum paham point no 1. bisa di jelaskan lebih detail ?
>
> salam/Aly
>
>
Misalnya DB_RECOVERY_ FILE_DEST_ SIZE di-set ke 1GB, ketika nilai ini
tercapai dan RMAN akan melakukan backup, maka file-file (backup file
maupun archive log file) di folder DB_RECOVERY_ FILE_DEST yang tidak
dibutuhkan lagi untuk proses recovery akan di-delete.
CMIIW,
AH
Get your new Email address!
Grab the Email name you've always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/
[Non-text portions of this message have been removed]