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

Re: RMAN

From: Niall Litchfield <niall.litchfield_at_dial.pipex.com>
Date: Sat, 28 Apr 2007 18:46:16 +0100
Message-ID: <q4KdnXnPDbUuGq7bRVnyggA@pipex.net>


cptkirkh wrote:
> Whenever I try to schedule a backup I get the following error. Can
> anyone explain this to me? Thanks in advance.
<snip>
> Starting Control File and SPFILE Autobackup at 27-APR-07
>
> released channel: oem_disk_backup
>
> RMAN-00571:
> ===========================================================
>
> RMAN-00569: ===================
>
> RMAN-00571:
> ===========================================================
>
> RMAN-03009: failure of Control File and SPFILE Autobackup command on
> oem_disk_backup channel at 04/27/2007 15:33:40
>
> ORA-19504: failed to create file "E:\BACKUPS\C-890890261-20070427-03"
>
> ORA-27056: could not delete file
>
> OSD-04029: unable to get file attributes
>
> O/S-Error: (OS 3) The system cannot find the path specified.

RMAN is trying to write a controlfile backup to E:\BACKUPS\ but the os is saying that that path does not exist. I suspect that if you issue the RMAN command SHOW ALL; you will find that you have configured the controlfile autobackup format to 'E:\BACKUPS\%F'. You can either change the configuration or create an E:\BACKUPS directory.

-- 
Niall Litchfield
Oracle DBA
http://www.orawin.info/services
Received on Sat Apr 28 2007 - 12:46:16 CDT

Original text of this message

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