Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h9UJRe725491
 for <oracle-l@orafaq.net>; Thu, 30 Oct 2003 13:27:40 -0600
X-ClientAddr: 66.27.56.212
Received: from www3.fatcity.com (rrcs-west-66-27-56-212.biz.rr.com [66.27.56.212])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h9UJRdc25486
 for <oracle-l@orafaq.net>; Thu, 30 Oct 2003 13:27:39 -0600
Received: (from root@localhost)
 by www3.fatcity.com (8.11.6/8.11.6) id h9UEPT419604
 for oracle-l@orafaq.net; Thu, 30 Oct 2003 06:25:29 -0800
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005D5131; Thu, 30 Oct 2003 06:24:29 -0800
Message-ID: <F001.005D5131.20031030062429@fatcity.com>
Date: Thu, 30 Oct 2003 06:24:29 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Tim Gorman" <tim@sagelogix.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Tim Gorman" <tim@sagelogix.com>
Subject: Re: RMAN Error
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

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@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@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@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@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).

