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

Thread: Quick RMAN question

  1. #1
    Join Date
    Dec 2001
    Posts
    337

    Quick RMAN question

    Hi all,

    I have run a 'list backup' command via rman, however i would like to save the output to file. How is it possible to do so?

    Thanks in advance,
    Chucks_k

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    rman catalog u/p@rcvcat target / cmdfile=foo.rman > foo.out
    Jeff Hunter

  3. #3
    Join Date
    Jan 2004
    Location
    Paris, France
    Posts
    52
    rman catalog=u/p@RCAT target=/ @listbackyup.rman log=listbackup.log MSGNO

    with listbackup.rman
    list backup;

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