DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: RMAN error

  1. #1
    Join Date
    Oct 2002
    Posts
    182

    RMAN error

    anyone seen this error before or can enlighten me?
    looking up the error numbers jsut confused me more.

    In RMAN I issued: backup database plus archivelog;

    Code:
    channel ORA_DISK_1: starting piece 1 at 22-AUG-03
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 08/22/2003 17:07:34
    ORA-19502: write error on file "4ceve9st_1_1", blockno 67969 (blocksize=8192)
    ORA-27063: skgfospo: number of bytes read/written is incorrect
    Additional information: 311296
    Additional information: 1048576
    ORA-19502 write error on file "string", blockno string (blocksize=string)

    Cause: Write error on output file.

    Action: Check the file.
    - Cookies

  2. #2
    Join Date
    Oct 2002
    Posts
    182
    fixed it.
    thanks.
    - Cookies

  3. #3
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Originally posted by Cookies
    fixed it.
    thanks.


    Wouldn't it be good if you can post the cause and solution? It may be helpful for others.
    Sanjay G.
    Oracle Certified Professional 8i, 9i.

    "The degree of normality in a database is inversely proportional to that of its DBA"

  4. #4
    Join Date
    Oct 2002
    Posts
    182
    Sorry.
    I was embarrased that I didn't initially know what I was doing.
    After reading the book a little more I figured out I had to set the location parameter default.

    So, as everyone else probably knows, you need to issue:

    configure channel 1 device type disk format '/export/u03/hot_backup/backup_%U';

    I assumed the defaults were set up and they were not.
    - Cookies

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width