ORA-19502: write error on file “”, block number xxxxxxxx (block size=8192)

Today morning, My one of the RMAN full database backup failed with RMAN-03002, ORA-19502 and ORA-27072 error. After diagnosing the problem it was space issue only.

There is no space available for RMAN full backup.

Error log:

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 08/06/2015 01:16:57
ORA-19502: write error on file "/BACKUP/PROD/weekly_full/bkup_20150606_0vq8p2h0_1_1.rman", block number 2873985 (block size=8192)
ORA-27072: File I/O error
Linux-x86_64 Error: 25: Inappropriate ioctl for device
Additional information: 4
Additional information: 2873985
Additional information: 696320

Solution:

Just reclaim the storage space by setting appropriate retention to RMAN backup policy and deleted some old files that not needed for any kind of recovery.

By doing above steps, RMAN backup started successfully.

Stay Tune. 🙂

3 thoughts on “ORA-19502: write error on file “”, block number xxxxxxxx (block size=8192)”

  1. Got same error, thanks for quick solution. Saved my time.

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 11/15/2017 05:40:54
    ORA-19502: write error on file “/u09/Oradata/bkup_20171115_nosjjq4o_1_1.rman”, block number 355841 (block size=8192)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 355841
    Additional information: 438272

  2. when ever i am taking the Incremental backup the below error i am getting.

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 01/16/2020 01:09:02
    ORA-19502: write error on file “COCOMPRD_1cum35j1_1_1”, block number 4257 (block size=8192)
    ORA-27030: skgfwrt: sbtwrite2 returned error
    asdf_output_section1() failed
    xdr=0x0x11e9cad0: bp=0x0x1216b568: send_len=262144: type=12800: fhand=0x0x11eda278: wrapper=0x(nil): directp=0x0x7fbe8d79d000 (1:4:22)

    kindly provide solution to me

Leave a Reply