DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Catalog command??

  1. #11
    Join Date
    Apr 2008
    Location
    Bangalore
    Posts
    96
    Thanks akhil......i will surely test it..

  2. #12
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Why are you concerned about registering a single archive log file?You should be concerned about the backup as a whole, and then if you have a good backup you can restore that anywhere. In case you weren't aware you can backup archive log files directly with the rest of you backup.


    run {
    SET COMMAND ID TO '${CURR_TIME}';
    backup as compressed backupset database
    format '${BACKUPDIR}/%d_%Y_%M_%D_%t_%s_%c_%p'
    tag '${HOSTNAME}'
    include current controlfile
    plus archivelog;
    }

  3. #13
    Join Date
    Apr 2008
    Location
    Bangalore
    Posts
    96

    Thumbs up

    Well Gandolf thanks for posting the reply...

    But you are not getting my question...The answer given by mahajanakhil in the previous reply is the one which is was looking for....


    Thanks again for your reply and valuable time...

    Cheers

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