9.2.0.6 DataGuard - how to "break" replication, make standby "standalone"

Hi All,
I have an existing 9.2.0.6.0 DataGuard environment, where currently I just have one primary and one physical standby database. I am planning to add in another physical standby database, but then at some point, I want to "break" the dataguard replication to this one, and basically take it out of the DataGuard environment, and have it run as a standalone database. I am not talking about putting it into "open read-only" mode, I want to completely remove it from the DataGuard replication, and have it up and running as a standalone db. Is that even possible? I don't see anything mentioned about this in the official DataGuard documentation.
If anyone has any thoughts on the best way to do this, I'd really appreciate it!!
Thanks,
Brad

Actually, both... here is my potential plan:
1. Put a copy of the production database onto the new hardware, and instantiate it into the DataGuard configuration as a new physical standby database.
2. "Break" the dataguard replication, so that the new database on the new hardware becomes a standalone database, separate from DataGuard. At this point, we can test out some of the application against this database. The testing could last up to a few weeks.
3. Once we are happy with the testing, then we need to re-create this database as a backup from production, and get it back into the DataGuard replication as a standby. When it is time to cutover the production system, then we do a DataGuard Switchover, so that the database on the new hardware becomes the new primary database, replicating out.
Does that sound feasible? I think I can take care of all of those steps, the only one that I don't really know how to do is step 2, where we "break" the dataguard replication, and bring up the database on the new hardware as a fully stand-alone db.
Thanks,
Brad

Similar Messages

  • Can any one tell me how to break this into separate columns 05/13/2014,"46","48","37","70","74","1","2","121000000.0000"

    Can any one tell me how to break this into separate columns 05/13/2014,"46","48","37","70","74","1","2","121000000.0000"

    Paste your content into TextEdit. Format > Make Plain Text.
    Comand-S to save.
    Command-Click the filename at the top of the TextEdit window. Click on the second line, the name of the folder where you saved the document.
    Select the extension of the document Name in the finder window that is being displayed and replace TXT with CSV.
    Right-Click the csv file and choose Open With > Numbers.
    Numbers will open with a column for each field in your data.
    Jerry

  • How to break columns in table..?

    Hi All,
    How to break table columns in xml pulisher report template.
    i need only 5 colums in one line and 5 more in another line like that..?
    how to get current date on template?
    thanks & Regards,
    Naresh

    Skbi:
    Using Word Feature will definitely work. Not sure what is the effect on performance if you use Sysdate. You do not need to use a Form field. Word does that. use the option "Date and Time", Under "Insert" menu.
    Naresh:
    Use "Draw Table" option in the "Tables and Borders" toolbar to draw the columns as you like.
    Srini Ramanujam

  • How to Break this String and put into a Table

    Hi all,
    Currently i working on the Reading of Csv file.THe Csv file wil be stored as BLOB in one table.
    The Format of the Csv file is
    EMPCODE :DATEOFBIRTH
    312089 ,12/01/1984
    321456 ,03/05/1980
    120212 ,04/08/1987
    312456 ,23/12/1977
    311110 ,12/04/1998
    323232 ,20/06/1990
    UPLOAD_BLOB
    column     Datatype
    UploadId Number
    File_details BLOB
    And i reading the BLOB in one procedure and i m getting the String as like this ---->
    "312089 ,12/01/1984
    321456 ,03/05/1980
    120212 ,04/08/1987
    312456 ,23/12/1977
    311110 ,12/04/1998
    323232 ,20/06/1990"
    I am Dont know how to Parse this String and put in table
    While 1<STRING.LENGTH
    LOOP
    EMPCODE=SUBSTRING();
    DATEOFBIRTH=SUBSTRING();
    INSERT INTO TABLE VALID_EMPCODE(EMPCODE,DATEOFBIRTH)VALUES(......);END LOOP
    VALID_EMPCODE
    EMPCODE VARCHAR2(30)
    DATEOFBIRTH VARCHAR2(15)
    Can any one tell me how to parse this whole string and break them

    Duplicate post
    How to Break this String and put into a Table

  • How to break the PDF file into images?

    How to break the PDF file into images? There should be settings in Photoshop CS 6 that imports PDF file and break it into images.  I have a short instruction:
    2.    Open the file in Photoshop.
    3.    A new window should open to Import PDF.  Click on images, not pages  import pdf into Photoshop.doc
    4.    Select all the files shown (shift + click), Click O.K.  Four files should open on your screen.
      Was anybody successful with that?

    Whether this is available solely depends on the structure of the PDF and whether it actually contains whole images that can be extracted separately. Depending on whatgoing on in the PDF this may simply not be the case and the images have been tiled and split up in multiple "objects" whose appearance can only be retained by rasrerizing the whole page...
    Mylenium

  • How to break a flat sequence structure ...??

    How to break a flat sequence structure into two flat sequences structures......i am a student learning labview....help me..

    To accomplish what you want you need to basically write some really ugly code. This is a side effect of using the flat sequence structure in the first place. This is exactly why they are not recommended.
    First and foremost you will need to place your frame structure inside a loop. This will control how many times you execute the code.
    Now you have a few alternatives to skip the first three steps which are kludging but time is of the essence.
    1. Place a case structure around the code within the first three frames. Each frame will have a case structure. You can use the loop count to control only executing the code the first time through the loop.
    2. You could combone the code of the first three frames into a single subVI and then use the same approach described above to skip executing that subVI.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How many break points and watchpoints are allowed in ECC 6.0

    Hi,
    Can any one say how many break points and watchpoints are allowed in ECC 6.0

    Hi ,
    A breakpoint is a signal at a particular point in the program that tells the ABAP runtime processor to interrupt processing and start the Debugger. The Debugger is activated when the program reaches this point.Max 30 breakpoints we can use.
    There is a special kind of breakpoint called a watchpoint. When you use watchpoints, the Debugger is not activated until the contents of a particular field change ie...Watchpoints allow you the option of monitoring the content of individual variables.The Debugger stops as soon as the value of the monitored variable changes.You can use max of 5 watchpoints.
    Difference
    1. Break Point.
    At particular LINE of SOURCE CODE,
    the system will STOP there.
    2. Watch Point.
    If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings.
    (For this, we have to give some
    VARIABLE NAME & VARIABLE VALUE - with relational operator)
    When this CONDITION gets satisfied,
    (anywhere during the execution of the program),
    the system will AUTOMATICALLY STOP THERE.
    (EG when the value of matnr reaches the specified value)
    That is the purpose of WATCHPOINT
    (the system will WATCH it, like a dog)
    Please go through this link:
    Watchpoint Vs breakpoint
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
    Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. You can only define watchpoints in the Debugger. Watchpoints allow you the option of monitoring the content of individual variables.
    The Debugger stops as soon as the value of the monitored variable changes.
    In addition, conditions can be specified. The Debugger also checks whether such a condition is fulfilled.
    For more details...
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/f1/792442db42e22ce10000000a1550b0/frameset.htm
    If satisfied, rewards me..
    Kind Regards
    Yogesh

  • Does anyone know how to break an infinite email loop?

    I appear to have an infinite mail loop (caused by an e-mail being sent with too many pictures attached).  Does anyone know how to break the loop?  Everytime I delete it, more (in fact hundreds) reappear.

    I don't use attachments too much, but there is a way of handling your situation. It might help to know about your email structure. You haven't provided too many details, so I'll do the best with what I have.
    Most users access their emails from two main sources: an ISP or an external provider like Google. If you use an ISP, like ATT, it's relatively easy to deal with your email problem. Log onto your ATT webmail, and you can delete the problematic email at its source. Delete the messages one by one, or delete blocks of emails by highlighting them and deleting. In the future, stay up to date with your emails to make sure this doesn't happen again.
    Some users use an external provider like Google, but the solution is the same. Delete messages one by one, or in blocks, until they're all gone.
    There's a trick to help you delete emails more easily: The next time you use Mail, make sure it's offline. You won't be able to download additiional email, but you'll be able to process the mail you already have on your computer. You can't get an "infinite loop" if you stop the flood of emails beforehand.
    Does that sound right? Post with your results!

  • How to break up a voice recording into navigable "chapters".

    I am trying to make a voice recording (a Podcast on GarageBand) that I can then break up into "chapters". I want to be able to use the track button on a CD player or an iPod to navigate these chapters.
    I have already made a Podcast recording in GB, but am unable to figure out how to break it up into "chapters" (with names that will appear on an iPod or CD player). Three questions:
    1) Is a podcast in GB the best way to accomplish this? and
    2) Should I break it up into "chapters" in GB or in iTunes? and
    3) How do I do it?
    Help me please!

    Sure! GarageBand is great for recording and combining tracks, but SoundStudio, for me at least, is more intuitive when I'm manipulating a single track. For instance, SoundStudio lets you mark various points in your audio track, then split and save them as individual files via a single menu command. It's like having a single audio track in GarageBand expanded to fill the whole application window, and the suite of tools is aimed at manipulating that single track, not mixing multiple tracks together.
    But the end result will be exactly the same — it's just a little easier for me to get there with SoundStudio. Unfortunately, SoundStudio is quite expensive (it came free on my Mac, but the latest version costs $80), so if you only need to split one audio file GarageBand will work just fine.

  • How to Break the cluster between Two servers

    Hi Experts,
    Since Iu2019m new to BOBJ XI R2.I would like to know how to break the cluster between two servers.
    Description :
    So far we took the copy of QAS Server1 to the new QAS server2 (Through Mirroring Tool ). Now those two servers are cluster together, I can see QAS server1 CMS Name, Cluster Name, cluster member name in QAS Server2 (CMC-> Setting -> Cluster).
    Besides in QAS Server1 CMS Name and Cluster name are pointing to the QAS Server1, except Cluster Member (This is still have two members Server1 and Server2).(CMC-> Setting -> Cluster).
    In QAS Server1 and QAS Server2 (CMS-> Servers), I can able see both server name under Machine Name tab.
    I would like to make those two servers as independent servers. There are two different data source for those two servers. I want to remove the cluster in both servers.
    Right now QAS Server1 is running and QAS Server2 is stopped.
    If i create/modify a group under new Mapped NT Member Groups in QAS server2 ,it is getting reflecting in QAS server 1.
    Could you please tell me the steps to resolve this problem.
    BO Version: BO XI R2
    Regards,
    Sridharan

    Hi,
    Maybe the external CMS is still 'attached' to your SIA node. Please go to the CCM (Central Configuration Manager) and stop the SIA (Server Intelligent Agent). On one of the tabs you can see if there is an external CMS part of your environment. Delete it and restart the SIA. Retry if you can delete the services now from within your CMS. It may well be that you have to stop both environments and delete each others CMS via the CCM to get it working. If you have not changed any permissions for your Administrator account the security model will not be the one causing this.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken

  • HT201250 How do I restore photos from Time Machine?  All of my photos have been imported within iPhoto and therefore are exported to Time Machine via an iPhoto file.  I can't figure out how to break individual photo files out of the iPhoto file.  Any idea

    How do I restore photos from Time Machine?  All of my photos have been imported within iPhoto and therefore are exported to Time Machine via an iPhoto file.  I can't figure out how to break individual photo files out of the iPhoto file.  Any ideas?

    You might post this query on the iPhoto forum and perhaps someone there can provide an answer.
    I tried this on my MBP and it seems that you have to restore the entire iPhoto Library.  What I did was put the current library in a separate folder on the desktop and then I restored the library from a prior date.  If you were to do that, you then could extract the desired photos and then delete the restored library.  Then place the current library back to the original location and import the desired photos.
    Not tidy but it seems it will work.
    Ciao.

  • How I break then insert mod and change to query mod through coding

    Hi master
    Sir how I break then insert mod and change to query mod through coding
    Please give me idea
    Aamir

    what do you mean with query-mode? QUERY-mode or ENTER-QUERY-mode ?
    QUERY-mode is after you fetch successfully data from the database
    ENTER-QUERY-mode is the mode, when you insert your selection-criteria into the record

  • How to Break Body In To Email

    HI,
    How to Break String in to EMAI, To break Email Body i am using <BR> But it's not Break Line into Email Body
    DECLARE
    l_id number;
    to_add varchar2(1000):=:P19_TO;
    from_add varchar2(1000);
    l_body varchar2(4000):=:P19_DESCRIPTION;
    l_sub varchar2(1000):=:P19_SUBJECT;
    I_case varchar2(10):=:P19_CASE_ID;
    I_isue_dte  date:=:P19_SUBMITTED_ON;
    BEGIN
       select email_id into from_add from user_mas where user_id=:app_user;
       l_id:=APEX_MAIL.SEND(
            p_to        => to_add, -- change to your email address
            p_from      => from_add,
            p_body      => l_sub||'<br>'||
                           I_isue_dte||'<br>'||
                           I_case||'<br>'||
                           l_body,
            P_subj      => l_sub);
      COMMIT;
    apex_mail.push_queue(
    P_SMTP_HOSTNAME => '192.168.0.6',
    P_SMTP_PORTNO => 25);
    commit;
    END;How can i break Email Body in to New Line.
    Thanks
    Manoj Kaushik
    Edited by: Vedant on May 23, 2011 4:56 AM

    You might want to try changing the
    <br>to a
    chr(10)||chr(13)So you are sending a carriage return and a linefeed.

  • I need to know how to break my page into two pages so i can send it

    I need to know how to break my page into two pages so i can send it

    Hi,
    You can add new form fields via the add item bar.  For example if you want them to fill in their name, you'd add perhaps 2 text fields, one for first name, one for last name.  Text field is the first icon on the add item bar.  Each field allows you to specify a custom label, you can click it to edit the label.  Are you seeing the add item bar?
    Once you've added all your form fields, you can test your form by clicking the "Test" tab, and then clicking the "Test Web Form" button.  That will open a browser to your form, that you can test filling it out.  When you've filled it out, you click the submit button.  The response will be saved to our service.  You can view the submissions, by going to the "View Responses" tab.
    Once you've finished testing your form, and want to distribute to your users, go to the "Distribute" tab, click the "Open" button. This will make sure your form is open and accepting repsonses.  Then copy the URL by clicking the "Copy Link" button.  You can then email that URL to your users, so they can fill in your form.
    Does this help?
    Thanks,
    Todd

  • ReadObject - how to break "while" or "for

    I want to read some (I don't know exactly how many) objects from file "data.csv" and question is: how to break "for" or "while" (in other words: how can I know there is an end of file)?
    FileInputStream istream = new FileInputStream("data.csv");
    ObjectInputStream p = new ObjectInputStream(istream);
         while (int y=0; y<??? ; y++){
                        MyClass  my_object= (MyClass)p.readObject();
                        catalogue.add(y,my_obect);
    istream.close();greetings :)

    You could always define your 'readObject()' method so that it returns null if it cant return anything useful.... just to make your incorrect code work? Apart from the objection above, that would also remove the present ability to serialize and deserialize a null.
    The API is already correctly designed thanks.

Maybe you are looking for

  • How can I get the server absolute path of virtual directory?

    Problem context: absolute path of my application at JRUN server is c:\testing nd url is http://kaspak/test ( kaspak is a machine local to server i-e client nd server r at same machine ) I m uploading a file nd saving it at server. PROBLEM: server sav

  • Burned CDs won't play on portable player

    My friend who has a PC has been burning CDs for me of spoken-word MP3s. They play fine on my portable CD player. Recently she gave me a USB drive with a bunch of MP3s for me to burn myself on my new MacBook Pro. The CDs I burned won't play on the CD

  • How can i import dll files in java project in eclipse?

    Hi All, How can i import or link dll files in java project in eclipse?.... dll files contains import com.ms.com.ComLib; import com.ms.com.Variant; import com.ms.com.ComFailException; import com.ms.wfc.data.AdoException; import com.ms.wfc.data.AdoEnum

  • URGENT:SELECT QUERY

    I have this query: select t.f1,t.f2,mn.f1 from t,mn where t.f1=mn.f1 and t.f3=mn.f4 if t.f3 become NULL the query doesn't have any result but the first condition is the most important. how should I write this query?? please help me. thanks Friends, N

  • How do I send a picture in imessage from my macbook?

    I already have a conversation going, but I don't see the camera thingy to add a pic? Is there something in the settings I need to change? It is there on the iPad and the iPhone but not on the Macbook..help please