The backup strategy

What would be the backup strategy for the following database:
Documentum application. The database keeps references to the files on filesystem. Both database and filesystem with documents should be in sync.
Using only the RMAN probably not the perfect solution here; I do not know whether it is possible to backup plain filesystem from it.
So far, I end up creating snapshots of the database and documents' file-structure when the database in hot-backup mode or down. The snapshot is the feature of the NetApp filer and once created it can be backed up on a conventional way by copying files to the backup media. The creation of the snapshot is also instantaneous so the down time for the application and database is minimal. The disadvantage of such method is in complicated recovery, but I did not find anything better than this so far. Any ideas will be appreciated.
Regards
Leonid

Hi.To building backup recovery strategy depend some reasons.This strategy must prevent and safe your database against media fails(disk problem) user fails(human errors).Therefore firstly place your database in archivelog mode as:
sqlplus "/as sysdba"
shutdown immediate;
startup mount;
alter system set db_recovery_file_dest='flash_recovery_area'
/*(recommended that backups including all archivelogs placed in FRA)*/
alter database archivelog;
alter database open; Also you can take every day incremental backup using RMAN and weekend you can take full(level 0) backup
rman target /
run{
backup incremantal level 1 for recover of copy with tag 'incr_db' database ;
recover copy of database with tag 'incr_db';
}and enable flashback on for user errors.In additionally you can use dataguard,create standby database.Using this way you prevent your database against disasters. For more information see below links;
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/strategy.htm#i1005311
http://download.oracle.com/docs/cd/B14117_01/server.101/b10823/create_ps.htm

Similar Messages

  • Is this the backup strategy easily recoverable??

    hi,
    I m not good at backup recovery tasks, i have to set an AUTO backup strategy for HOTEL MANAGEMENT SYSTEM in ORACLE 11g R2.
    the strategy is:
    The database is in archive log mode, the backup is through backup set.
    Weekly 1 full online backup at night and daily incremental backup of datafiles,control file, spfile and archives.
    is this the backup strategy easily recoverable and how??

    Bilal Tahir wrote:
    hi,
    I m not good at backup recovery tasks, i have to set an AUTO backup strategy for HOTEL MANAGEMENT SYSTEM in ORACLE 11g R2.
    the strategy is:
    The database is in archive log mode, the backup is through backup set.
    Weekly 1 full online backup at night and daily incremental backup of datafiles,control file, spfile and archives.
    is this the backup strategy easily recoverable and how??It's easily recoverable - if you have properly protected your backupsets and if you have practiced several different recovery scenarios. And by "practice" I mean actual, hands on recovery in a test environment. 2:00 am with the production system down is not the time to start "practice" or to discover some weakness in your backup strategy.
    And the fact that it is a HOTEL MANAGEMENT SYSTEM (why the shouting, btw) is really irrelevant. To oracle, it's all just data. Hotel management data is no different than automobile manufacturing data.

  • What is the backup strategy for your rpool?

    Hi all,
    May I know what is your backup strategy for rpool? like how to integrate with the netbackup or any other backup software
    Is it using zfs send a data stream to a file and backup that file using backup software??
    Aside the above method, can we also use the UFS method?
         backup software to backup entire / /var..........  etc....
         1. re install the OS
         2. install the backup client
         3. create a zpool (rpool-restore)  using a 2nd disk,
         4. mount the new zpool  (rpool-restore) to /restore
         5. restore all the file in  /restore
         6. install boot blk,
         7. boot from 2nd disk
    Any more idea?

    HI Willy,
    According to the Flash Archives limitation stated in Oracle website, if the OS is with a child zone, it will not work right?
    http://docs.oracle.com/cd/E19253-01/821-0436/6nlg6fi8u/index.html
    I am thinking that using the traditional way to do it.
    Use a backup software, for example, networker, TSM, netbackup.. to back up the following:
    /rpool
    /export/
    /export/home
         1. re install the OS
         2. install the backup client
         3. create a zpool (rpool-restore)  using a 2nd disk,
         4. mount the new zpool  (rpool-restore) to /restore
         5. restore all the file in  /restore
         6. install boot blk,
         7. boot from 2nd disk
    will it still works?

  • Backup strategy for ebs R12?

    Hi,
    I have a couple of questions regarding to backup strategy for ebs R12.
    Let's say that we have one application server and one database server running, and we would like to have a backup periodically for both servers.
    This means that we want to have the exactly same backup of configurations and other files for the application server and the database server in case of any fatal crashes in the servers.
    I went through some discussion threads and it seems common way is to use RMAN for the data of database and file system copy for application and database servers. But, I would like to know what's the best way or recommended way for the backup strategy for data and server files of Oracle e-business suite.
    Do you guys have any suggestion for this?
    Thanks in advance.
    Cheers,
    SH

    Hi SH;
    I suggest check first our previous discussion
    backup and recovery startegy for EBS
    Re: Backup System
    Backup Policy for EBS can
    If you make search you can find many other thread which is mention same question
    For your issue basicly what we do
    1. For our prod db, if possible we take weekly cold backup(sunday) and take rman backup also daily(full backup, but it depends system you can prefer to take incremental)
    2. For our system we take file system backup weekly(OS base)
    3. For application we take backup every sunday(for some system 15 days or 30 days period). The most important point here if your system prod, and if you need to apply patch to your system you need to have valid backup and also need backup for after patching
    One other important issue is we run preclone sh before take backup for apps and db tier
    Regard
    Helios

  • SMD Diagnostics Agent Backup Strategy?

    Posting this question here as well as the Solution Manager forum since we're running SAP on the iSeries.
    My organization has just started deploying SMD agents across our SAP landscape and we're considering how this new component (the agent) fits in our backup strategy. Should the agents even be included in our periods backups? They're small, easy to reinstall if necessary, and don't store any data, but would have to be re-registered. Any other backup consideration? We're interested in how other organizations have dealt with this question, thanks for your input!
    Robert Garst
    Perrigo SAP Basis Team

    Hi Robert,
    as you already supposed I wouldn't include SMD agents in the backup strategy since they are little and don't store data. What's important is the central Solution Manager System itself. There the data reported by SMD agents is used and stored.
    Best regards,
    Christoph

  • Questions on Oracle EBS backup strategy

    Hi all,
    Currently I am planning the backup strategy for the EBS. May I know apart from backup the database using RMAN, is there anything (e.g. log files) that I need to backup such that I can fully restore the system?
    Thanks a lot in advance.
    Alex

    I see that this is your first post, and you have not searched on this forum or on google about n-number of responses to your question that various people have already asked.
    You didn't mentioned the applicaiton version you are using.
    Anyways, you need to take the complete backup of the application tier directories i.e., appl_top, common_top, inst_top, etc.

  • Defining a backup strategy

    Hello all,
    I have to help someone to implement a backup strategy on a database.
    Before defining the backup strategy I'm doing a document with some questions that the clients needs to answer, so I can recommend the most adequate backup strategy.
    I will leave here the questions that I think are useful to ask. Please help me out with this by correcting or adding or discussing questions:
    Questions to the client:
    - What type of database do you have (data warehouse, transactional,...)?
    - Whats the size of the database and what is the expected growth per month/ year ?
    - How much information is inserted/updated into the database per day/month?
    - What type of backups do you need? daily? weekly? ...
    - What MTTR (mean time to recover/repair) do you need for the database?
    - How will the backups be done? to the hard drive? to tape? ....
    - Do you have a backup agent? If so, witch one do you have? Does the agent has its own scripts or do we need to create them ourself.
    - Does the database works 24x7, or can it have any downtime for backup?
    I really apreciate you help.

    A good start point is the reading of Best Practices for Oracle Database 10g Backup and Recovery which discuss against three important questions :
    • How quickly should recovery complete for a datafile, tablespace, and database?
    • What is the tolerance for data loss?
    • How far back should backups be kept to satisfy the data retention policy?
    Nicolas.

  • Long-term  retention backup strategy for Oracle 10g

    Hello,
    I need design a Archivelog, Level 0 and Level 1 long-term retention backup strategy for Oracle 10g, It must be based in Rman with tapes.
    ¿Somebody could tell me what it's the best option to configure long-term retention backups in Oracle?, "CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1825 DAYS;" It's posibble ?
    Regards and thanks in advance

    Hello;
    RECOVERY WINDOW is an integer so yes its possible. Does it make sense?
    Later My bad, this is Oracle 11 only ( the gavinsoorma link ) . Getting harder and harder to think about 10. Don't think I would use RECOVERY WINDOW.
    I would let the tape backup system handle the retention of your rman backups.
    Using crosscheck and delete expired commands you can keep the catalog current with the available backups on tape.
    Oracle 10
    Keeping a Long-Term Backup: Example
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmbackp.htm#i1006840
    http://web.njit.edu/info/oracle/DOC/backup.102/b14191/advmaint005.htm
    Oracle 11
    If you want to keep 5 years worth of backups I might just use KEEP specific date using the UNTIL TIME clause :
    keep until time 'sysdate+1825'More info :
    RMAN KEEP FOREVER, KEEP UNTIL TIME and FORCE commands
    http://gavinsoorma.com/2010/04/rman-keep-forever-keep-until-time-and-force-commands/
    Best Regards
    mseberg
    Edited by: mseberg on Dec 4, 2012 7:20 AM

  • Need Advice on Backup strategy

    Hi,
    Database version:10.2.0.
    Database Size:60GB.
    Daily Updation Approximately :2GB.
    I need some advice on my backup strategy.
    My backup startegy:
    Monthly Once, Date: 1 Full backup (Incremental level 0).
    Daily Incremental level 2 backup from Date: 2 to 6.
    Weekly Once Incremental leve 1 backup on Date:7.
    Daily Incremental level 2 backup from Date:8 to 13.
    Weekly Incremental level 1 backup on Date:14.
    Daily Incremental level 2 backup from Date:15 to 21.
    Weekly Incremental level 1 backup on Date:22.
    Daily Incremental level 2 backup from Date:23 to 28.
    Weekly Incremental level 1 backup on Date:29.
    My system requirments are i have only 70GB disk to store the backups, i can store only the full backup in it.So what i am doing is, Am storing the full backup in my disk and am transfering the Incrmental level 1(weekly Once backup) to the Tape and deleting the Daily level 2 backups, after taking that weekly backup.
    Is my strategy correct or should i do anything different plz give me some advice.
    TIA,

    This backup strategy doesn't look bad. However the 70G of free space will be a pain in the neck. I suggest you to increase storage. Have you considered archivelog too? This average 2G daily transaction rate will increase storage requirements, sooner or later, so backup storage requirements.
    ~ Madrid

  • Error: "This backup is too large for the backup volume."

    Well TM is acting up. I get an error that reads:
    "This backup is too large for the backup volume."
    Both the internal boot disk and the external baclup drive are 1TB. The internal one has a two partitions, the OSX one that is 900GBs and a 32GB NTFS one for Boot Camp.
    The external drive is a single OSX Extended part. that is 932GBs.
    Both the Time Machine disk, and the Boot Camp disk are excluded from the backup along with a "Crap" folder for temporary large files as well as the EyeTV temp folder.
    Time Machine says it needs 938GBs to backup only the OSX disk, which has 806GBs in use with the rest free. WTFFF? The TM pane says that "only" 782GBs are going to be backed up. Where did the 938GBs figure come from?
    This happened after moving a large folder (128GB in total) from the root of the OSX disk over to my Home Folder.
    I have reformated the Time Machine drive and have no backups at all of my data and it refuses to backup!!
    Why would it need 938GBs of space to backup if the disk has "only" 806 GBs in use??? Is there anyway to reset Time Machine completely???
    Some screenshots:
    http://www.xcapepr.com/images/tm2.png
    http://www.xcapepr.com/images/tm1.png
    http://www.xcapepr.com/images/tm4.png

    xcapepr wrote:
    Time Machine says it needs 938GBs to backup only the OSX disk, which has 806GBs in use with the rest free. WTFFF? The TM pane says that "only" 782GBs are going to be backed up. Where did the 938GBs figure come from?
    Why would it need 938GBs of space to backup if the disk has "only" 806 GBs in use??? Is there anyway to reset Time Machine completely???
    TM makes an initial "estimate" of how much space it needs, "including padding", that is often quite high. Why that is, and Just exactly what it means by "padding" are rather mysterious. But it does also need work space on any drive, including your TM drive.
    But beyond that, your TM disk really is too small for what you're backing-up. The general "rule of thumb" is it should be 2-3 times the size of what it's backing-up, but it really depends on how you use your Mac. If you frequently update lots of large files, even 3 times may not be enough. If you're a light user, you might get by with 1.5 times. But that's about the lower limit.
    Note that although it does skip a few system caches, work files, etc., by default it backs up everything else, and does not do any compression.
    All this is because TM is designed to manage it's backups and space for you. Once it's initial, full backup is done, it will by default then back-up any changes hourly. It only keeps those hourly backups for 24 hours, but converts the first of the day to a "daily" backup, which it keeps for a month. After a month, it converts one per week into a "weekly" backup that it will keep for as long as it has room
    What you're up against is, room for those 30 dailies and up to 24 hourlies.
    You might be able to get it to work, sort of, temporarily, by excluding something large, like your home folder, until that first full backup completes, then remove the exclusion for the next run. But pretty soon, it will begin to fail again, and you'll have to delete backups manually (from the TM interface, not via the Finder).
    Longer term, you need a bigger disk; or exclude some large items (back-them up to a portable external or even DVD/RWs first); or a different strategy.
    You might want to investigate CarbonCopyCloner, SuperDuper!, and other apps that can be used to make bootable "clones". Their advantage, beyond needing less room, is when your HD fails, you can immediately boot and run from the clone, rather than waiting to restore from TM to your repaired or replaced HD.
    Their disadvantages are, you don't have the previous versions of changed or deleted files, and because of the way they work, their "incremental" backups of changed items take much longer and far more CPU.
    Many of us use both a "clone" (I use CCC) and TM. On my small (roughly 30 gb) system, the difference is dramatic: I rarely notice TM's hourly backups -- they usually run under 30 seconds; CCC takes at least 15 minutes and most of my CPU.

  • Need help with backup strategy

    So my 2 TB backup drive failed this morning.  I'm using a Seagate drive in an OWC external enclosure.  I plugged it in and the drive didn't pop-up on the desktop, nor is it visible in Disk Utility.
    I know that all drives eventually fail, but it seems like I've had more than my fair share of problems lately.  This is of course making me think hard about my backup strategy.  Here's what I'm doing now - I'd appreciate your thoughts on how to make it even more "bulletproof".
    > TimeMachine back-up of boot drive and media drive (with photos, documents, movies, etc.)
    > External clone of boot drive and media drive (on two partitions) - this is the one that failed
    I suppose I could add a third external clone for redundancy, but an offsite backup would probably be even better.  Not quite sure what the best option is there, though.  Any ideas?

    I too love automation. However, an automated backup requires the backup drive to be always connected (and maybe powered) in order to perform the backup. Also, the computer you speak of must remain on (by the sounds of it) 24/7 in order to do a nightly back up at midnight.
    First of all, it probably is not the best to leave your puter on 24/7. I won't go into all the OS reasons why. But here are 2 other reasons to think about:
    1) Your internal HD will always be powered, bad on drives
    2) You are constantly using power to run your system. Not good for your power bill or the greater environment
    As for the always connected Backup HD- I only connect, and power on my backup when I go to do a backup. This leaves it disconnected in case of virus infection. And powered down/disconnected removes some of the risk of damage from power surges/spikes (yes I use a UPS, but these can/have failed)
    So to sum up: I back up everyday. What I do is after I am done working in LR for the day I shut it down, and than start it back up (ugh) so that I can back up my Library with all the work I just did (wish Adobe would do a back up upon closing!!!)
    Than I close down LR AGAIN..... Than I connect my Back up HD. Via usb, once connected it automatically powers up and fires up the back up software. All I do is hit start. Since this is an incremental back up it only takes a short while. I go use the "John" grab a drink, and come back unplug the Back up HD, and turn off the system for the day.

  • InfoProviders backup Strategy in SAP BW

    Hello;
        Does any one experienced a backup issue with BW especially when you would like to perform a risky modification. Is there any backup strategy that is supported by SAP for any modifcation senario, if it is a small modification or also a big one affecting one or more infoproviders. if there is any document please share with us.
    Regards
    Anis

    Hi,
    After the modification if you want original cube structure mean you need to roll back your transports with help of basis team. About roll back you cross check with basis team
    Before doing the changes first have exact informations from your client or users.
    If you think like that as need original cube structure then you can on copy cube structure at prod and move to dev thru transport.
    When you need same or old cube structure, from dev you can move to prod or roll back option.
    Thanks

  • Best backup strategy

    Time Machine is brilliant. It's saved me many times.
    But recently, the backup drive with a year's worth of backups, died.
    I therefore lost ALL my backups.
    Not a major problem as I still have my current data and having re-formatted the Time Machine drive it's merrily backing it all up again.  (I just hope I don't need to recover to last week's backup ... as I no longer have it.)
    But until that's finished I have NO backups!  Eeek!
    So what is the best backup strategy, bearing in mind drives can fail, houses can burn down, etc.  Should I have two or three Time Machine backup discs and keep swapping them every day so if one dies I've still got a one-day-old version?
    Making DVD backups and storing them elsewhere is very time consuming and while my data is really important to me, it defeats the object if I can get on with any work on that data as I'm constantly burning to lotsof DVDs!
    Your views would be appreciated!

    I pretty much do a similar thing, but my offsite backup goes to a locked cabinet in my office (easier to get to weekly to bring home and update then using a bank - I honestly cannot remember when I last physically went to my bank, its been years).
    TM makes a great source for restoring single files or being able to go back to an earlier version of a file.  And the clones are easier for full restoration, or even for booting from temporarily if the machines boot drive dies and you just want to get in to deauthorize it before sending in for repairs or such.  Always good to have a bootable clone around, for many reasons.
    My external clones are on firewire 800 bus powered portable drives, again for simplicity (no power cables or bricks to go with them).
    I also still burn to optical disc for specific things like filed tax returns, and other financial documents I need to keep around in the fire safe for some period of time.

  • Backup strategy

    Hi,
    short story:
    Due to the structure of the library I have the "originals" and "modified" images, when edited some. When importing a library into another without copying them I have some/many thumbnails twice. How do I prevent iPhoto to use the original thumb when a modified exists?
    Long story:
    I'm looking for a working backup strategy for iPhoto. I'd like to collect fotos over the time and when the library reaches some GByte I'd like to copy it to two external drives in a software raid set (mirror). I know that I can merge the two libraries (one on raid, one on MacBook) with some piece of software. So far so good.
    Now I'd like to have the thumbnails of the fotos on the ext. drive on my MacBook as well. I can import them to a library with the option not to copy the images but leave them where they are (on ext. drive). When I'm on the go I can access the thumbnails. When viewing them I am asked to insert the drive.
    But now comes my problem: Due to the structure of the library I have the "originals" and "modified" images, when edited some. So I have some thumbnails twice. How do I prevent iPhoto to use the original thumb when a modified exists?
    Thanks a lot.

    What you really need to use isMedia Expression. It creates catalogs containing thumbnails of the cataloged photos and the catalog can be used without the source file being available.
    You can add keywords and other identifiers to the photos while just using the catalog and then when you get back and have the source files available the new metadata can be applied to the actual file.
    Expression Media appears to be available for the upgrade price of $99 if you are using iPhoto as shown here:
    $99 (Full Version $199)
    For qualifying owners of:
    Licensed copy of an earlier version of Expression Media or any iView Multimedia product.
    OR
    Any licensed photographic software, including Windows Photo Gallery or iPhoto
    That info is from this site: http://www.microsoft.com/expression/products/Upgrade.aspx and by clicking on the "here" link on that page. I've emailed the developers to see if I've intrepreted that page correctly.
    In the meantime you can download and run the demo. You can also catalog your iPhoto library with EM and write all metadata entered in iPhoto back to the original files. Steps 1-7 of Old Toad's Tutorial #1 describe how. That page is in revision since iView is no longer available and Step #2 is slightly different with the EM demo. It should be changed by the end of the day today.
    I use it in conjunction with iPhoto. EM is my primary DAM (digital asset management) application and I use iPhoto for projects like books, calendars, slideshows, etc.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Backup strategy in FRA

    Hi Experts,
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE     11.1.0.6.0     Production
    TNS for HPUX: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - ProductionI would like to ask some advice to place my backup in FRA.
    I read in a book that it is adviced not to put the archivelog backup in the FRA since if something happen with the disk that store FRA, everything will be gone. However the concept of FRA is a centralized backup logically.
    so based on your experiences, what is the best way to utilize FRA for backup strategy?
    is it safe to put everything in FRA or we should still split the backup for archivelog to different location?
    thanks

    The idea is that you should never have a single copy of your backup anyways, be it of whatever file type. Its true that the FRA gone would lead to the non-availability of the backups but then , you should had pushed your backups from it to the tape drive eventually to safeguard them. So there wont' be an harm in putting the backup in the FRA as long as you multiplex the backup and keep it on some another location as well.
    HTH
    Aman....

Maybe you are looking for

  • How to create a date field which is 16 months before today(current day)

    Hallo, I made a report and i want to set date limits. My data contains a date field so in record selection filter i like to set that the date field is between date1 and date2. As date2 i set and as date1 i what to set a date which is 16 months before

  • Help needed in screen flow

    hi every one i have a screen with a mandatory field when i click in 'BACK' it should not leave the screen because the field is mandatory. when i click on 'CANCEL' it should come out of the screen. and when i click on 'EXIT' it should come out of the

  • Datatypes in InterfaceObjects

    Hi,   Today while creating a scenario just gone through types of datatypes avaliable in while creating datastructure. And suprised to see it was around 44 as mentioned below. <b>xsd:string>>use:to specify string >> value:" Hi"</b> <b>xsd:integer>>use

  • Disk space and Logic Pro 9

    Hi, I have just upgraded from 8 to 9 and I have very little disk space available on my Mac Book. Using Logic Studio 8 some songs were stopping due to lack of resources, so I have also increased the memory from 1gb to 2gb. My problem is that having in

  • Parallel query server died un expectdly

    Hi , Pls see the error below while running following query CREATE TABLE x_temp PARALLEL 8 NOLOGGING AS SELECT param_values1, param_values2, agr_level, conv_run_no,rown FROM SELECT /*+ parallel(a,8) full(a) */ a.* , ROW_NUMBER() OVER(PARTITION BY agre