Business Continuity of Databases....

I would welcome some Oracle DBA assistance to scope a piece of audit work for tender around business continuity of an oracle database/environment (managed and supported by a 3rd party provider). We have had several “security” audits/assessments of this oracle database, and its environment, i.e. the infrastructure on which the database is installed/operated, and the front end web application. But I just think that’s only half the coverage requiredwhen it comes down to risk, there’s still operational issues namely we call this “business continuity” practices and controls.
Can anyone help provide a scope of the things to include in a business continuity type audit of an Oracle Database/DBA provider? Even if its just top level bullet points that I can research further it will help. If you have ever done one before - do you have a scope of the work, if you have ever had such an assessment/audit done of your own busienss continuity practices for oracle environments you manage and support, what was included in the review?

It doesn't make a lot of sense to talk about business continuity at a database level - it needs to be addressed at a service level. Database failure is only one of many things that could affect the availability of the service.
But in general you need to think about the following
- What constitutes loss of service? I.e what is the trigger point for invoking your business continuity plans? You may have several levels of this, Full outage, loss of functionality, loss of access based on geographic area/user group/access channel, each with different plans
- Who makes the decision to invoke the plan/bits of the plan i.e escalation routes?
- Coming up with a plan for the various scenarios, Not just technical (That is often the easy bit) - things like
- Communication - how do you let the team invoking the plan, and the users know? Bear in mind the problem may be with networks etc. Does everyone have access to the plan, even if computer systems are down?
- Training
- Physical considerations. Do you need a new server room? Somewhere to work?
- Financial. What will the financial impact be? Can you get funds to pay for staff, kit, accomodation etc if necessary?
- Testing. The plans need to be tested. Can be a hard sell to management to really take your systems out, but it's often the only way. And this time you know you can easily turn things back on!
- Afterwards. Do you need to do any processing after the event? For example for one of my systems in the case of losing an area node, the plan is to revert to paper recording, and contact other offices for any urgent lookups etc. This requires backfilling the data onto the system once it is back available. You need to plan the amount of resource necessary for this.
You can come up with hundreds of different scenarios if you get carried away. You will never be able to plan for them all, so pick the most likely. It should be a continuously evolving process anyway. For example we had to add policies around bird flu (Both for a genuine pandemic, and more likely scenario that offices are shut down) a year or 2 ago.
Carl

Similar Messages

  • Can w use rsync for Business Continuity for Oracle Applications Release12 ?

    Hi ,
    One of our customer has implemented Oracle EBS R12 (12.0.6) on HP-UX (IA).
    Database Tier on a Two Node Oracle Database 10g R2 RAC
    Application Tier on Two Node using Shared APPL_TOP with Load Balancer.
    They want to implement DR site using Oracle Data Guard (RAC to Non-RAC).
    I was referring to Note: 452056.1 +( Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC )+.
    In this note its mentioned that:
    If you wish to synchronize your concurrent manager log and out files between production and standby, you need to create folders matching to the APPLCSF environment variables for each others......................... For example, set up an rsync job similar to the below example in cron, to run every few minutes.
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.
    Rgds,
    Thiru.

    Thiru,
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.You can use it with no issues. Or, you could use any other copy tool to copy those files.
    Thanks,
    Hussein

  • How to manage a data file using Business Contact Manager database tool

    I set up BCM on my desktop and now want to share with the rest of the office. I downloaded BCM database tool on the C drive
    of the server and all was well until I tried to move through the wizard. The only option that gets me to a data file is creating a database. However, I receive the error message "Cannot create a new database. The operation has been rolled back. Please
    make sure the database service is running". How can I make this work? Truthfully, I don't want to create a new database - I have already set one up; Restore only gives me the database server instance but no choices for the database name list. I have installed
    BCM on another co-workers desktop and allowed the database to be shared with her. What more am I missing? Why can't I get the server to see the data file?

    Hi,
    If the Database has not been shared, you can't connect to it.
    Please also confirm you have been granted permission to access the shared Business Contact Manager database.
    You can refer to this article below and there are some factors that you should consider:
    Business Contact Manager cannot connect to the shared database
    http://office.microsoft.com/en-us/outlook-help/business-contact-manager-cannot-connect-to-the-shared-database-HA010262548.aspx
    I hope it can be helpful.
    Regards,
    Melon Chen
    TechNet Community Support

  • BI Publisher & Business Objects Universes Database

    Does anyone know if it is possible for BI Publisher to hook into Business Objects Universes data? JDBC drivers?
    We would like to import all our Crystal Reports into BI Publisher but a lot of them are written across the "Business Objects" BI database.

    There is information to converting Crystal Reports to BIP Publishers
    http://www.oracle.com/technology/products/xml-publisher/index.html
    http://download.oracle.com/otndocs/xmlp/CrystaltoBIP.pdf
    Maybe it could interest you
    Regards
    Christophe

  • Business continuity 11i and dataguard

    Hi,
    Is there a white paper/best practice for business continuity on 11i with single 10g instance and Dataguard solution? i've tried looking and cannot find and thing.
    thanks
    M.

    Hi,
    Please refer to:
    Note: 403347.1 - MAA Roadmap for the E-Business Suite
    Note: 464167.1 - Is Logical Standby Feature Supported For Oracle Applications Release 11i
    Comparing Oracle Data Guard vs. Active Data Guard for EBS Environments
    http://blogs.oracle.com/stevenChan/2008/10/comparing_oracle_data_guard_vs_active_data_guard_f.html
    Regards,
    Hussein

  • Business logic in Database layer or in Middle layer.

    I am converting my form 6i client server application to .net 3 tier web architecture application using oracle 10g database.
    My application is a very data centric, millions of records calculations happen in many processes.
    I have a problem while presenting my design approach to engineering board in my company.
    Approach 1
    Put business logic in backend database layer.
    I proposed to put business logic in backend packages rather than putting it in middle .net layer and create web shell services in middle layer which would call these packages and show the data on screens.
    Approach 2
    Put business logic in middle tier .net layer.
    My company engineering board are more keen for this approach because they think this is the latest approach and now days nobody put business logic in database and moreover we would be having clear separation between data and logic.
    But my concern is we may have network latency issues in approach 2 because we need to move millions of records data back and forth between database and application server.
    Could you please suggest, which approach is best and why?

    My views:
    1. If it is a data centric operation, like you have mentioned, it will be a bottleneck to transfer the required data to middle tier for processing
    2. If you are going to support one and only one RDBMS as a backend ever, I don't see a reason to take an approach which is mostly taken in case one needs to support databases from different vendors as back end.
    3. If you are convinced that yours is the only application that would ever connect to this database, then you can add the business logic in the middle tier; If not, let it be in the database in form of triggers/procedures/functions/packages etc.
    4. Last but not the least, having business logic in the database would call for faster processing and that you can use all features of that particular RDBMS to full extent, in case needed.
    I always support having the business logic in the database layer (not that I hate business logic in application/middle tier) but there can be exceptions.
    Just my two cents :-)

  • Business Continuity Plan

    Hello all,
    I'd like to know if the CAPA (corrective and preventice action) functionnality in PC3.0 can adress the Business Continuity Plan need for Bank industry for example?
    Best regards

    Hello sir Yes i have something about that It amy be very useful to u.<a href="http://www.newtonit.co.uk">business continuity plan</a>

  • Business continuity during planned SAP upgrades

    What techniques are SAP customers employing to accommodate SAP upgrades and at the same time ensure 24/7/365 business continuity?
    Thanks for sharing your experiences.
    Fred

    Hi Fred,
    have you checked out the nZDM capabilities offered by SUM (details see here)? Additionally, you can find a good summary in this solution brief, where all other possibilities are summarized.
    Hope this helps.
    Bernhard

  • Business Continuity Process

    Hi All,
    I am in the process of defining Business Continuity Process, Organizations now span globally and have customers to support 24 X 7 X 365. With this level of automation, any breakdown in organizational information flow can cause a disruption in business continuity having a catastrophic effect on the organizationu2019s ability to support their customers.
    Give some ideas or flowchart explanations how we can support SAP procument cycle when SAP system is down.
    Please let me know if you need more explanation on this.
    Regards,
    Rohith

    Hi;
    Please follow below link:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16783/toc.htm
    Regard
    Helios

  • Business continuity plans

                     Business continuation is very important to achieve the goals of the organization in thelong run. If the organiztion cannot continue in the future, it cannot achieve its targets or goals and eventually, it will come to an end creating huge loss and diverting fromthe objectives with which it was first established.
    Business continuity plan template helps us with this problem. It gives us the ideas as to how we can continue our business to the long run. We can log in to https://bccatalyst.com/templates for more on this.

    Hey,
    it is depend on the WAS version (6.20, 6.40, 7.00 and etc),
    here is some information:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/89cb626b-0901-0010-d2b7-f5dcff4e74c8
    and:
    https://service.sap.com/ha

  • Business Continuity features available in ASA-5585-x

    Hi,
    in Data Center environment using only one ASA-5585-x, what kind of business continuity features, a single 5585-x offers or can be configured to keep the business running, in case the firewall got failed.
    Thanks
    Mike

    Hi,
    I am not sure if I understood the question completely.
    I am not really sure how any configuration on the device can help you if the actual device fails completely.
    With regards to the hardware I think only the high end model with SSP-60 comes by default with 2 PSUs while others come with 1 PSUs though you can install a second PSU to the units and in this way provide some redundancy in the event of power failure though that naturally depends on other factors than the ASA alone.
    To my understanding it is also possible to set up the single ASA 5585-X unit with dual SSPs. I have not had to set up such an environment so I am not sure how it exactly works. I am not sure how they handle together. I can't seem to find the document I was once reading about this. But I would imagine that this could provide redudancy to the firewall setup.
    Then there is also Clustering ASAs (not same as Failover pair) units but again this naturally requires additional hardware and is something I have not setup up myself.
    Then there is naturally configuring 2 identical ASA 5585-X units in Failover pair (Active/Standby or Active/Active) to provide redudancy in case of hardware failure.
    We have some less critical environments set up with single ASA5585-X units and we naturally dont guarantee the same availability for those services as with setup where we have 2x ASA5585-X units in Failover. We do have replacement units for these and can naturally get replacements otherwise also.
    - Jouni

  • Business Components and Database Views - Trouble Creating

    I am trying to create a business component that contains a View that I created in my database. When I get to the fnnal step of creating the business component and it begins to generate the XML and Java code, it bombs out and says that the view object does not support ROWID. I just need to select only GridControl of this view.
    Any suggestions/help would be appreciated. I could not find any info in the JDeveloper help.
    null

    Some options:
    [list]
    [*]Create the entity using the Entity Wizard instead of reverse engineering it from a table. In the entity wizard you can specify the table/view name, then indicate which attribute should function as the primary key.
    [*]Don't bother creating an entity object for this view. You can just create a view object with an "expert mode" query that selects against your database view. It does not need an entity object. Note, however, that without an associated entity you won't get "uniquing" of entity level values, so if another view object being used by the same use changes the data that this grid is showing, the updates won't be automatically synchronized if you go this route.
    [list]

  • Business Objects Planning Database Upgrade

    I have attempting to upgrade Business Objects Planning from version 11.2 to 11.6.  The upgrade appears to run successfully, however, when I attempt to start the Planning Application Services, the service fails to start up, stating the current DB version is less than the working version.  I have spoken to our consultant, who stated he knew nothing of any changes that must be made to the database.  The first portion of the error log is copied below.  I have tried an incremental step of upgrading from 11.2 to 11.5 and have received the same error.  What must I do to configure the database either before or after the upgrade? 
    Application is set up as single server.
    OS is windows server 2003
    Database is Oracle 10.2.0.4.
    Database user is SRCAdmin, and is an owner of the db.
    FATAL|04/08/2009 13:52|General|Server startup...
    INFO|04/08/2009 13:52|Sql|Current DB Version 11.2 is less than the working version 11.6. Requesting upgrade lock
    ERROR|04/08/2009 13:52|Sql|ORA-06550: line 1, column 77:
    PLS-00201: identifier 'DBMS_LOCK' must be declared
    ORA-06550: line 1, column 77:
    PL/SQL: Statement ignored
    ORA-06550: line 1, column 147:
    PLS-00201: identifier 'DBMS_LOCK' must be declared
    ORA-06550: line 1, column 137:
    PL/SQL: Statement ignored

    hi Santhosh,
    you may be able to use the query builder tool to do this.
    BusinessObjects Query builder - Basics
    if you need further info on using this particular tool let me know & i'll move your question to the bi platform space.
    you can also look into 3rd party tools such as rpt inspector which may be able to do this.
    -jamie

  • E-Business suite 11i database upgrade

    Hi,
    Iam in middle of 11i E-Business database upgradation (10.2.0.3 to 11.1.0.7) on solaris, Iam following the steps as per document [ID 452783.1]. In point no 13, I got stuck with in applying patch 7486407 on 11.1.0 oracle home, After applying opatch the post-install steps of this patch in readme are
    Startup the Oracle Services.
    > sqlplus '/ as sysdba'
    > spool post_install.log
    > @?/rdbms/admin/prvtaw.plb
    > @?/rdbms/admin/prvtawex.plb
    > spool off
    My question is i have no instance yet to 11g Oracle home, as i have installed 11.1.0.6 base release and installed 11.1.0.7 patch set release in 11.1.0.6 oracle home. All I have ready for now is old database 10.2.0.3(needed to be upgraded) and just 11g oracle home (just software).
    From the above patch post install steps how could i run above scripts without any instance connected to 11g?
    Please help me out as very urgent!
    thanks in advance

    Hi,
    I cannot start the database in 11g oracle home inorder to run the scripts for this particuar patch as no database is created, its just the software i have installed yet.
    I got stuck with step no 13 as per the document http://ID 452783.1.
    In step 13, Applying the following 11.1.0.7 patches in 11g oracle home. I have applied all the patches except patch 7486407. In this patch readme it says after applying with opatch i need to run the scripts by starting the database of 11g (how could it be possible to run the scripts without a database which i have not created a database yet as per the document i have followed all the steps from 1 to 12 and all i have done is installation of 11.1.0.6 base release(JUST SOFTWARE) and installed patchset 11.1.0.7 on top of 11.1.0.6 oracle home. please help me out from this point.
    Regards
    Edited by: rakhi on Nov 22, 2009 7:20 AM
    Edited by: rakhi on Nov 22, 2009 7:33 AM

  • Business rules from database

    Hi,
    We have bussiness rules in the database. I get the messages from the business rules out of the database but i get also the errormessages from the trigger. for example:
    ORA-20801: FTP- 60032: The height must be between 40 and 250 cm (invalid height) FTP- 60019: The value for the BMI is not valid (invalid bmi) ORA-06512: at "AAAA.P_ERROR", line 423 ORA-06512: at "AAAA.CG$AUS_FTP__FUP", line 10 ORA-04088: error during execution of trigger 'AAAA.CG$AUS_FTP_FUP' ORA-06512: at "AAAA.P_VTIR_VAPI", line 97 ORA-06512: at "AAAA.ITR_U_VTIR", line 149 ORA-04088: error during execution of trigger 'AAAA.ITR_U_VTIR'
    Where and how can i filter this message so that only the first messages are shown. View is UIX with ADF jheadstart
    Regards,
    Erik

    Erik,
    In the JHeadstart RuleFrame extension something similar is done: it catches ORA-20998 errors and throws a new JboException for it.
    I suggest you do something similar: create your own superclass for your Application Module similar to RuleFrameApplicationModuleImpl, which specified a factory similar to RuleFrameTransactionFactory, which instantiates a class similar to RuleFrameTransactionImpl in which you catch the ORA-error.
    hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

Maybe you are looking for

  • Booting from firewire target mode on a mac pro with  kernel panic?

    hello i am wondering if it is possible to use firewire target mode to boot a mac pro that has never got past a multi language kernel panic on boot? basically i have tried all the other options and cant get it to open the superdrive to insert my insta

  • Flex sdk 3.2.0

    Hi All, I am in need of Flex sdk 3.2.0 .Could You please anyone provide me the link to download the Flex SDK 3.2.0. Thanks Prakash.T

  • Broadcast traffic with LCD Projector

    Hi all, Please help... how to enable broadcast traffic on WiSM on same VLAN/Interface... i have a LCD Projector that when the client do automatic search.. the client will broadcast to 255.255.255.255 and somehow the the LCD Projetor do not respond fo

  • BPS Log to find deleted BPS objects

    Hello Experts, Somebody might deleted few planning layouts and functions from production environment but we can see those objects in test and quality environment. Our aim is to know  who, what and when deleted those objects. Could somebody let me kno

  • Sales document header-- head text changes not working in VA01 if we rasie with reference to quotation

    Hi, Greetings!! We have raised a quotation, in this quotation we have manually updated Job number (1234) and project number (9876) in header--> header text and saved the quotation. With reference to this Quotation we raised a sales order(VA01)  and h