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

Thread: RMAN Configuration for 2 nodes RAC Database

Threaded View

  1. #25
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Can you paste the output of

    Code:
    select
      b.NAME,
      a.COMPLETION_TIME,
      a.MEDIA,
      a.STATUS,
      a.HANDLE
     from
      rc_backup_piece a,
      rc_database b
     where a.DB_KEY = b.DB_KEY
    and HANDLE  in 
    ('/makkdb1-bk/rman/4fiq9uj1_1_1',
    '/makkdb1-bk/rman/4giq9uko_1_1')
     order by b.NAME, a.COMPLETION_TIME, a.STATUS

    regards
    Hrishy
    Last edited by hrishy; 09-03-2007 at 08:07 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