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

Thread: RMAN backup

Threaded View

  1. #22
    Join Date
    Jan 2000
    Posts
    387
    Hi

    I have tested the codes and encountering errors :(

    run {
    restore controlfile from autobackup;
    alter database mount;
    set until time "to_date('06-07-2005 16:50:00','dd-mm-yyyy hh24:mi:ss')";
    restore database;
    recover database;
    }

    ORA-00283: recovery session canceled due to errors
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/oracle/oradata/redo01.log'
    ORA-00283: recovery session canceled due to errors
    ORA-01244: unnamed datafile(s) added to controlfile by media recovery
    ORA-01110: data file 11: '/oracle/oradata/test'
    Last edited by mooks; 07-07-2005 at 05:40 AM.

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