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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 07 Dec 2005 23:47:45 +0100
Message-ID: <4ipep193cm9cpi9ion225i69q4cck0h49s@4ax.com>


On 7 Dec 2005 12:39:28 -0800, epipko_at_gmail.com wrote:

>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;
>}

No. You didn't understand the response. Crosscheck is a separate command and can be looked up in the RMAN documentation. There also various ways to backup only the archivelog older than three days.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Dec 07 2005 - 16:47:45 CST

Original text of this message

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