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

Thread: URGENT

  1. #1
    Join Date
    Apr 2001
    Posts
    142
    Hello,

    as you know I am working with RMAN. Well I made a backup and then deleted the database for some tests. I recreated the instance but now when i try and connect to restore the database I get following

    C:\>rman target="sys/manager@zgts-cluster2" rcvcat="rman/rman@rman"

    Recovery Manager: Release 8.1.7.0.0 - Production

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database: ORA-01031: insufficient privileges


    Am I missing something?

  2. #2
    Join Date
    Apr 2001
    Posts
    142
    Ok, I have got connected but I cant use the resture script?

    C:\>rman target="sys/manager@zgts-cluster2" rcvcat="rman/rman@rman"

    Recovery Manager: Release 8.1.7.0.0 - Production

    RMAN-06005: connected to target database: PICIS_DB (DBID=1705294932)
    RMAN-06008: connected to recovery catalog database

    RMAN> run {
    2> allocate channel t1 type disk;
    3> restore database;
    4> recover database;
    5> release channel t1;
    6> }

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

    RMAN-03022: compiling command: restore
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target database not found in recovery catalog

  3. #3
    Join Date
    Apr 2001
    Posts
    142
    OK, now I have registered the new database again and it didnt give an error so I tried to run the script again and I get the following.

    RMAN> run {
    2> allocate channel t1 type disk;
    3> restore database;
    4> recover database;
    5> release channel t1;
    6> }

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

    RMAN-03022: compiling command: restore

    RMAN-03022: compiling command: IRESTORE
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: IRESTORE
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 18 found to restore
    RMAN-06023: no backup or copy of datafile 17 found to restore
    RMAN-06023: no backup or copy of datafile 16 found to restore
    RMAN-06023: no backup or copy of datafile 15 found to restore
    RMAN-06023: no backup or copy of datafile 14 found to restore
    RMAN-06023: no backup or copy of datafile 13 found to restore
    RMAN-06023: no backup or copy of datafile 12 found to restore
    RMAN-06023: no backup or copy of datafile 11 found to restore
    RMAN-06023: no backup or copy of datafile 10 found to restore
    RMAN-06023: no backup or copy of datafile 9 found to restore
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore


    I need help on this fast, anyone any ideas?

    Thanks

  4. #4
    Join Date
    Feb 2001
    Location
    Adelaide, Australia
    Posts
    159
    Diggers,

    Is this a production system??

    Rgds

  5. #5
    Join Date
    Apr 2001
    Posts
    142
    No its just a test enviroment.

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