RMAN MONTHLY/WEEKLY/DAILY backups

Hi,
Using RMAN how can I schedule MONTHLY/WEEKLY/DAILY backups.
We are using TIVOLI for our backups.
I want to keep the monthly/weekly backups in seperate tapes so that I can use later.
Thanks in advance.

Hi,
You will nedd to create 3 RMAN backups using TAGs and congifure Tivoli to put MONTHLY/WEEKLY/DAILY backup on different tapes using the TAGs that you created.
Example of backups:
DAILY
run{
allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
backup
incremental level 1
format 'BKP_HOT_DAILY_SID_%U'
database
tag 'DAILY_SID';
backup current controlfile format 'BKP_CTL_DAILY_SID_%U';
WEEKLY
run{
allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
backup
incremental level 0
format 'BKP_HOT_WEEKLY_SID_%U'
database
tag 'WEEKLY_SID';
backup current controlfile format 'BKP_CTL_WEEKLY_SID_%U';
MONTHLY
run{
allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
backup
incremental level 0
format 'BKP_HOT_MONTHLY_SID_%U'
database
tag 'MONTHLY_SID' keep forever logs;
backup current controlfile format 'BKP_CTL_MONTHLY_SID_%U';
Best Regards,
Paulo Portugal.

Similar Messages

  • About APEX Calendar views (monthly, weekly, daily)

    Hi,
    How can I display a DAILY APEX CALENDAR?
    I read in some APEX-related articles that it is possible to have 3 different views: monthly, weekly, and daily.
    example 1. http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    example 2. http://examples.apex-evangelists.com/pls/apex/f?p=286:29:0:::::
    I tried to follow the directions given in one of those examples but I found out that the tags in my local environment differ from the ones shown in the example. I don't have the MONTHLY CALENDAR, WEEKLY CALENDAR and DAILY CALENDAR tabs mentioned in the example.
    Please help.

    Hi user10284066,
    Thank you for mentioning this link http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    in this forum. Helped a lot.
    For people who want to know where to find these tabs,
    Home>Application Builder>Application XXX>Shared Components>Templates
    select calendar and you must see those(monthly, weekly, daily) tabs under
    Home>Application Builder>Application XXX>Shared Components>Templates>Edit Calendar Template
    or upgrade to a newer version

  • InfoObject that stores "Yearly/Monthly/Weekly/Daily"

    Hi,
    I'm looking for a standard object that stores values Yearly/Monthly/Weekly/Daily etc.
    It could also be Year / Month / Week etc...
    Do you know of such an Standard Content InfoObject?
    Thanks in Advance
    Rudolph

    Calendar Year                    0CALYEAR
    Calendar Year/Month          0CALMONTH
    Calendar Year/Week           0CALWEEK 
    Calendar day                      0CALDAY
    Calendar month                  0CALMONTH2
    Calendar year/quarter          0CALQUARTER
    Fiscal year                         0FISCYEAR
    Fiscal year / period             0FISCPER 
    Fiscal year variant               0FISCVARNT
    Halfyear                              0HALFYEAR1 
    Posting period                    0FISCPER3
    Quarter                             0CALQUART1
    Weekday                          0WEEKDAY1
    Hope this helps......

  • How do you create monthly/ weekly calendars in Visual web pack?

    Would anyone have suggestions on how you would create monthly/ weekly/ daily calendars as in the example below, and populate them with data from a database.
    http://coba.usf.edu/departments/isds/faculty/agrawal/projects/java/cal.gif
    This example is from Airset.
    Thanks
    Manish

    You might find the following blog entry useful:
    http://blogs.sun.com/divas/entry/calendar_components_in_visual_web

  • Calendar Link from monthly to daily

    I am using the APEX calendar which displays the events using the sql query from the table.
    The standard feature of APEX calendar displays the monthly, weekly & daily.
    Now what I need is a link on my monthly events which will take me to daily or weekly events display page of the standard APEX calendar.
    What i tired few options on calendar attributes -> column link. But didnt work. Can someone help me please.
    Regards,
    Nikhil Karnik

    hai eide...
    this is javascript ok..
    i am also having the same problem
    in plsql procedure anyway...
    write this script into javascript event handler 'OnClick' ok
    function open()
    window.open('url','mywindow','width=100,height=100,scrollbars=yes,resizeable=yes');
    open();
    it should work...
    regrds
    hai

  • RMAN weekly full backup and daily incremental backup script.

    Hallo! I would like to implement an Oracle 10g database backup policy where every Sunday night at 10 pm, a hot full compressed database backup is done, for every other day i.e. Monday to Saturday, a daily incremental compressed backup is done also at 10 pm.
    If anyone as an RMAN script that can perform such a backup, please provide me with it.
    Thanks.

    4joey1 wrote:
    Hallo! I would like to implement an Oracle 10g database backup policy where every Sunday night at 10 pm, a hot full compressed database backup is done, for every other day i.e. Monday to Saturday, a daily incremental compressed backup is done also at 10 pm.
    If anyone as an RMAN script that can perform such a backup, please provide me with it.
    Thanks.I would suggest you to try it by your own
    Use DBMS_SCHEDULER or cron job (I hope you're using Linux) to create a schedule which invokes rman script to take backup you want
    Try it and we'll help you
    "Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime"
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Require backup script which deletes the daily backups after weekly backup

    Hi,
    I am new to Oracle administration. I require a backup script which will delete the daily backups (incremental) after weekly backup is taken (full database backup).
    Currently I use Oracle 10g for one of my production server.
    My backup strategy is given below.
    I would like to take full database backup weekly(online). To be precise, on Saturday.
    I need to have daily incremental backup and they should get deleted on Saturday after the weekly full database backup is taken.
    Also I would like to keep 4 weeks full backups. After that one by one we need to delete the backup.
    For example, if I have 4 weeks fullbackup of February, after taking full backup for first week of March, the backup of first week of February should get deleted.
    Kindly help with your suggestions.
    Thanks & Regards,
    Rafnas

    Hi,
    Thank you for pointing to the blog. It was very much useful.
    I was testing the backup strategy using your script. It worked fine for first set of daily backups.
    After weekly backup is taken, the daily backup script fails for taking the backup from next day onwards.
    It gives the following error stack.
    Starting backup at 05-MAR-09
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 03/05/2009 01:47:55
    ORA-01455: converting column overflows integer datatype
    Could you please let me know why integer datatype comes into picture while taking backup?
    Please advice.
    Thanks & Regards,
    Rafnas
    Edited by: user10698483 on Mar 5, 2009 3:38 AM

  • How do TM daily backups transition to weekly backups ?

    How do TM daily backups transition to weekly backups is something I'm trying to figure out.
    As of Saturday Dec 1 at 0000 hrs I had daily backups for
    Oct 28
    I had none for Oct 29, 30 and 31
    Nov 1, 2, 3, 4, 5 and 6
    I had none for Nov 7 thru 14
    Nov 15 thru 30
    I've been tracking this info on an hourly basis via a crontab entry setup using CronniX.
    When TM did its hourly backup on Sat Dec 1 at around 0030 hours the Nov 1 daily backup was removed with TM reporting it had expired.
    When TM did its hourly backup on Sun Dec 2 at 0032 hours the Nov 2 daily backup was removed with TM reporting it had expired.
    Note that the Oct 28 backup is not being deleted/expired.
    At this rate from now on I'm wondering just how many of my November daily backups will get removed by TM is the wee hours of the morning at around 0030 hours!
    What I'm really curious to see is how TM designates a weekly backup.
    Has anyone seen a TM weekly backup show up yet and if so how is it labelled on the TM backup Volume and in the TM browser's date/time tick marks located vertical on the right had side ?
    Thanks....

    My thoughts on this at this time is that the Oct 28 daily backup contains all the necessary backup data that was contained in the Nov 1 and Nov 2 backups so therefore TM can expire/delete them with impunity. It will do this with the Nov 3, 4, 5, 6, etc until it finds some backed up daily data that does not exist in the Oct 28 backup. We will see as time moved forward.

  • Schedule the daily backup from Monday to Saturday?

    Dear all,
    I am the first time to scheduling the daily backup, I have following questions:
    1) My daily backup scripts in what format? for example: in sh format
    Run
         CONFIGURE CONTROLFILE AUTOBACKUP ON;
         CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
         allocate channel ch1 type disk format '/u02/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
         backup incremental level 1 cumulative database plus archivelog delete all input;
         delete noprompt obsolete;
         delete noprompt archivelog all backed up 2 times to disk;
         backup current controlfile;
         backup spfile;
         release channel ch1;
    2) I am not familiar with to using schedule job, I know following structure.
    Minute hour [Day of Month] [Month] [Day of Week]
    Minute (0)
    Hour (24)
    Day of month (??)
    Month (every month)
    Day of week (0-6) 0 = Sunday, 1 = Monday, ... or Sun, Mon, etc)
    Command to execute (how to execute the command)
    Best Regards,
    Amy

    Hi,
    Firstly, if you are using recovery catalog, then create rman scripts and In case you dont have recobery catalog, then add the backup script in the .sh file .
    Then create .sh file and not to forget add environment variable for oracle in that .sh file.
    Then schedule that file with cron and format you know for the cron.
    Make sure cron is started on the machine.
    Example for .sh file is
    export ORACLE_SID=<ORACLE_SID>
    export path=<ORACLE_PATH>
    rman<<EOF
    connect target sys/<password
    run{
    body
    but the best way is to go for rman backup scripts using recobery catalog
    THanks,
    Navneet

  • Monthly and Yearly backups not working for Protection Group?

    Hi
    We have a Protection Group with 160 members currently attached to it. The group has the following customized Recovery Points:-
    - 1 recovery point every 1 day for the last 2 weeks, 1 recovery point every 1 month for the last 60 months and 1 recovery point every year for the last 5 years.
    The schedule is as follows:-
    - Every Day at 01:00, Every Month on First Day at 01:00 and Every 12 Months on 01 January at 01:00.
    The daily tape backups are working fine without issue but neither the Monthly or Yearly backups are being attempted. We have checked the monthly backups for this issue for the last few months and are unable to see any evidence of the Monthly schedule even
    running? This means that we are having to manually label the Daily tapes once a month as Monthly tapes but they will then stay on the Reports for the next 5 years as DPM will constantly request these tapes back.
    Are you able to help with this matter?
    Not that we really want to do this but if we removed the group completely and re-create it would this cause problems with our restore points?

    Hi,
    This is a known issue that can occur in all current versions of
    DPM including DPM 2012, to correct the condition, you simply need to perform this step. Any time before the next scheduled (monthly or longer) backup, manually update
    the long term backup schedule by hitting the MODIFY button.  The code that runs when modifying the backup schedule redoes the bacup schedules and it fixes the scheduling issue. 
    Below is a DPM Power-shell script that will show you the scheduled backups for all recovery goals for all protection groups.  You can see the last time each recovery goal ran, and the NEXT run time, so you can monitor
    the goals and re-fix them if necessary.
    NOTE: It takes about 20-30 minutes before the fixed next run time schedule will be populated after modify the protection group and updating the schedule.
    # This script will list all currently scheduled backup to tape jobs #
    # It will list scheduled, last run and next run dates #
    # Note: The script takes in consideration that the DPM Database was installed locally on its #
    # Default instance. If SQL is installed on a different location/instance, edit the line #
    # that starts with $instance = '.\msdpm2010 #
    # Author : Wilson Souza #
    # Date Created : 1/13/2012 #
    # Last modified : 1/17/2012 #
    # Version : 1.0 #
    # This version of the script was only tested on DPM 2010 #
    param([string] $verbose)
    add-pssnapin sqlservercmdletsnapin100
    Add-PSSnapin -Name Microsoft.DataProtectionManager.PowerShell
    $ConfirmPreference = 'None'
    cls
    $instance = '.\msdpm2010' # <---- If DPM Database is on a different location, edit this line accordinly
    $query = "use DPMDB
    go
    CREATE FUNCTION label (@GUID varchar(36), @kindred varchar(4), @vault varchar(8))
    returns varchar (1024)
    as
    Begin
    declare @result varchar (1024)
    select @result = vaUltlabel from tbl_mm_vaultlabel where mediapoolid = @GUID and generation =
    case @kindred
    when 'Fath' Then '2'
    when 'Gran' then '1'
    when 'grea' Then '0'
    end and
    vault =
    case @vault
    when 'Offsite1' then '3'
    when 'Offsite2' then '4'
    when 'Offsite3' then '5'
    when 'Offsite4' then '6'
    when 'Offsite5' then '7'
    when 'Offsite6' then '8'
    when 'Offsite7' then '9'
    else
    '1'
    end
    RETURN @result
    END
    go
    use DPMDB
    select ScheduleId as name
    ,def.JobDefinitionId as JD
    ,FriendlyName as PG
    ,SUBSTRING (CONVERT(VARCHAR(10),active_start_date),5,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),active_start_date),7,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),active_start_date),1,4) as SD
    ,jobs.date_created as SCD
    ,SUBSTRING (CONVERT(VARCHAR(10),last_run_date),5,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),last_run_date),7,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),last_run_date),1,4) + ' ' +
    SUBSTRING (CONVERT(VARCHAR(6),last_run_time),1,2) + ':' + SUBSTRING (CONVERT(VARCHAR(6),last_run_time),3,2) + ':' + SUBSTRING (CONVERT(VARCHAR(6),last_run_time),5,2) as LRD
    ,SUBSTRING (CONVERT(VARCHAR(10),next_run_date),5,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),next_run_date),7,2) + '-' + SUBSTRING (CONVERT(VARCHAR(10),next_run_date),1,4) + ' ' +
    SUBSTRING (CONVERT(VARCHAR(6),next_run_time),1,2) + ':' + SUBSTRING (CONVERT(VARCHAR(6),next_run_time),3,2) + ':' + SUBSTRING (CONVERT(VARCHAR(6),next_run_time),5,2) as NRD
    ,dbo.label ((substring(xml,(patindex('%MediaPoolId%',Xml))+13,36)), (substring(xml,(patindex('%generation%',Xml))+12,4)), (substring(xml,(patindex('%vault%',Xml))+7,8))) as TL
    ,case
    when substring(xml,(patindex('%vault%',Xml))+7,3) = 'off' then 'Long-Term'
    else 'Short-term'
    end as STLT
    ,case
    when substring(xml,(patindex('%generation%',Xml))+12,4) = 'Fath' then 'Recovery Goal 1'
    when substring(xml,(patindex('%generation%',Xml))+12,4) = 'Gran' then 'Recovery Goal 2'
    when substring(xml,(patindex('%generation%',Xml))+12,4) = 'Grea' then 'Recovery Goal 3'
    end as RG
    from tbl_SCH_ScheduleDefinition sch
    ,msdb.dbo.sysjobs jobs
    ,tbl_JM_JobDefinition def
    ,DPMDB.dbo.tbl_IM_ProtectedGroup prot
    ,msdb.dbo.sysjobschedules jobsch
    ,msdb.dbo.sysjobsteps jobsteps
    ,msdb.dbo.sysschedules syssch
    where CAST(sch.ScheduleId as NCHAR (128)) = jobs.name
    and def.JobDefinitionId = sch.JobDefinitionId
    and def.ProtectedGroupId = prot.ProtectedGroupId
    and jobs.job_id = jobsch.job_id
    and jobs.job_id = jobsteps.job_id
    and jobsch.schedule_id = syssch.schedule_id
    and (def.Type = '913afd2d-ed74-47bd-b7ea-d42055e5c2f1' or def.Type = 'B5A3D25C-8EB2-4032-9428-C852DA5CE2C5')
    and sch.IsDeleted = '0' and def.ProtectedGroupId is not null
    order by FriendlyName, next_run_date, next_run_time
    go
    drop function label
    go"
    $result = Invoke-Sqlcmd -ServerInstance $instance -Query $query
    $count = 1
    write-host " The list below shows all scheduled backup to tape jobs (short term and long term)" -f green
    write-host
    if ($verbose.ToLower() -eq '')
    write-host " For optimun output, set PoweShell Width for screen buffer size to at least 200" -f yellow; write-host
    write-host
    write-host " Protection Group name Creation Date [Schedule Creation Date] [Last Run Date / time] [Next Sched Run Date/time] Goal type Recovery Goal # Custom Tape Label"
    write-host " ------------------------------ ------------- ------------------------ ---------------------- -------------------------- ---------- --------------- -----------------"
    foreach ($result1 in $result)
    if ($color -eq 'white') {$color = 'cyan'} else {$color = 'white'}
    write-host ("{0,2}"-f $count) -foreground green -nonewline
    write-host ( " - {0,-30} {1,-13} {2,-24} {3,-24} {4,-27} {5,-10} {6,15} " -f $result1.PG, $result1.SD, $result1.SCD, $result1.LRD, $result1.NRD, $result1.STLT, $result1.RG) -nonewline -f $color
    write-host $result1.TL -f yellow
    $count++
    else
    write-host " For optimun output, set PoweShell Width for screen buffer size to at least 110" -f yellow; write-host
    write-host " Protection Group Term Goal Tape Label"
    write-host " ------------------------------ ---------- --------------- --------------"
    foreach ($result1 in $result)
    if ($color -eq 'white') {$color = 'cyan'} else {$color = 'white'}
    write-host ("{0,2}"-f $count) -foreground green -nonewline
    write-host ( " - {0,-30} {1,-10} {2,15} " -f $result1.PG, $result1.STLT, $result1.RG) -nonewline -f $color
    write-host $result1.TL -f yellow
    $count++
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.
    I cant seem to get this script to run.. can someone point out what might be missing..
    I've tried creating a shortcut like the following as well:
    Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -File "C:\Program Files\Microsoft
    DPM\DPM\bin\dpmcliinitscript.ps1" "C:\Data\scripts\scheduledjobs.ps1"
    Start in: "C:\Program Files\Microsoft DPM\DPM\bin\"
    If i run as admin in just takes you to a command line prompt in PS..
    Any thoughts on what is missing here.. i've modified the ps1 to reflect 2012 in my case.. 2012 R2
    DPM
    Tech, the Universe, Everything: http://tech-stew.com
    Ok, the 1.6 script works.. but only if i run it from the ps1 script file.. by right clicking it and doing the Run with Powershell option (non admin).. my shortcut doesnt work.. same issue.. it just goes to a power shell prompt.  The right click and
    run is non admin mode as well.
    When I run it with the right click it shows no jobs scheduled.. If i look in dpm 2012 r2 i see a yearly tape backup scheduled for today.. the script doesnt show me a way to also get the monthly to appear (i've set the monthly for a day later but it doesnt
    appear in the scheduled tasks for next 7 days).. i was under the impression this script would help force the monthly to appear/run.. but even the yearly that does show in DPM scheduled tasks isnt showing up with the script (maybe admin issue?)
    Tech, the Universe, Everything: http://tech-stew.com

  • Co-location for daily backup

    I have created a protection group for file server and taking backup of a share on tape drive.
    under protection method--> I chose I want short-term protection using : tape
    retention range: 1 week
    frequency of backup: daily
    backup mode: full and incremental
    so full backup on Saturday and other days incremental backup.
    I have around 700 GB data size.
    I have shortages of tape. from recovery option: I saw in this month on 12thOct, on Saturday it run full backup. It took one tape [say tape 1]
    on the next 6 days it run incremental backup on another tape.[say tape 2]
    again on Saturday for full backup it took tape 3 [tape 3]
    again to run incremental backup it is asking for free tape. and back up failed.
    in this way I am wasting space on tape. data size is 700 GB, tape size is around 3 TB.
    I can see there is option in 'optimize usage' where I can mention under advanced. write period and expiry tolerance.
    i believe I need to modify these settings.  please suggest if i want daily incremental backup and full backup on Saturday with 1 week retention and reuse the same tape or second tape instead of waiting for more tapes

    Hi,
    It is currently working as designed for tape library.
    See the following TechNet page:
    How DPM Uses Tape Libraries
    http://technet.microsoft.com/en-us/library/hh757885.aspx
    Short-term tape "full and incremental" option
    The full backup will require a free tape for each scheduled job, and the incremental backup for all data sources will be appended to a single separate tape.
    As tapes fill up, new free tapes will be allocated.
    When the next full backup occurs, it will require another free tape, and subsequent incremental backups will be appended to another free tape.
    So basically, you will need three sets of tapes for a 1 week retention range.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Accessing Time Machine Daily Backups

    I am trying to restore a file a week old. The scale on the right of Time Machine goes back to April 2009, which indeed when I set it up. But the tick marks for daily backups are grayed on the scale and I can't seem to access them. The hourly backups are fine. (BTW, I noticed that daily backups are grayed in one of apple's documentation screenshots, too). I have a 5G Time Capsule, which is only half full, and I have never got any message that early backups are being deleted. I think I am being stupid, but I am stumped.

    First, Time Machine does "thin" current backups:
    Your very first backup, and the first backup of the same day of each week is kept for as long as there's room.
    The first backup of each other day is kept for a month; all others are kept for 24 hours.
    You'll only get a message when TM is deleting the oldest weeklies to make room for new ones.
    Most likely, what you're seeing with the grayed-out backups is, what you see in Time Machine may depend on how you get there. Start with a Finder window pointed to your home folder, and with both a sidebar and toolbar; then +Enter Time Machine+ and see if the other backups are there.
    If, for example, you're starting from Mail, with a fairly new mailbox selected, and +Enter Time Machine,+ only those backups made since that mailbox was created will be shown; earlier backups will be grayed-out.
    If that doesn't help, try #E2 in the Time Machine - Troubleshooting *User Tip* at the top of this forum.

  • TS4585 I got this message on my ipad "This iPad hasn't been backed up in 2 weeks. Backups happen when this iPad is plugged in, locked, and connected to Wi-Fi.

    I have this message on my iPad and the device hungs. I cannot do anything with it, including powering off.
    "This Ipad hasn't been backed up in 2 weeks. Backups happens when this Ipad is plugged in, locked, and connected to Wi-Fi."
    Does anyone have an idea how to solve this problem?
    Many thanks/Jeremy

    The system error basically should lead to the culprit of your issue. iCloud will ONLY automatically back-up to the cloud if all of the following are met:
    1) iDevice is plugged in to the wall outlet/power source.
    2) iDevice is connected to a WiFi network; iCloud does not back up over 3G/DATA networks to limit the data caps on most carries nowadays.
    3) iDevice has been locked and innactive - usually takes place when one is sleeping.
    Make sure all three of these are in fact in effect. If you are noticing that it has gone 2+ weeks unable to backup automatically, I would recommend navigating to the iCloud settings panel on your iPad.
    Tap on Settings -> iCloud
         On this screen I would advise for you to scroll all the way to the bottom and selete Delete Account.
    *THIS WILL NOT DELETE YOUR BACKUPS, JUST REMOVE THE ACCOUNT ASSOCIATION FROM YOUR iPAD**
    After this has gone through, sign back into iCloud and manually do a backup by selecting Storage & Backup and scrolling down to select the Back Up Now option. Once this is complete, use your iPad as you would. Over the course of the next few days, go back to where that Back Up Now option was and below it you will see when the last backup was done. This should be changing almost daily if the mentioned measures earlie in my response have been met.
    Should this not solve your problem then due let me know. But to my knowledge, this has solved my iCloud issues with my iPhone 4S and my iPhone 5.

  • Default selection on current month, week and date

    Hi,
    We are on Dashboard 4.1 sp3 the same version as BI.
    The dashboard report is using LiveOffice connection. We are now facing an issue with default selection on current month, week and date.
    The dashboard report drilled down from month, to week, then to date. The dashboard feed -live office report is on month/week/date ascending order - becuase we have running average calcualtion on LO report, it seems have to be in ascending order to get the correnct runnning average.
    I tried to on Insertion to change default seletion, it works on month, but it doesnt working on week and daily.
    but when LO report is on ascending order, on dashboard column chart the default selection is not on the current month, week and date.
    Is there a way to solve the issue. Could anyone please help.
    Thanks,

    Hi Suman,
    Thanks for the quick reply.
    Do you mean I Enable sorting -by categrory labels on Behaviour - common tab.
    Thanks,

  • Daily Backup

    Dear all ,
    Today i am first time implementing daily backup for oracle 10g on rehl5.5. I completed RMAN Configuration.
    Now I made script for daily backup in which i include RMAN commands and this commands run successfully in RMAN according to my requirement.
    The problem is i don 't know how to run this dbackup.sh file using crontab.
    So please guide me how i can execute this file on daily basis.
    Thanks in advance
    Edited by: abdul moyed on Feb 27, 2012 4:35 PM

    Hello;
    To run daily at 4PM
    00 16 * * 0-6 /u01/app/oracle/dba_tool/PRIMARY/db_rman_full.sh > /tmp/PRIMARY_rmanfull.outThe top of my script call an "env" which is needed for the crontab otherwise the script will fail
    #!/bin/bash
    # Name: db_rman_full.sh
    # Purpose: Database rman backup
    # Usage : db_rman_full <DBNAME>
    . /u01/app/oracle/dba_tool/env/PRIMARY.env
    echo "Starting RMAN..."
    $ORACLE_HOME/bin/rman target / catalog <user>/<password>@catalogdb <<EOF/u01/app/oracle/dba_tool/env/PRIMARY.env ( looks likes )
    ORACLE_BASE=/u01/app/oracle
    ULIMIT=unlimited
    ORACLE_SID=PRIMARY
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    TNS_ADMIN=$ORACLE_HOME/network/admin
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    export TERM=vt100
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    export ORACLE_HOME
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    export TNS_ADMIN
    export PATHChange as need for your setup.
    Please consider closing some of your old questions to keep the forum clean.
    Best Regards
    mseberg

Maybe you are looking for

  • Having problem in recognising file using utl_file package..

    Hi, I am using utl_file utility to read the CSV file, utl_file.fopen function is useed to open file. This fopen function has three input parameters, second parameter is file name. My problem is that, i have to read file on daily basis. File name will

  • COPA document not generating - very very urgent

    Hi to all, I configured COPA and our scenario is Make to order. While doing of billin copa document is not generating. I went to KE4S to transfer billing documents to copa manually it is saying that " document XXXXXXXXXXXX is not profit related and t

  • WebLogic MBean help

    Hi I want to know what is the value or how to get the value for "cursorHandle" parameter in the weblogic.management.runtime.JMSDestinationRuntimeMBean.getCursorSize() and value for "selector" parameter in weblogic.management.runtime.JMSDestinationRun

  • Quarter Page Booklet

    Hello, Thank you in advance for your help. I'm still very new to InDesign and have been trying to figure this out for two weeks! I am trying to make a quarter page booklet in InDesign. When I print I'd like to cut a letter size sheet of paper in half

  • Dlt problems

    I just had to re-install Solaris 8 x86 on a Proliant 3000, and started having problems with the DEC DLT 15/30 drive. Whenever I try to read data from the drive, I get the error "DLT options value invalid bits set: 0x4000" and the drive cleaning light