Pak Trio,
kebetulan di tempat saya juga memanfaatkan RMAN backup archivelog untuk
mengatur manajemen size file archivelog. sintak yang saya punya seperti ini:
*sql 'alter system archive log current';
backup
filesperset 20
skip inaccessible
format 'GT_ARC_al_%s_%p_%t'
(archivelog from time 'sysdate-1' delete input);
*
Backup ini sangat membantu kami untuk mengendalikan pertumbuhan file archive
karena archivelog file yang sudah berhasil di backup akan langsung didelete
otomatis. Untuk restore file archivenya bisa seperti ini:
*run {
# Restore all datafiles, and recovers them completely.
allocate channel t1 type 'SBT_TAPE';
restore archivelog from sequence 85749 until sequence 85750;*
Sequnce nya tergantung bapak akan me-restore archive sequnce ke berapa..
Semoga bisa membantu
-perdana-
newbie juga
On 10 Mar 2007 00:16:05 -0800, Trio Syamsul Benny <[EMAIL PROTECTED]> wrote:
>
> Kalau di tempat saya, archive log di delete oleh perintah yang memang
> sudah
> disediakan RMAN.
> Archive log yang didelete adalah archive log yang sudah tidak terpakai
> karena sudah ada backup RMAN nya.
> Kalau di kantor saya, strategi backupnya kira2 seperti ini :
>
> Minggu : RMAN Backup level 0 (full backup)
> Senin, selasa, rabu : RMAN Backup level 1
> Kamis : RMAN backup level 1 cumulative
> Jumat, Sabtu : Rman backup level 1
>
> Jadi, untuk tiap minggunya akan dihasilkan 7 file backup RMAN.
>
> Archive log yang terbentuk antara satu schedule backup dengan schedule
> backup berikutnya, dihapus.
> Perintahnya sudah disediakan console RMAN.
> Saya lupa command persisnya, tapi kalau mau bisa saya liat di scriptnya.
>
> Untuk menjalankannya sendiri, digunakan scheduler cron dari Linux.
> Setelah terbentuk file backup, masukkan ke tape.
>
> Nah, masalahnya sekarang....gimana caranya merestore dari backup RMAN ini.
> Sampai sekarang, masih belum ketemu caranya.
>
> Mungkin ada rekan yang berpengalaman merestore dari file RMAN?
>
> Regards,
> -benny-
> of Use <http://docs.yahoo.com/info/terms/>| Unsubscribe
> <[EMAIL PROTECTED]>
> Recent Activity
>
> - 23
> New
> Members<http://groups.yahoo.com/group/indo-oracle/members;_ylc=X3oDMTJmN3ZjdHVlBF9TAzk3MzU5NzE0BGdycElkAzMyMTMyMjUEZ3Jwc3BJZAMxNzA1MDA3MTgzBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzExNzM1MTQ1NjU->
>
> Visit Your Group
> <http://groups.yahoo.com/group/indo-oracle;_ylc=X3oDMTJlM2QzczNlBF9TAzk3MzU5NzE0BGdycElkAzMyMTMyMjUEZ3Jwc3BJZAMxNzA1MDA3MTgzBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTE3MzUxNDU2NQ-->
> Cool Websites
>
> Know a good
> site?<http://us.ard.yahoo.com/SIG=12j80e2k1/M=493064.10322723.10977639.9706567/D=groups/S=1705007183:NC/Y=YAHOO/EXP=1173521765/A=4438988/R=0/SIG=111nufaaj/*http://www.bix.com/contest/4746>
>
> Share and vote
>
> on Bix.com <http://bix.com/>!
> Yahoo! HotJobs
>
> Be
> Discovered!<http://us.ard.yahoo.com/SIG=12inaq5em/M=493064.9803220.10510213.8674578/D=groups/S=1705007183:NC/Y=YAHOO/EXP=1173521765/A=3848546/R=0/SIG=10o5tjndh/*http://www.hotjobs.com>
>
> Employers find you
>
> Upload your resume
> Ads on Yahoo!
>
> Learn more
> now.<http://us.ard.yahoo.com/SIG=12ikavjpq/M=493064.9803227.10510220.8674578/D=groups/S=1705007183:NC/Y=YAHOO/EXP=1173521765/A=3848643/R=0/SIG=131q47hek/*http://searchmarketing.yahoo.com/arp/srchv2.php?o=US2005&cmp=Yahoo&ctv=Groups4&s=Y&s2=&s3=&b=50>
>
> Reach customers
>
> searching for you.
> .
>
>
>
[Non-text portions of this message have been removed]