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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN Error

Re: RMAN Error

From: Tim Gorman <tim_at_sagelogix.com>
Date: Thu, 30 Oct 2003 06:24:29 -0800
Message-ID: <F001.005D5131.20031030062429@fatcity.com>


Tamizh,

You are probably running out of space in the file-system you were located within when you invoked RMAN. It would be better to specify a full path-name in the "FORMAT=" clause (i.e. specify directory as well as filename), to make sure that the file-system where you are creating the backupsets is the one you intend.

Hope this helps...

-Tim

> Hi List,
>
> I am getting the following RMAN error. Any help would be
> really appreciated.
> RMAN script:-
> ==========
> RMAN> replace script ts_system_backup
> {
> allocate channel c1 type disk;
> allocate channel c2 type disk;
> allocate channel c3 type disk;
> sql 'alter system switch logfile';
> resync catalog;
> backup tablespace system format='al_%d%t%p';
> }
>
> OUTPUT
> ========
>
> RMAN-03022: compiling command: backup
> RMAN-03023: executing command: backup
> RMAN-08008: channel c1: starting full datafile backupset
> RMAN-08502: set_count=7 set_stamp=508754890
> creation_time=30-OCT-03 RMAN-08010: channel c1: specifying
> datafile(s) in backupset RMAN-08522: input datafile
> fno=00001 name=/dev/vx/rdsk/dbdg10/System.dbf RMAN-08011:
> including current controlfile in backupset RMAN-03026:
> error recovery releasing channel resources RMAN-08031:
> released channel: c1 RMAN-08031: released channel: c2
> RMAN-08031: released channel: c3
> RMAN-00571:
> ==========================================================
> = RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
> =============== RMAN-00571:
> ==========================================================
> = RMAN-03015: error occurred in stored script
> ts_system_backup RMAN-03007: retryable error occurred
> during execution of command: backup RMAN-07004: unhandled
> exception during command execution on channel c1
> RMAN-10035: exception raised in RPC: ORA-19502: write
> error on file "al_HSBC5087548901", blockno 2040833
> (blocksize=512) ORA-27063: skgfospo: number of bytes
> read/written is incorrect Additional information: 52736
> Additional information: 131072
> RMAN-10031: ORA-19624 occurred during call to
> DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
>
> RMAN>
>
> Recovery Manager complete.
>
> Thanks
> -tamizh
>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.net --
> Author:
> INET: tamizh_at_optonline.net
>
> Fat City Network Services -- 858-538-5051
> http://www.fatcity.com San Diego, California --
> Mailing list and web hosting services
> ----------------------------------------------------------
> ----------- To REMOVE yourself from this mailing list,
> send an E-Mail message to: ListGuru_at_fatcity.com (note
> EXACT spelling of 'ListGuru') and in the message BODY,
> include a line containing: UNSUB ORACLE-L (or the name of
> mailing list you want to be removed from). You may also
> send the HELP command for other information (like
> subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tim Gorman
  INET: tim_at_sagelogix.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Oct 30 2003 - 08:24:29 CST

Original text of this message

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