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

Thread: Rman List

Hybrid View

  1. #1
    Join Date
    Jan 2003
    Location
    Bahrain
    Posts
    109

    Rman List

    Hi all,

    I am running RMAN with recovery catalog. I took the whole database backup with controlfile using the following command


    Rman target sys/winter catalog rman/rman@rman

    rman> run
    {
    allocate channel c1 type disk;
    allocate channel c1 type disk;
    backup database include controlfile
    format 'c:\rmanbackup\%U' tag 'Fridayback';
    }

    It execute the above command successfully and also created four backuppieces in c:\rmanbackup

    But when I give

    list backup;

    It is showing
    RMAN-03022-Compiling command: List

    But I am not getting any output

    Can anyone guide me to find out my problem?

    Seelan

  2. #2
    Join Date
    Jan 2003
    Location
    Bahrain
    Posts
    109
    Hi all,

    I found the error. It was because of the system date problem. I have changed the system date to current date. Now I am getting the output.

    Thanks
    Seelan

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