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: 9i RMAN question

Re: 9i RMAN question

From: <epipko_at_gmail.com>
Date: 7 Dec 2005 12:39:28 -0800
Message-ID: <1133987968.173368.218340@g49g2000cwa.googlegroups.com>


So my script will become:

RUN
 {
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT 'r:\rman_back\%u'; BACKUP DATABASE include current controlfile; backup archivelog all delete input crosscheck; release channel;
} Received on Wed Dec 07 2005 - 14:39:28 CST

Original text of this message

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