Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN Restore Question

Re: RMAN Restore Question

From: <amerar_at_iwc.net>
Date: 27 Jun 2005 07:38:30 -0700
Message-ID: <1119883110.739672.78940@g14g2000cwa.googlegroups.com>


Here is a copy of my script:

  1. create script backup_archivelog
  2. {allocate channel ch1 type disk
  3. format '/u02/backup/prod/prod_archlog.%s.%p';
  4. setlimit channel ch1 kbytes=6000000;
  5. sql 'ALTER SYSTEM ARCHIVE LOG CURRENT';
  6. backup archivelog all
  7. delete input;
  8. release channel ch1;
  9. resync catalog;}
Received on Mon Jun 27 2005 - 09:38:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US