RMAN-3002 ORA-19502 ORA-27072

I'm doing restore and recover of the db using the following command:
RMAN>
run{
set newname for datafile 6 to '/u01/app/oracle/oradata/orcl/tbsad01.dbf';
restore database;
recover database;
I get the following errors during restore command
RMAN-03002: failure of restore command(...)
ORA-19502: write error on file "/u01/app/oracle/oradata/orcl/tbsad01.dbf", block no 6016(blocksize=8192)
ORA-27072: File I/O error
Linux Error: 2: No such file or directory
But the directory exists. It's 10.2 database running on Linux.
Thx,
A.

check space at this new mount point '/u01/app/oracle/oradata/orcl/' where you want to restore the file tbsad01.dbf.
moreever restore only concerned tablespace rather alls tablespace i.e
run{
set newname for datafile 1 to
'$HOME/ORADATA/u04/users01.dbf';
restore tablespace users;
switch datafile all;
recover tablespace users;
}Khurram

Similar Messages

  • ORA-19502, ORA-27601, async_io fails

    I have posted the following on the Linux forum as well. After reading posts on this forum please note we are not running out of disk space and permissions are ok. We have other servers identically configured with no errors. One hypothesis is that it may have to do with Netbackup 6 client being installed. Our normal configuration is with disk_asynch_io=true and filesystemio_options=setall. We have temporarily set these 2 params to false and none to see if this intermittent problem stops.
    We have encountered the disk I/O errors noted elsewhere and in Metalink 395350.1 but are not using
    Veritas and do not want to set disk_asynch_io=false and filesystemio_options=none. We are using ASM with
    a corporate SAN, Oracle oracleasm libraries but the problem occurs only at the local RAID which is Linux ext2
    filesystem not ASM.
    Linux Redhat version is 2.6.18-92.e15xen x86-64
    Oracle version 10.2.0.4.0
    Server is Dell R900
    Any help would be appreciated.
    Peter

    Can you post the error message?
    I guess the error ORA-27601 is incorrect. I see the following Metalink note 396057.1- ORA-19502 ORA-27061 Warning:Oracle Process Running Out Of Os Kernel I/O Resources.
    its a Bug 5609038.
    Edited by: Anantha on Dec 30, 2008 10:30 AM
    Edited by: Anantha on Dec 30, 2008 10:31 AM

  • ORA-19870 ORA-19502 ORA-27072 RMAN

    ORA-19870: error reading backup piece......
    ORA-19502 write error on file blah/blah/blah/datafile, blockno 5361 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4
    Additional information: 5361
    Additional information: 69632
    ....it started out fine, did about 9 datafiles and then the rest of them started failing with the above string.
    Any ideas on what the scoop is?
    thanks!

    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4OS error; not Oracle.
    post results from following as in below
    df -h
    bcm@bcm-laptop:~$ df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda1             108G   17G   86G  17% /
    udev                  497M  256K  497M   1% /dev
    none                  497M  856K  496M   1% /dev/shm
    none                  497M   80K  497M   1% /var/run
    none                  497M     0  497M   0% /var/lock
    none                  497M     0  497M   0% /lib/init/rw

  • ORA-19502 & ORA-19502 when try to backup using rman

    I'm trying to backup database to a specific folder but it's failing:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 04/11/2013 22:41:59
    ORA-19502: write error on file "/home/backup/rmanbackup/bak_11_1_812500536_test", block number 3520128 (block size=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 3520128
    Additional information: 274432
    command for backup is following:
    backup database format '/home/backup/rmanbackup/bak_%s_%p_%t_test';
    Can you help me to solve the problem.

    Levi Pereira wrote:
    When asking a question always provide your database and OS version (e.g. Oracle 11.2.0.3)OS: SUSE Linux Enterprise Server 10 (x86_64). Oracle Version: 11.1.0.7.0
    >
    Are you using local or network filesystem (such as NFS)?Local
    Edited by: 996454 on Apr 14, 2013 2:06 AM

  • Ora 19502, ora 27072

    hi all
    Db is running 10g
    when I checked v$log on of the redo log member is invalid so I did alter database clear log file ..group <number> at the inactive state
    now my alert logs say 19502,27072 so i checked archiver value in v$instance it says "failed".
    But at the same time when I checked archive log list it says it is in arhive enable mode.
    please help me on this....

    Have you read NOTE:465562.1 on Metalink? Is it yours?
    It's about Samba restriction.

  • ORA-19502, ORA-27601, async_io fails, Linux RHEL5 Update 2, Oracle 10.2.0.4

    We have encountered the disk I/O errors noted elsewhere and in Metalink 395350.1 but are not using Veritas and do not want to set disk_asynch_io=false and filesystemio_options=none. We are using ASM with a corporate SAN, Oracle oracleasm libraries but the problem occurs only at the local RAID which is Linux filesystem not ASM.
    Linux Redhat version is 2.6.18-92.e15xen x86-64
    Oracle version 10.2.0.4.0
    Server is Dell R900
    Any help would be appreciated.
    Peter

    Frits, many thanks for your effort on this. Unfortunately, I will not have access to the system until Jan 5.
    I had looked for OS error messages under /var/log/message and found empty files for aio. As for aio timeout, when last the instance hung, a log file sync session (LGWR) was blocking everything else for over an hour.
    We could not kill any processes even using kill -9. And /sbin/shutdown -r now would NOT shutdown the server. Shutdown abort of the instance did nothing. I shutdown the ASM instance normally and then found the db instance still running.
    I understand what you are saying about aio-max-nr and aio-nr; that the resource starvation, if indeed that is the fault, is not due to the aio configuration.
    you wrote:
    I still think the database issued an AIO call which got an error back from the operating system, because of parameters which were invalid according to the O/S.
    This error looks remarkably much like the veritas error message, which was a issue because of IO size
    if db parameters are invalid according to O/S then why is this error so intermittent? I recall the veritas error had Linux error 26 and my problem has Linux error 5. But in any case, how can a faulty configuration result in a) very intermittent errors and b) no errors in a Development environment that is identical in configuration and activity related to redo and archive?
    I will set the event=27601 on Monday and report back; but why not set event=19502 instead?
    Again, many thanks for your insight and time
    Peter

  • ORA-19502

    Hi,
    Db :11.2
    We got the below error when take archive backup.Next archive backup was completed,We didn't do anything.
    channel ORA_DISK_3 disabled, job failed on it will be run on another channel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_4 channel at 12/11/2013 04:01:49
    ORA-19502: write error on file "/BKUP/I092/backupset/gmor7d99_1_1", block number 12289 (block size=512)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 12289
    Additional information: 3584
    Does it mean due to space issue? or  corruption at filesystem level
    Br,
    Raj

    Hi,
    Please check Oracle support id :
    RMAN Backup Fails: ORA-19502 ORA-27072[Article ID 358535.1]
    ORA-19502 ORA-27072 During RMAN Backup[Article ID 422530.1]
    Thank you

  • RMAN Level 0 Backup ORA-27072: File I/O error ... Input/output error

    Hi, All -
    I am receiving the following error messages while running a level 0 backup. Please assist!
    ====================================================================================================
    RMAN-03009: failure of backup command on d1 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5313.1.670986008.DB", blockno 82945 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    RMAN-03009: failure of backup command on d2 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5314.1.670986008.DB", blockno 84609 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    Additional information: 4
    Additional information: 84609
    Additional information: -1
    channel d2 disabled, job failed on it will be run on another channel
    released channel: d1
    released channel: d2
    released channel: d3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on d3 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5315.1.670986008.DB", blockno 98433 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    Additional information: 4
    Additional information: 98433
    Additional information: -1

    Since it is a <b>write</b> error, I'd look at permissions on the target directory, and available disk space on the target file system.

  • Rman backup error: ORA-19502

    I am running a rman backup script with incremental 1 level as
    backup as backupset incremental level 1 cumulative device type disk tag 'Baan_bkup$LEVEL_0' database;
    recover copy of database;
    backup device type disk tag 'Baan_bkup$LEVEL_0' archivelog all not backed up;
    backup archivelog until time 'sysdate-6' delete all input;
    delete noprompt obsolete device type disk;
    It has run almost two weeks and last night it showed this error and failed
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/08/2006 03:02:14
    ORA-19502: write error on file "/dbrecovery/flashback/goi1rkdm_1_1", blockno 164865 (blocksize=8192)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 164865
    Additional information: 782336
    Linux Error: 2: No such file or directory
    I checked the df -k and I still have about 6% space in my /dbrecovery disk, a separated space, and I did not find the file indicated either. So was still possible the space is full? or others reason?
    I used the "delete obsolete"command in rman but nothing can be deleted.

    It seems your filesystem cannot handle large files (> 2G). Use 'maxpiecesize' option of 'allocate channel' command to limit the filesize.
    Werner

  • ORA-19502 with RMAN

    Hi All
    I am taking hat backup with rman. and every time by backup fails with ORA-19502 and ORA-27072 error. I have sufficient space on the mount point then also every time (i have tried 4 time) backup fails when this start /v01/oradata/PATCH/APPS_TS_MEDIA07.dbf. I have checked dbf file with dbv utility, datafile is ok.
    -rw-r--r-- 1 oraptc dba 5974 Aug 30 05:52 PATCH_Full_083011_05:17:28.log
    ZEUSoraptc>tail -f PATCH_Full_083011_05:17:28.log
    input datafile fno=01034 name=/v01/oradata/PATCH/APPS_TS_MEDIA07.dbf
    channel t4: starting piece 1 at 30-AUG-11
    RMAN-03009: failure of backup command on t1 channel at 08/30/2011 05:52:58
    ORA-19502: write error on file "/v05/appp/oraptc/backup/full/PATCH-Full-14ml8vbu_1_1.bkp", blockno 262017 (blocksize=8192)
    ORA-27072: File I/O error
    HP-UX Error: 2: No such file or directory
    Additional information: 4
    Additional information: 262017
    Additional information: 1040383
    channel t1 disabled, job failed on it will be run on another channel
    ZEUSoraptc>bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 204800 192432 12368 94% /
    /dev/vg00/lvol1 298928 44600 224432 17% /stand
    /dev/vg00/lvol8 5120000 2960336 2151464 58% /var
    /dev/vg05/lvol1 943718400 683801552 257887840 73% /v05
    Kindly advice me. I am using /v05 mount point which have 250Gb free space. and in general my backup size is 140Gb.
    OS is HP-Unix and database is 10.2.0.4
    Thanks
    krishna

    Hi Krishna
    I think it has something to do with configuration. Make sure oracle software owner (oracle user, by default) at OS level has full permissions on the file system under the new mount point. If everything is OK, configure the disk channel explicitly and see if it works.
    To test, do this in RMAN session
    $> rman target / catalog rman/<pass>@catalog
    RMAN> configure channel ch1 device type disk format '/v05/appp/oraptc/backup/full/PATCH-Full-%U' ;
    RMAN> backup datafile 1;
    If it's fine, you can go ahead and do the database backup.

  • Rman : ORA-19502: write error on file "

    hi all,
    I have a oracle 9.2.0.6, i am taking backup of primary database, my DB is on Sun box and all the datafile are the raw filesystems.......
    but while taking backup i am getting an error.....
    I have checked across the internet and i got to know that the error occured because of Disk space not sufficient as such the catalog is on win 2003 an oracle home of the catalog db is having 20 Gb of space whereas i am taking backup on H:\ there i am having more than 100gb of space...
    please help me to resolve this problem....
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ch1 channel at 05/11/2009 13:00:19
    ORA-19502: write error on file "H:\mainbackup\bk_inc0_65_1", blockno 269825 (blo
    cksize=8192)
    ORA-27063: skgfospo: number of bytes read/written is incorrect
    Additional information: 131072
    Additional information: 1048576

    we have more enough space on disks but still getting an error
    pls suggest me...
    channel ch1: starting piece 1 at 12-MAY-09
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ch1 channel at 05/12/2009 12:46:07
    ORA-19504: failed to create file "G:\mainbackup\bk_inc0_69_1"
    ORA-27044: unable to write the header block of file
    SVR4 Error: 28: No space left on device
    Additional information: 1
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ORA-19502: write error on file ... (blocksize=8192)

    Dear DBA's,
    I'm facing an incredible crappy issue with RMAN and I don’t see where it come from.
    Target Database is OS is RHEL5 with ORACLE 10.2.4
    The RMAN repository is RHEL5 in Oracle 11g2
    In the host there are 2 databases CFM1 and DMB1 and both are backup with RMAN in same Repository. In DMB1 I don’t have any issue
    With CFM1 I’ve this error Message every time I run a Backup as follows :
    RMAN> run
    2> {
    3> sql "Alter System Switch logfile";
    4> sql "Alter System Archive Log Current";
    5> Backup device type disk database plus archivelog;
    6> Backup current controlfile for standby;
    7> sql "Alter System Switch logfile";
    8> sql "Alter System Archive Log Current";
    9> Backup filesperset 10 ArchiveLog all;
    10> }
    sql statement: Alter System Switch logfile
    sql statement: Alter System Archive Log Current
    Starting backup at 12-MAY-10
    current log archived
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=226 devtype=DISK
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=43392 recid=36539 stamp=718803231
    input archive log thread=1 sequence=43393 recid=36540 stamp=718803232
    input archive log thread=1 sequence=43394 recid=36541 stamp=718803240
    channel ORA_DISK_1: starting piece 1 at 12-MAY-10
    channel ORA_DISK_1: finished piece 1 at 12-MAY-10
    piece handle=/backup/ORA_BACKUP_CFMT/CFMT_120520100512_full_28ldg499_1_1 tag=TAG20100512T113401 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    Finished backup at 12-MAY-10
    Starting backup at 12-MAY-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00031 name=/u01/oradata/CFMT/data/iws_data_02.dbf
    input datafile fno=00028 name=/u03/oradata/CFMT/index/tools_01.dbf
    . Then It goes trough several datafiles
    input datafile fno=00004 name=/u02/oradata/CFMT/system/users01.dbf
    input datafile fno=00014 name=/u01/oradata/CFMT/data/iws_data_01.dbf
    channel ORA_DISK_1: starting piece 1 at 12-MAY-10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 05/12/2010 11:35:29
    ORA-19502: write error on file "/backup/ORA_BACKUP_CFMT/CFMT_120520100512_full_29ldg49c_1_1", blockno 734721 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4
    Additional information: 734721
    Additional information: 917504
    I've check in Metalink and open a Sr and so far no answer !!!
    Any ideas ?
    Txs
    Carlos

    Txs for your reply,
    But the ID you Provide doesn't help
    Solution
    Options to resolve:
    1. Clean up unnecessary files on /oracle/u08.07/ - The File System as Enough Disk Space
    Filesystem Size Used Avail Use% Mounted on
    9.9G 3.8G 5.6G 41% /backup/ORA_BACKUP_CFMT
    2. Add disk space to /oracle/u08.07/
    As you see ther's enough space.

  • ORA-19502 while adding a tablespace

    Hello All,
    I am using ORACLE 10g R2, on LINUX, red hat 5
    When i am trying to add a tablespace through Enterprise manager I am getting the below error:
    Failed to commit: ORA-19502: write error on file "/u01/app/oracle/oradata/IMALREF/MDB_O10_DATA", blockno 31488 (blocksize=8192) ORA-27072: File I/O error Linux-x86_64 Error: 2: No such file or directory Additional information: 4 Additional information: 31488 Additional information: 790528
    Can i have your suggestion how to solve this error?
    Regards,

    below is the result:
    [oracle@LBLX-RHEL5-DDesign ~]$ id
    uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper)
    [oracle@LBLX-RHEL5-DDesign ~]$ env | sort
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Jrdkal32MR,guid=32d3fdef15ec0040a783c0004c7290a9
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=lap-nbeayni.lb.path-solutions.com:1.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GDM_XSERVER_LOCATION=xdmcp
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-w6t17r/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=LBLX-RHEL5-DDesign
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=IMALREF
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
    PWD=/home/oracle
    SESSION_MANAGER=local/LBLX-RHEL5-DDesign:/tmp/.ICE-unix/13702
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=13742
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-ScSlb13702/agent.13702
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USERNAME=oracle
    USER=oracle
    _=/usr/bin/env
    WINDOWID=46137424
    XAUTHORITY=/tmp/.gdmYH4THV
    XMODIFIERS=@im=none
    [oracle@LBLX-RHEL5-DDesign ~]$ ls -lart /u01/app/oracle/oradata/IMALREF/
    total 1051044
    drwxrwxrwx 3 oracle oinstall 4096 Aug 23 14:11 ..
    -rwxrwxrwx 1 oracle oinstall 20979712 Aug 23 14:14 temp01.dbf
    -rwxrwxrwx 1 oracle oinstall 5251072 Aug 23 17:23 users01.dbf
    -rwxrwxrwx 1 oracle oinstall 52429312 Aug 23 17:23 redo03.log
    -rwxrwxrwx 1 oracle oinstall 52429312 Aug 23 17:23 redo02.log
    -rwxrwxrwx 1 oracle oinstall 104865792 Aug 23 17:23 example01.dbf
    drwxrwxrwx 2 oracle oinstall 4096 Aug 23 19:14 .
    -rwxrwxrwx 1 oracle oinstall 251666432 Aug 23 19:39 sysaux01.dbf
    -rwxrwxrwx 1 oracle oinstall 31465472 Aug 23 19:39 undotbs01.dbf
    -rwxrwxrwx 1 oracle oinstall 503324672 Aug 23 19:39 system01.dbf
    -rwxrwxrwx 1 oracle oinstall 52429312 Aug 23 19:40 redo01.log
    -rwxrwxrwx 1 oracle oinstall 7061504 Aug 23 19:40 control03.ctl
    -rwxrwxrwx 1 oracle oinstall 7061504 Aug 23 19:40 control02.ctl
    -rwxrwxrwx 1 oracle oinstall 7061504 Aug 23 19:40 control01.ctl
    [oracle@LBLX-RHEL5-DDesign ~]$ ls -lart /u01/app/oracle/oradata/
    total 12
    drwxrwxrwx 7 oracle oinstall 4096 Aug 23 14:11 ..
    drwxrwxrwx 3 oracle oinstall 4096 Aug 23 14:11 .
    drwxrwxrwx 2 oracle oinstall 4096 Aug 23 19:14 IMALREF
    [oracle@LBLX-RHEL5-DDesign ~]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 9.7G 9.0G 246M 98% /
    /dev/mapper/VolGroup00-data
    82G 184M 78G 1% /data
    /dev/mapper/VolGroup00-temp
    2.0G 226M 1.7G 12% /tmp
    /dev/sda1 494M 17M 452M 4% /boot
    tmpfs 1.5G 0 1.5G 0% /dev/shm
    /dev/hdc 3.4G 3.4G 0 100% /media/RHEL_5.4 x86_64 DVD
    [oracle@LBLX-RHEL5-DDesign ~]$

  • ORA-16038, ORA-19502   and ORA-27063  messages in DB16

    Hi experts,
    I found below messages in DB16.(SAP version ECC 6.0 & oracle 10.2.0.2)
    ORA-16038        Check 11.04.2011 21:00:04 - Time: 2011-04-11 09.47.15, line: ORA-16038 signalled during: ALTER DATABASE OPEN...
    ORA-19502        Check 11.04.2011 21:00:04 - Time: 2011-04-11 05.25.41, line: ORA-19502: write error on file "/oracle/QO1/oraarch/QO1arch1_161
    ORA-27063        Check 11.04.2011 21:00:04 - Time: 2011-04-11 05.26.19, line: ORA-27063: number of bytes read/written is incorrect
    Please suggest me  to avoid those errors and are those messages serious errors or not.
    Thanks in advance !!!!!!!
    Regards
    Veera
    Edited by: Veerab on Apr 12, 2011 11:49 AM

    Hi!
    Have you checked there are enough space on disk where arch-files are located? Those error messages normally indicate full disk.
    Try to change or add another arch destination on another disk to be shore not losing any arch-files.
    Use db-verify to check files for block corruption.
    If you find block corruption, let your storage-people know and ask them to do a check of disk on OS-level.
    Please verify your backups to be shore you doesn't have trouble with files backed up.
    Regards
    Audun
    DBA

  • RMAN-04002: ocipi failed, ORA  1

    Hi,
    I am running SAP Ecc6 Ehp 4 on Oracle 10g  & AIX 6.1.
    I am facing one issue while taking backup of the Development & Quality servers using DB13 (brbackup). The issue is arrising at the time of RMAN catlog call.
    Below is the error.
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jul 28 20:42:35 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04002: ocipi failed, ORA  1
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0279E Return code from 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog': 1
    BR0536E RMAN call for database instance SDS failed
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0532E Cataloging backups of all database files failed
    I also had refer the Metalink 780670.1 but it didn't work. Please help me out to solve this issue.
    Thanks & Regards,
    Sachin

    Dear Sachin,
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    It seems you are not being able to connect to database using RMAN.
    First eliminate this error and then see the result...
    What happens when you run the below commands as ora<sid>
    # RMAN
    RMAN> connect target /
    RMAN> connect catalog /@<DBSID>
    Post the output of the above commands.
    Regards.
    Rajesh Narkhede

Maybe you are looking for