Production Database Advance backup Strategy

Hi,
Now I am taking the backup with Rman Scripts daily after 6 PM. But the problem is that my company can not afford any data loss. I want to implement the backup advance backup startegy. Please I am going implement the advance backup strategy. Environment is
1.EBS R12.0.4
2.Database 10g R2.
4.Plateform RHEL AS 4.0.
Please guide me step by step how can I implement this backup startegy.
Help will be highly appreciated.
Regards.
pzdba

Now I am taking the backup with Rman Scripts daily after 6 PM. But the problem is that my company can not afford any data loss. I want to implement the backup advance backup startegy. Please I am going implement the advance backup strategy. Environment is What is you current backup mode
What kind of advance strategy are you looking for
If you are in archivelog mode and have your archivelogs
If you are backing up full
if you are backing up to the disk and your mirrored that disk in case of loosing disk failure
What kind of advance backup strategy you need more ?
what you need is testing the consistency of you backups. If they are consistent if you can recover the database it means you dont have data loss option with your current strategy.
Also you need to be sure about the time of backup to cover your needs.

Similar Messages

  • PRODUCTION DATABASE  RMAN BACKUPS FAILING CONTINUOSLY DATABASE NOT AVAILABL

    Database is up and running but am facing the problem in RMAN below are the details
    [oracle@Oracle01 log]$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Fri Mar 30 02:35:31 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: LAGOPROD (DBID=3989619179)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of show command at 03/30/2012 02:35:39
    ORA-03114: not connected to ORACLE
    could you please help on it why its throughing on error
    FYI
    ==
    STATUS OPEN_MODE LOG_MODE LOGINS
    OPEN READ WRITE ARCHIVELOG ALLOWED
    Edited by: 924453 on Mar 30, 2012 1:43 AM

    924453 wrote:
    Database is up and running but am facing the problem in RMAN below are the details
    [oracle@Oracle01 log]$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Fri Mar 30 02:35:31 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: LAGOPROD (DBID=3989619179)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of show command at 03/30/2012 02:35:39
    ORA-03114: not connected to ORACLE
    could you please help on it why its throughing on error
    FYI
    ==
    STATUS OPEN_MODE LOG_MODE LOGINS
    OPEN READ WRITE ARCHIVELOG ALLOWED
    Edited by: 924453 on Mar 30, 2012 1:43 AMYou are not connected to oracle. show us the result of
    export ORACLE_SID= sid
    export ORACLE_HOME = your oracle home
    export PATH=$PATH:$ORACLE_HOME/bin
    sqlplus / as sysdba

  • Daily export backup (via datapump) of a 600GB production database

    Hi Guys,
    I have a 600GB DB.
    10G Database.
    Currently I have daily rman backup to tape.
    Based on your experience, should i bother to perform a daily export of production database of such size?
    Do u think it's useful?
    thanks

    Fran wrote:
    All depends, what do you want to do? Do you have enough space to save a backup and export daily?
    In my opinion with one backup is enough to save your database. I'm sorry, I can't agree with that. I've been in situations where the first, second and THIRD backup sources have been unavailable in the event of a Production restore. I had to go to Plan D and cross my fingers (and sweat a lot). That might be overkill, but you should never rely on just one backup method/source for Production data.
    Not only that, but, obviously, you can also use an export of the data and import into another database or a schema inside the database in case you need to address any logical corruption. We also use the exports to refresh test databases.
    We have many similar sizes of databases and we take exports weekly, instead of daily. An export will be an incomplete backup, obviously, though you can ensure consistency by giving it an SCN to use as a datapoint. You can also run Data Pump in parallel which does speed things up.
    If you use it as part of your backup strategy, I'd make sure I had regular backups of the parameter file and the controlfiles (both binary and trace). I'd also make sure I had regular txt files showing the necessary information for the tablespaces and the datafiles which you can use to recreate the files in case you needed to.
    Mark

  • Creating a test database from backups of the production

    Hello Experts,
    I am a newbie with very much new in Oracle. I have been provided with the inc0 backup(which comprises even the controlfile backup) of the production database (PROD) taken through RMAN and asked to create a new test database (TEST) using the backup. Can anyone please provide me the steps on how to restore it and create the new database ?
    Database version 10.2.0.4
    I am aware of duplicate database concept using RMAN, but I have been asked to not to connect to the target (PROD) database while duplicating. So, I need to create the test database by using the backup of prod database without connecting to PROD database. Please guide me.

    Refer
    http://arjudba.blogspot.in/2008/05/restore-and-recover-database-to-new.html
    RMAN restore database from another backup of different database name
    When you are restoring using the backup of the production database, the db_name would be same on the auxiliary database. Once you restore and recover the database in your test server, you can change the db_name from prod to test by recreating the controlfile

  • Best practice PDW database backup strategy/plan

    Hello All,
    We are ready with PDW infra , appliance is almost ready. we are planning for implementation.
    but before that , I have to document best practice for PDW database backup strategy/plan.
    since PDW environment is pretty new . Please help me with best backup strategy/plan which can
    be followed to implement in my proposed PDW solution.
    your suggestions will be highly appreciated.
    Regards,
    Anish.S
    Asandeen

    Hi Anish.S,
    According to your description, you want to backup SQL Server Parallel Data Warehouse (PDW) database.
    Before we get to the backup and restore syntax, it’s worth noting that the Parallel Data Warehouse (PDW) appliance architecture offers an environment that greatly enhances backup times (due to dedicated storage and network interfaces, see the following post
    for more information -
    https://saldeloera.wordpress.com/2012/07/09/lesson-1-of-parallel-data-warehouse-basic-architecture-overview/).
    For more details how to backup and restore database on PDW, please refer to the following blog:
    http://www.sqlservercentral.com/blogs/useful-information-and-case-studies-covering-data-warehousing-data-modeling-and-business-intelligence/2012/10/04/parallel-data-warehouse-pdw-how-to-using-backup-and-restore-database-on-pdw/
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Production Database Backup

    I have a replicated production database to which I cannot perform a backup very often. We have got a one-off window to take a backup.
    What I would like to know is whch particular backup to take...cold backup or user managed backup. I can take both, howver, in case of disaster reovery, I would only have this backup mand the archived redo logs and maybe access to one or two ionline redo log group files.
    o which backup should I take which will allow me to recover the database using there archived and redo log files? Cold backups or user-managed backups?
    Basically what I am asking is which backups allow redo logs to be applied to recover database to point in time when it crashed since it is a replicated database?
    OS Win2K As Svr, Oracle DB 9.2.0.6,
    Thanks in advance

    What do you mean by replicated database?
    I would go for RMAN backups with open database (database must be in archivelog).
    I think this is the best env for performing backups, I would also suggest using
    RMAN catalog if you have an option to use it.
    Best Regards
    Krystian Zieja / mob

  • 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....

  • 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

  • Severe performance issues in production database

    Hi Experts,
    we have configured RMAN in our production database recently using some 3 party tool COMMVAULT.
    Problem is just 47 GB database taking around 6 hrs of time to complted the bakcup job. Please let me know what could be the reason.
    Further to this issues i found out some of few things, our application vendor commissioned this database server and it seems that they done some changes in TIMEZONE settings.
    when i query against some of few dictionary tables for example dba_schedular_jobs i am getting the following error.
    ORA-01882: timezone region %s not found
    when ever i connect the database , the connection itself is very slow and suffering severe performance issues in my production database.
    You help would be much appreciated.
    Regards,
    Salai

    Hi,
    also let us know if you use asm or local file system for datafiles.
    Your backup strategy will also be helpful:
    Do you make compressed backups?
    Full or incremental?
    To where do you backup the database? To the local filesystem, SAN Volume, Offsite Storage, Tape storage?
    Is there any other jobs running while the RMAN job is running?
    Please post the stats that you have gathered over the time period when the backup is running.
    Thanks.

  • Alter database begin backup; missing keyword error

    Hi all,
    I am trying to put my database in backup mode using the command "alter database begin backup", but it is giving error shown below:
    $ sqlplus '/as sysdba'
    SQL*Plus: Release 9.2.0.5.0 - Production on Wed Nov 25 16:52:58 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.5.0 - Production
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    N05PCS07 READ WRITE
    SQL> alter database begin backup;
    alter database begin backup
    ERROR at line 1:
    ORA-00905: missing keyword
    NE one can tell why the command is failing??
    pls...
    Thanks in advance.
    SHAILESH

    Hello,
    All the former posts are right, alter database begin backup; doesn't exists in 9.2 althought
    you already have in this release the alter database end backup;.
    So as to put all the tablespaces in backup mode in one command I suggest you to create a
    stored procedure as follows:
    CREATE OR REPLACE PROCEDURE begin_backup IS
    TYPE RefCurTyp IS REF CURSOR;
    cv RefCurTyp;
    sql_cv VARCHAR2(400);
    tbs VARCHAR2(128);
    sql_stmt VARCHAR2(200);
    BEGIN
    -- Mise en BEGIN BACKUP des TABLESPACES
    sql_cv := 'SELECT distinct (A.name) FROM sys.v_$tablespace A, sys.v_$datafile B, sys.v_$backup C where A.TS# = B.TS# and B.FILE# = C.FILE# and C.STATUS = ''NOT ACTIVE''';
    OPEN cv FOR sql_cv;
    LOOP
    FETCH cv INTO tbs;
    EXIT WHEN cv%NOTFOUND;
    sql_stmt := 'ALTER TABLESPACE '||tbs||' BEGIN BACKUP';
    EXECUTE IMMEDIATE sql_stmt;
    END LOOP;
    CLOSE cv;
    END;
    Then, I just have to call the Procedure like that:
    execute <schema>.begin_backup; and all the tablespaces are in backup mode.
    This procedure must be created on a User/Schema with the following privileges:
    alter tablespace
    select on sys.v_$tablespace
    select on sys.v_$datafile
    select on sys.v_$backupHope it can help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Nov 25, 2009 9:44 PM

  • Any new backup strategy with Oracle VM 3.1 ?

    Now, since Oracle VM 3.1 was released, could we be updated with backup strategy.
    Backing up OCFS2 repositories allow us protect OVF files right?, but what happen with apps runing on VMs, these data is also backed up? what about open files, databases, etc.
    I will appreciate any comment.
    Thanks in advance.

    try running this on each server:
    /usr/bin/rescan-scsi-bus.sh

  • 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.

  • Performance & Backup Strategy Approach

    I purchased a MBP last October. I love this machine. I also have 2 External HDs that I use for primary (working) disk for my images and a boot partition and the other External HD for a backup copy of all images from the 1st External HD. I am considering making some changes/upgrades and would like some opinions. I am not going to discuss specific products as I would like to keep the discussion to the approach and not brand.
    Main Purpose/Uses are for Digital Photography. I use Photoshop CS3 and Lightroom. These are the two main applications. I also run Parallels (usually when I am not doing my digital Photography work) to run MS Office apps.
    Currently this is my setup:
    MacBook Pro 15 2.4 GHz, 2GB RAM (667), 160GB 7200 HD
    This internal drive is used for OS and Applications
    The Lightroom Catalog is also on the internal HD /Users/myname/Pictures/Lightroom
    The CS3 Scratch Disk is also located on the internal drive
    2 External HD 500GB ; Western Digital My Book Pro (USB, FW400 & 800) Both connected via FW800. The second daisy chained to the first
    The first drive is partitioned into Two MAC OS Extended Partitions consising of a Boot Clone (150GB/80GB available) as a backup of local documents (office, email, etc) that reside on my MBP internal drive and in case I need to boot from other than the internal drive. The other partition is for Storage (315GB/154GB available). This partition is where I keep all of my images (RAW, JPG, PSD, etc). This is the critical data.
    The second drive is a single partition also MAC OS Extended (465GB/304 Available). This single partition is a copy of the Storage partition from the 1st External Hard drive another copy of my images.
    I use SuperDuper to 1) refresh the Boot partition from my internal drive each night, 2) copy my data partition from External HD 1 to External HD2 each night.
    I am considering the following changes. My goals are 1) Better performance specifically for CS3 and Lightroom (as well as in general) and 2) more robust backup protection.
    Upgrade to 4GB of RAM from 2GB
    Add another drive that will become my Primary Data Drive that contains all of my images and that I work from. Takes the place of the current 1st Drive that has the 2 partitions. I am considering 1 TB ; Raid 0; eSATA via card on my MBP. I will Partition this new drive in to 2 Partitions - 1) CS3 Scratch Disk
    and 2) Primary Data Storage and working disk for all of my images
    The Current 1st 500GB External Drive will remain the same boot partition and data partition. But, this drive now becomes on-site backup of the Primary storage from the new drive above as well as the Boot partition. Thus I now have my primary storage on eSATA Raid 0.
    The Current 2nd 500GB External Drive will be reformatted and partitioned to look just like the current 1st 500GB External Drive and will also contain a boot partition and a 2nd partition for my data. However, this drive will be refreshed every week and then taken offsite for safety and protection.
    How does this sound?
    Any major issues? Any gotchas?
    How big should the CS3 Scratch Disk partition be?
    Will I gain better performance?
    Is this a better backup strategy now that I incorporate offsite refresh once per week?
    Thanks so much for you input in advance. I really do appreciate it.
    David

    Perhaps Phos+/_ four dots can respond.

  • 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.

Maybe you are looking for

  • How do I use the Exclude in the customer exit

    I have to create a customer variable which will be passed back to the program and used for an exclusion.  the user enters company codes and this passes into the user exit.  In the exit i need to just place and S in from of then and these need to be u

  • FREE GOODS INDICATOR IN PO

    Hi, Whenever i am creating PO, free goods indicator is coming by default, how to remove this. In inforecord condition screen free goods indicator is there, but i am not clear with the settings. In vendor master where is the free goods indicator? Rega

  • Problem with S3 organizer

    I'm having a problem accessing my Amazon S3 account. I get this message each time I try to log in.... "The difference between the request time and the current time is too large"

  • Will an HP Envoy 4500 printer work with an iMac?

    We are looking to buy an iMac this fall and I wonder if our printer will work with it.

  • Color Profile and Color Shift Headache

    I am having a terrible time trying to fix a color issue. I have seen suggestions in various discussions. Here's what I have tried: Reset PRAM Calibrate monitor Double checked Univesal Access Trashed preferences file Tried using other profiles Created