CRONTAB_RMAN

Hi All,
  I need to take RMAN full backup by every Sunday night and Wednesday night . I have the netbackup script which will take the backup to media.
Question is:
1. We have 15 - backup scripts for 15 DB in that server , so if i configure crontab for backup do i need to give all 15 scripts one by one or (*) will work .
    ie) 00 20 * * 3,7 /app/oracle/rman/scripts/hot_db_<sid>.sh     instead of this if i give  :  00 20 * * 3,7 /app/oracle/rman/scripts/hot_db_*.sh then it will works fine or not ?
2. Already my backup will create .output file in the same location , do i need to give output file location in crontab using( > ) ?
3. Also please tell me is the above crontab timing is correct ? (3,7) for Wednesday and Sunday 8pm? so Sunday is 0(zero) or 7 ?
Thanks in Advance,

We have 15 - backup scripts for 15 DB in that server
Why ? do scripts do different things from each other ? If not so, why not a single script with SID as parameter ? something like
ps -ef  |  grep smon  |  grep -v grep  |  awk -F_ '{print $3}'  |  grep -v +  |  while read SID
do
        <your script> $SID
done
or you can create a file with SIDs, and
cat SIDLIST | while read SID
do
      <your script>  $SID
done

Similar Messages

Maybe you are looking for

  • KN9 Platinum - is audio output via both SPDIF ports possible??

    I am looking at this board because it has both an optical and coaxial SPDIF output - can you tell me whether these can be plugged into and used simultaneously for HD Audio output. ie I want to be able to output a single digital audio stream from an a

  • I seem to have malware or adware installed with my latest update. How do I get rid of it?

    Ads are popping up all over...extra tabs open with "surveys". I have looked at all of the support posts and nothing seems to address how to get rid of this. I even trashed Firefox and reloaded. Same problem. This does not happen with Safari. I am rea

  • Splitting a Worksheet with Filter

    Hi there, I currently have a worksheet which is updated frequently that contains four columns: NAME, LOCATION, and INDUSTRY, SALARY. NAME is unique. LOCATION can take the value of Canada, Germany, UK, and US. INDUSTRY can take the value of Finances,

  • Tecra S2: Power Saver gives often an Error Code 0X40

    A fairly new Tecra S2 model PTS20E-01Y011DU gives often during use a fatal error in the Power Saver program with "this program will be closed" error code 0X40

  • Solaris 10 x86, Linux binairy compatiblity

    Where is the feature ? How does it works ? Where can I find documentation ? Sun is announcing this new feature with all its big Solaris 10 marketing but I can't find anything technical about it . Do you have an idea ?