Major release with two logical stbys and two physical stbys

I have a 300G 11g database in production with two physical standby and 2 logical standby databases. We are planning for a major release which include heavy data load and ddls. What would be the best way to salvage my standbys while running the release scripts.
I am afraid that we have 70/30 chance of successfully releasing the release, which means that I have 30% possibility to "restart" the release process from the point 0. Someone in my shop suggested using flashback, but I don't know if my server have that much of space to assign to the flashback recovery area. The upgrade/release takes approximately two days to run.
I was thinking of stopping the log transfer to all the standby database locations while running the load and once I am done, then transfer all the logs and re-enable the standby to "catch up", but would it work for logical standby, too?
I could not just disable all the standbys and re-create them once the release is completed because two of the standby databases are located at off-site with the limited network speed, and re-creating standby through network takes too long for us to do so.
Any thoughts would be appreciated.
Thanks,

I have a 300G 11g database in production with two physical standby and 2 logical standby databases. We are planning for a major release which include heavy data load and ddls. What would be the best way to salvage my standbys while running the release scripts. What would be the approximate size of data size it is going to load?
If its very huge then see the disadvantages:
1) Log of redo
2) in equal size of Archive logs
3) FRA/arch space issues at OS Level
4) Network traffic to 4 sites(2 physical + 2 logical)
5) Lot of archives on Standby databases too
6) How fast standby can fetch & apply?
I am afraid that we have 70/30 chance of successfully releasing the release, which means that I have 30% possibility to "restart" the release process from the point 0. Someone in my shop suggested using flashback, but I don't know if my server have that much of space to assign to the flashback recovery area. The upgrade/release takes approximately two days to run.Its production, When you flashback database it will open database in resetlogs then your complete DR setup is in trouble.
is it flashback or restorepoint with flashback?
Restore Points in Oracle10g Release2 [ID 330535.1] --> applicable for 11g too.
I was thinking of stopping the log transfer to all the standby database locations while running the load and once I am done, then transfer all the logs and re-enable the standby to "catch up", but would it work for logical standby, too?That is the good plan. Mseberg already given Documents which you can refer for logical standby.
BTW what is your protection mode?
You can refer below links for physical standby
http://docs.oracle.com/cd/B28359_01/server.111/b28294/rman.htm#CIHIAADC
http://www.idevelopment.info/data/Oracle/DBA_tips/Data_Guard/DG_53.shtml#Physical%20Standby%20Database%20Lags%20Far%20Behind%20the%20Primary%20Database
I could not just disable all the standbys and re-create them once the release is completed because two of the standby databases are located at off-site with the limited network speed, and re-creating standby through network takes too long for us to do so.Re-creating standby is bad thinking, when you have other options.
Think how much time you can spend on performing rollforward &
how much time to re-create standbys?
Hope you have answer for this.

Similar Messages

  • HT1386 This does not work as advertized.  sometimes it works, sometimes it doesnt.  I have had limited luck with three iphones, ipads and two computers.  Is there a way to set this so it works?

    Is there a way to configure sync over wifi in itunes that works.  I have done a bunch of reading and it seems many people are having issues making this work.  My experience is that it sometimes works, and sometimes does not.
    I have had limited sucess with three different iphones, ipads, and two different computers and two different wireless networks.
    Same poor sucess as others..
    What is advertized by apple does not work 100% of the time.  Is there a fix coming for this.

    shooternz wrote:
    Here is the solution:  Slow down. Give your project some love. Smell the roses.
    Agreed about the roses but alas my next project always calls. Actually, I think what happens is I give each project SO much love that when it comes to exporting, I've run out of time.
    shooternz wrote:
    Then it would not be a default...it would be an option and you already have that option.
    Semantics aside, I would love to be able to have it at least default to whatever option was last chosen. Or, perhaps I shouldn't use the word default again...I'd love it to simply remember my preferred setting. That's all.

  • I work in a public library and we have two ipod touch and two ipod nanos we would like to circulate for our patrons. Any advice on how we can do this? Should we allow patrons to set the device up for personal use or download static content?

    I work in a public library and we have two ipod touch and two ipod nanos we would like to circulate for our patrons. Any advice on how we can do this? Should we allow patrons to set the device up for personal use or download static content?

    With the Nanos, you should have no problem lending them loaded with audiobooks from Librivox, etc.
    As for the iPod Touches, I'm not sure the question is whether you should allow patrons to set up the device for personal accounts, but whether you can prevent them from doing so. Prepare to to a factory restore every time one is returned.

  • Transfer between two co.codes and two diff plants

    Hi All,
    I am trasferring material between two co.codes and two diff plants.I have choosen NB doc type.
    I am facing problem in PO "Customer P2301 does not exist (please change entry in plant 2301)".
    is that I have missed some settings?

    Hi,
    Use Tcode  XD01 and  Assign the Plant 2301 to it..
    Now try.
    Hope it helps..
    Uts
    Award if helpfull

  • [svn:fx-trunk] 13169: * Fixes for two FB issues and two regressions caused by recent fixes.

    Revision: 13169
    Revision: 13169
    Author:   [email protected]
    Date:     2009-12-22 14:39:59 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Fixes for two FB issues and two regressions caused by recent fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24708, SDK-24668, SDK-24827, SDK-24829
    Reviewer: Corey
    Tests run: checkintests, com.adobe.flexbuilder.project JUnit tests
    Is noteworthy for integration: Yes, fixes two FB issues
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/oem/Library.java
      modules/compiler/src/java/flex2/tools/Compc.java
      modules/compiler/src/java/flex2/tools/Fcsh.java
      modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        Modified calls into SwcAPI's setupClasses() and
        setupNamespaceComponents() to pass in the SourceList.
      modules/compiler/src/java/flex2/tools/VersionInfo.java
        Added null check to getBuild().
      modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        Modified compile() to only add elements of "classes" to "sources"
        if not already contained.  This covers the case of a Source being
        in the SourceList and the manifest.
      modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        Modified setupClasses() and setupNamespaceComponents() to check the
        SourceList before the SourcePath when looking up sources.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Made getPaths() public.
      modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        Modified setState() to skip disconnecting the root's Logger.  This
        fixes SDK-24827 and SDK-24829.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java
        Added sourceList variable, modified procressSources() to
        initialize it, and modified init() to recursively store a
        timestamp for each path in the SourceList.  This fixes SDK-24708.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24708
        http://bugs.adobe.com/jira/browse/SDK-24668
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24708
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/VersionInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java

  • I had a major problem with my PC yesterday, and subsequently lost Mozilla Foxfire. When I reloaded it onto my PC it opened up with "Welcome to AOL - Mozilla Foxfire". I don't want AOL attached or tagged to Foxfire. How I do prevent that? And hopefully I h

    I had a major problem with my PC yesterday, and subsequently had to reload Mozilla Foxfire. When reloaded, it opened with "Welcome to AOL - Mozilla Foxfire". I don't want AOL associated or tagged with Foxfire. I went in to "Programs and Files" and deleted everything with AOL, including Quicktime. Tried loading Foxfire again, but it still opened with AOL tagged. I do use AOL for emails and some browsing, but I want to use Foxfire soley for browsing and search engine. And yes, I did also reload AOL. Can't seem to figure out why AOL is tagging onto Foxfire. Hopefully I have not lost all of my Foxfire Bookmarks - that would really suck.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

    Hello Larry.
    Hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • Just updated two 5s phones and two iPads to newest iOS. Now all the devices start ringing when one phone is called.

    I Recently updated two 5s phones and two iPads to ISO 8.2. Since then, when either phone is called, all 4 devices start ringing, even though the iPads are not even on a cell network. How do I uncouple these devices from ringing?

    On each device go to Settings > FaceTime and turn "iPhone Cellular Calls" to off. It is a feature of Continuity: Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support

  • Difference Between Logical Screen and Active/Physical Screen

    Hi All,
    Could someone tell me what is the Diffrence Between Logical Screen and Active/Physical Screen and what is the reason for having two screens instead of one.
    Thanks in Advance,
    Joseph Reddy.

    Hi Marilyn,
    Thanks You. I have found the answer to this.
    All,
    If you go to the SPRO>Logistics Execution>Mobile Data Entry-->Define Screen Management. Here you have two screens one is Logical Screen and another actual Screen and a program associated to this.
    Here the Logical Screens are used within the program and Actual screens are the screens which are visible to the User. The Link between Logical and actual screen is present in the table T3130C. Program recognises logical screens.
    Now suppose say certain functionality/create new transaction code for RF Device is not there in SAP and you want to Include/Create your own code in any of the User-Exits. Then you have to rename the actual screen to 9***. So that the system recognises the change in the screen and related User-Exit is executed.
    Hope this is Clear.
    Thanks & Regards,
    Joseph Reddy.

  • Incorrect query result with Top N condition and two structures

    Hi,
    I have created a query on a FI-GL infocube with the characteristic 0BUS_AREA in rows and two structures in columns. The first structure has two items / selections (each item is a selection of several GL accounts). The second structure has two items (the first one contains the key figure 0BALANCE for the current period and the second item is a formula that calculates the absolute value of the first item. The first item is hidden). The (simplified) result looks like this (sorry, not very pretty!):
    Business Area Clients Clients fae
    Business Area1 10 15
    Business Area2 20 7
    Business Area 3 15 8
    Overall result 45 30
    I then added one condition using the Top N operator. The condition is defined for all the elements of the structures. When I execute the query, I sometimes obtained an incorrect number of Top N records selected. The problem seems to occur when N is greater than the number of available Business Areas for an element of the structure.
    For example, if N = 8 and data only exists for 5 Business Areas for the structure element Clients, I may end up with 10 Business Areas for the second structure element Clients fae when I only expect 9 (i.e. the top 8 Clients fae + 1 of the Top 8 Clients for which there is no data under Clients fae).
    Has anybody encoutered that kind of problem ?
    Many thanks.
    François.

    Pascal,this is a known behavior with conditions.When you apply condition it just hide the extra rows and it does not impact the result row.So your result row actually shows the value irrespective of the condition you apply.
    Now with the help of local functions like calculate result as summation you can show the correct sum after applying the condition but when you try to use that result in some calculation then it takes the original value thereby discarding the calculated value.
    Same is happening in your case as well.Its taking the original value i.e 350 and not the calculated sum after condition i.e 270.
    Hope this helps.
    Regards,
    AL

  • Install SSD, running macbook pro with two operating system and two hardrive

    I am currently running bootcamp with Window 8 and Mountain Lion. I am about to install a 256gb SSD, replacing the optical drive. The partition on my current setup is 125 gb for window 8 and 125 gb for OSX.  Since this is the first time I am running a computer with two hardrive and two different operating systems, how should I go by installing (software) my SSD. Should I just make one hardrive run window and the other one run OSX. Is it possible to move the OSX partition to the SSD. Should I just install both window and OSX again on the SSD? What are some other options?

    It is possible, use Target Disk Mode How to use and troubleshoot FireWire target disk mode - Apple Support

  • 5770 with 27" Apple LED and two 20" Apple Cinema Displays w/Mac Pro

    As stated, I just bought a brand new Mac Pro 8-core (2010 ID 5,1) with a 5770 card and I'm trying to hook up a new 27" Apple LED and two 20" cinema displays. One of the 20" monitors is using the MDP adapter into the 5770 and the 27" is directly connected to the other MDP port. When I try to hook up the other 20" to the DVI port on the 5770 I get nothing. The screen is black and the it is not recognized as being connected. I'm using the standard DVI connector that came with the 20" direct into the 5770. To make sure it isn't a monitor problem, I switched out the 20" displays and both work using the MDP adapter but neither work plugging directly into the DVI port on the 5770. I believe the 20" monitors use DVI-D. (Is that correct?) So what's the scoop on getting blank screens when plugging into the DVI port on the 5770? Thanks for any help.

    "• the 27" is directly connected to the other MDP port.
    • One of the 20" monitors is using the MDP adapter into the 5770.
    • When I try to hook up the other 20" to the DVI port on the 5770 I get nothing.
    Note: If you are using an Apple Mini DisplayPort to DVI adapter, only two displays are supported across the three ports.
    If you are connecting three displays, any DVI displays must be connected to either the Dual-Link DVI port or must use an Apple Mini DisplayPort to Dual-Link Adapter.
    You MUST use All "Active" or "Powered" Mini DisplayPort connector such as the Apple Dual Link, or you can only use two displays

  • My quantity is showing with a decimal point and two spaces

    When people are entering a quantity of 1 it is showing as 1.00.  It is confusing my users because they think this is a price.  How can I get rid of the decimal point and two spaces? 

    Hi,
    I am not able to reproduce this problem with a number field.  Are you using this field as a payment-quantity field?.  If so, please check that the Quantity in your payment setting is linked the the right field.
    We can do a quick test: create a new form from scratch, add one textfield, then on the field property panel select Type=number.
    Select Test tab and click on the Test Web Form button
    Enter a number and commit --> check if you get the decimal point and the spaces.
    If you still have problem with this, let me know
    Thanks,
    Lucia

  • Splitting in NEW GL with one profit center and two segments

    What options are avialble for splitting in New GL when there should be one profit center and two segments - maybe characteristic derivation could solve it?

    If I have understood your question correctly then you have one profit center and you want to attach two segments to it.
    Segment is higher level than the profit centre. One segment can have n number of profit centres but one profit centre will have only one segment. This is the drawback in using the 'segment' in SAP. Also, it is difficult to change sengment embedded in profit centre master. 
    You might try using profit centre groups than segment.
    -Vedavatee

  • Two address books and two iclouds on the same computer?

    is there any way to have two seperate address books and two iclouds on one computer and/or one ipad2?  i have the icloud synched for the macbook pro, ipad and my iphone 4s, but curious if my wife can have icloud and have seperate calendars and contacts.  i don't want her to get my contacts and calendar synched to her iphone 4s.  thoughts/suggestions anyone?  appreciate it!

    In a similar predicament.  I would like to have my wife set up on her iphone 4s so she can have her own contacts and calendar but updating to the three mac's we have.

  • Why logical column in terms of other logical columns and not physical sourc

    Hello
    Can someone shed some light that in what scenario ..defining a logical column in terms of other logical column is beneficial compared to defining logical column in terms of physical sources?
    I found something on google that said defining in terms of logical columns is like one time thing. I dont understand, even if you define in terms of physical source that' too one time.
    In both the case we build an expression specifying which logical or physical columns.
    Thank you

    well logical columns from physical source, if in logical fact table you can set aggr rules. Logical columns based on other logical columns you can not. Logical columns based on other logical columns will inherit the aggr rules. So for instance, if you create col1 and col2. Both based off physical and both having sum aggr rule. If you create logical column col3 based off these two as such "col1"/"col2" it will produce the following sum(col1)/cum(col2). Now if you really wanted sum(col1/col2) then you should have made col3 based off physical as col1/col2 with aggr rule of sum.
    Also of some note, all logical columns based off physical will be performed in the inner most query. So for my example above to get col3 where it is logical col1/logical col2 or sum(col1)/sum(col2) the physical query will be:
    select D1.c1/D1.c2
    from (
    select sum(col1) as c1,
    sum(col2) as c2
    from tableA
    ) D1
    So my short summary of this, is what or how do you want your sql to be created. Based on this can you lead you to your answer of whether to use logical col based on physical or other logical columns. And unltimately, check the sql generated from your work to ensure the sql queries generated are what you want and expect.
    I hope this helps!

Maybe you are looking for

  • Difference in Local currency and Group currency Balance

    Hi, I have a query where ... Company code has 2 currencies ;Group currency is USD and Document Currency is GBP This GL account is zero balance account . It has alredy set up in Document spitting customization setting Through FB03 normal view we can s

  • Automatic Blocking of invoice

    It is learnt that during AP invoice verification if there is a discrepancy with qty or price beyond the allowed tolerance limit, SAP systematically blocks the invoice. Please tell me with what document viz. PO or GR, system checks the qty/value of th

  • Want to become SAP professional.

    Hello Everyone, I am B.Tech in Electronics and Comm having 6 years of experience in teaching (my own academy) earlier and at present, 4 years of experience in IT (managing Network/Google Apps/Server/Network Monitoring) and want my career to switch ov

  • Problems Photoshop - Fireworks

    My photoshop files (.pds) doesn't match in Fireworks: when I try to import a photoshop file, fireworks opens only a bitmap file, and I loose all my layers! Can you help me? There are some preferences to set? My copy of Fireworks (8.0.0777) is wrong?

  • Restoring photos from Originals directory

    Somehow, 99% of the photos associated with a folder and it's subsequent albums are no longer in my iPhoto library.  They are, however, still in the Oroginals directory so I've not lost them completely.  How do I get the files back into the iPhoto lib