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

Thread: RMAN backup to tape error

  1. #1
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    hi guys,
    Can somebody tell me where did I made mistake?
    DB to be applied is 8.0.5 for both instance(target,rcvcat)
    DBMS_BACKUP_RESTORE package is present.
    Is this got something to do with unregistered LSM?
    Your help will be very much appreciated.



    RMAN> replace script backup_system {
    2> execute script alloc_tape;
    3> execute script set_maxcorrupt;
    4> backup
    5> format 'df_system_s%s_p%p'
    6> (tablespace system);
    7> execute script release_tape;
    8> }

    RMAN-03022: compiling command: replace script
    RMAN-03023: executing command: replace script
    RMAN-08086: replaced script backup_system

    RMAN> run { execute script backup_system; }

    RMAN-03021: executing script: backup_system

    RMAN-03021: executing script: alloc_tape

    RMAN-03022: compiling command: set
    RMAN-03023: executing command: set command id

    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: t1
    RMAN-08500: channel t1: sid=46 devtype=SBT_TAPE

    RMAN-03022: compiling command: set limit
    RMAN-03023: executing command: set limit

    RMAN-03021: executing script: set_maxcorrupt

    RMAN-03022: compiling command: set

    RMAN-03022: compiling command: backup
    RMAN-03023: executing command: backup
    RMAN-08008: channel t1: starting datafile backupset
    RMAN-08502: set_count=14 set_stamp=447615861
    RMAN-08010: channel t1: including datafile 1 in backupset
    RMAN-08011: channel t1: including current controlfile in backupset
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: t1
    RMAN-00569: ================error message stack follows================
    RMAN-03015: error occurred in stored script backup_system
    RMAN-03007: retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel t1
    RMAN-10032: unhandled exception during execution of job step 1: ORA-06512: at line 126
    RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry possible
    ORA-19506: failed to create sequential file, name="df_system_s14_p1", parms=""
    ORA-27006: sbtremove returned error
    Additional information: 7086
    Additional information: 1
    ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE



  2. #2
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    Will LSM allow ORACLE to use its Media Manager though
    it is not registered?

  3. #3
    Join Date
    Oct 2000
    Posts
    467
    rey,
    this looks like a media manager problem. Can you try taking a backup of an os file and see if that is working or not ?
    Secondly, have u set any time for your backup window in Legato ?

    Vinit

  4. #4
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    hi vinit,
    I have just talked with the mis manager here, it seems to me that they can't acqure the license for LSM at least this year.

    I just opened nwadmin from server, LSM window appear but a message appears:
    registration info:Server is disabled blah...blah...
    So I guess I just have to bear with the usual cold backup to tape, but still can use rman using disk as devtype. :-(

    manyThanx.


  5. #5
    Join Date
    Oct 2000
    Posts
    467
    well you can consider backing up your DB to disk using RMAN. In this case , you can wait until your license is renewed or perhaps if space is not a constraint then can do without it.
    Vinit

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