|
|
|
|
Re: RMAN Backup failed. [message #489260 is a reply to message #489253] |
Fri, 14 January 2011 02:04 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/151736.jpg) |
dkdms2124
Messages: 369 Registered: April 2010 Location: INDIA
|
Senior Member |
![d.sharma77](/forum/theme/orafaq/images/yahoo.png)
|
|
SQL> show parameter db_recovery
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string E:\oracle\product\10.2.0/flash
_recovery_area
db_recovery_file_dest_size big integer 5G
Regards
Deepak
[Updated on: Fri, 14 January 2011 02:14] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: RMAN Backup failed. [message #489270 is a reply to message #489241] |
Fri, 14 January 2011 03:43 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
OraKaran
Messages: 183 Registered: March 2008 Location: United Kingdom
|
Senior Member |
|
|
Hello dsharma
Use the leftmost icon in 'Formatting tools:'
It looks like {-}
Alternatively you can enclose the 'code and code output' related text in the tags
Regards,
OraKaran
|
|
|
Re: RMAN Backup failed. [message #489271 is a reply to message #489241] |
Fri, 14 January 2011 03:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
knight
Messages: 111 Registered: January 2009
|
Senior Member |
|
|
your rman output shows foll
ORA-19804: cannot reclaim 52428800 bytes disk space from 5368709120 limit
as michel instructed you should opt for one of the options:
Quote:See you set the max size, if you want more (and have it) then increase the value
If you can't increase the value then remove some contents defining an appropriate RMAN policy and execute "delete obsolete".
|
|
|
|
|
|
|
Re: RMAN Backup failed. [message #584598 is a reply to message #489241] |
Thu, 16 May 2013 00:39 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hi
Even I have faced the same issue. Below are the error details. We are working in oracle 11.2.0.2.0
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 27: File too large
Additional information: -1
Additional information: 1048576
SYS> select SPACE_USED,SPACE_LIMIT/1024/1024/1024 from v$recovery_file_dest;
SPACE_USED SPACE_LIMIT/1024/1024/1024
---------- --------------------------
5323973120 100
Please suggest.
|
|
|
|
Re: RMAN Backup failed. [message #584602 is a reply to message #489241] |
Thu, 16 May 2013 02:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hello
Below is the result of ulimit -a
$ ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
Command that I have executed in RMAN prompt (to take the backup of datafile 5 which is of size 10GB) is:
backup as compressed backupset datafile 5;
Can you also please confirm that will RMAN use the TEMP tablespace to perform its activities? Please suggest.
|
|
|
|
Re: RMAN Backup failed. [message #584607 is a reply to message #489241] |
Thu, 16 May 2013 03:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hope the result of "ulimit -a" is also fine.
Error Details:
RMAN> backup as compressed backupset tablespace prod;
Starting backup at 16-MAY-13
starting full resync of recovery catalog
full resync complete
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=126 device type=DISK
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00032 name=/home/oracle/prod05.dbf
input datafile file number=00027 name=/home/oracle/prod01.dbf
input datafile file number=00028 name=/home/oracle/prod02.dbf
input datafile file number=00029 name=/home/oracle/prod03.dbf
input datafile file number=00030 name=/home/oracle/prod04.dbf
channel ORA_DISK_1: starting piece 1 at 16-MAY-13
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/16/2013 13:30:11
ORA-19502: write error on file "/home/oracle/list_db_bkp/list_archive/PROD/backupset/2013_05_16/o1_mf_nnndf_TAG20130516T132136_8sbbotkn_.bkp", block number 262145 (block size=8192)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 27: File too large
Additional information: -1
Additional information: 1048576
|
|
|
|
Re: RMAN Backup failed. [message #584609 is a reply to message #584608] |
Thu, 16 May 2013 03:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
We are working with "AIX 6.1" in UNIX environment.
Getting the same result with ulimit -Ha also. Any check has to be done from OS level?
ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
|
|
|
|
|
|
|
|
|
Re: RMAN Backup failed. [message #585536 is a reply to message #585535] |
Mon, 27 May 2013 05:20 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/0c81846af9fd94786836629f797de94d?s=64&d=mm&r=g) |
shaheemm
Messages: 10 Registered: May 2013
|
Junior Member |
|
|
Michel,
I need your support to resolve another issue which is,
I have tried RMAN backup and it got failed due to drive space issue. After that my database is not working.
How do I rectify the same.
Backup up log:
Recovery Manager: Release 10.2.0.1.0 - Production on Tue May 21 09:58:19 2013
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Windows XP Version V5.1 Service Pack 3
CPU : 2 - type 586, 2 Physical Cores
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:781M/1527M, Ph+PgF:2982M/4425M, VA:2002M/2047M
Starting with debugging turned off
connected to target database: XE (DBID=2684498378, not open)
RMAN> set echo on;
2> shutdown immediate;
3> startup mount;
4> configure controlfile autobackup format for device type disk clear;
5> configure retention policy to redundancy 2;
6> configure controlfile autobackup on;
7> sql "create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile";
8> backup as backupset device type disk database;
9> configure controlfile autobackup off;
10> alter database open;
11> delete noprompt obsolete;
12>
echo set on
using target database control file instead of recovery catalog
database dismounted
Oracle instance shut down
connected to target database (not started)
Oracle instance started
database mounted
Total System Global Area 805306368 bytes
Fixed Size 1289996 bytes
Variable Size 243269876 bytes
Database Buffers 557842432 bytes
Redo Buffers 2904064 bytes
RMAN configuration parameters are successfully reset to default value
old RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
new RMAN configuration parameters are successfully stored
old RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
sql statement: create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile
Starting backup at 21-MAY-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=35 devtype=DISK
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00006 name=C:\ORACLEXE\ORADATA\XE\INDX.DBF
input datafile fno=00005 name=C:\ORACLEXE\ORADATA\XE\EXPDB.DBF
input datafile fno=00003 name=C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF
input datafile fno=00002 name=C:\ORACLEXE\ORADATA\XE\UNDO.DBF
input datafile fno=00001 name=C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF
input datafile fno=00007 name=C:\ORACLEXE\ORADATA\XE\EXPBLOBS.DBF
input datafile fno=00004 name=C:\ORACLEXE\ORADATA\XE\USERS.DBF
channel ORA_DISK_1: starting piece 1 at 21-MAY-13
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/21/2013 10:07:05
RMAN-10035: exception raised in RPC:
ORA-19583: conversation terminated due to error
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 52428800 bytes disk space from 10737418240 limit
ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 1080
RMAN-10031: RPC Error: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
Recovery Manager complete.
|
|
|
|
|