Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9i RMAN question
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 DBAReceived on Wed Dec 07 2005 - 16:47:45 CST
![]() |
![]() |