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

Thread: RMAN HELP !!!

  1. #1
    Join Date
    Jan 2000
    Posts
    27
    Run {
    allocate channel d1 type disk;
    sql 'alter system archivelog current';
    backup format '/export/home/backup/al_t%t'
    archivelog all
    delete input;
    release channel d1
    }

    When I execute above command without connecting to recovery catalog i got following err :

    RMAN-06089: archive log /oradata/arch/arch_1_210.arc not found or out of sync with catalog

    ne suggetion ???


  2. #2
    Join Date
    Jun 2000
    Posts
    295
    Has arch_1_210.arc been deleted from OS?

  3. #3
    I think you should have connection to the catalog.
    Resync the catalog database using:
    rman> change archivelog all validate;
    Ramon Caballero, DBA, rcaballe@yahoo.com

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