Dataguard server relocation downtime

Hi Guys,
We are using 2 Node Oracle 11g R2 RAC Cluster on windows 2008 as a primary site and the similar cluster congirations on the secondary site. we are relocating our Secondary Standby Database server to a different site. There will be a atleast 10 hours down time on seondary site while we are moving the physical servers. At the moment we have 200GB space available on Production server for FRA and our daily archive log file generation is 70GB maximum. Could you please let me know what is the best way for me to down the secondary standby server and Up it again on the new site without any issues.
1- Shell I Shutdown the standby server straight away and plug in on new site and it can start recovering from the primary site ? (I know this is not a safe way)
2- Shell I turn the transport OFF on the primary site and then turn it ON on later on new site ?
Any feedback would be appreciated !
Regards,

Hi,
In Primary location:
Alter system set LOG_ARCHIVE_DEST_STATE_2=defer sid='*';   ---will stop sending archives to Secondary location (Standby)
Secondary location (Standby ) is UP:
STARTUP NOMOUNT
ALTER DATABASE MOUNT STANDBY DATABASE;
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION;
In Primary location:
Alter system set LOG_ARCHIVE_DEST_STATE_2=enable sid='*';
And check in Secondary location :  select name, value from v$dataguard_Stats;
For example result:
NAME                                              VALUE
transport lag                                +00 00:00:00
apply lag                                      +00 00:00:00
apply finish time                           +00 00:00:00.000
estimated startup time                 21
Thank you

Similar Messages

  • Workshop Studio license server scheduled downtime 9/21-9/24

    Oracle IT is planning an extended maintenance on the hardware that currently hosts the Workshop Studio license server. Downtime is expected to start Wednesday, September 22nd and end by Saturday evening, September 25th.
    During this downtime, you will be unable to activate and deactivate legacy Workshop Studio licenses.
    As always, if you are an active Workshop Studio user, we strongly urge you to check out Oracle Enterprise Pack for Eclipse (OEPE) as this is Oracle's strategic Eclipse IDE. Workshop Studio users can expect the same types of features to exist in OEPE like Web development tools, support for EJB, JPA, Web Services, AppXRay dependency validation, and much, much more.
    We will update this thread when services are back online.
    Thanks,
    Greg

    Oracle IT is planning an extended maintenance on the hardware that currently hosts the Workshop Studio license server. Downtime is expected to start Wednesday, September 22nd and end by Saturday evening, September 25th.
    During this downtime, you will be unable to activate and deactivate legacy Workshop Studio licenses.
    As always, if you are an active Workshop Studio user, we strongly urge you to check out Oracle Enterprise Pack for Eclipse (OEPE) as this is Oracle's strategic Eclipse IDE. Workshop Studio users can expect the same types of features to exist in OEPE like Web development tools, support for EJB, JPA, Web Services, AppXRay dependency validation, and much, much more.
    We will update this thread when services are back online.
    Thanks,
    Greg

  • Exchange Server relocation (Internal IP change)

    Hello,
    We are in process of relocating our Data Center with this move we need to change our internal IP  For Exchange ( CAS,HT,MB and Edge Transport Servers).
    Server A
    Client Access Role & Hub Transport
    Server B
    Mail Box Role
    Server C
    EDge Transport Role
    Do I need to change IP's in any sequence or I can just them.
    I really appreciate any insight on how to change IP on the Exchange 2010 SP2.
    Thanks
    RG

    Hi Rao G,
    1. Please make sure the certificate on the server is not expired. Also make sure the thumbprint on the certificate matches the thumbprint enabled for SMTP.
    2. Please make sure that the Micorosft Exchange Credential Service (EdgeCredentialSvc) is running on the target Edge Transport server.
    3. Please Re-subscribe the Edge Transport server, to generate new credentials. Following is the details:
    Remove-EdgeSubscription
    http://technet.microsoft.com/en-us/library/bb124807(v=exchg.141).aspx
    New-EdgeSubscription
    http://technet.microsoft.com/en-us/library/bb123800(v=exchg.141).aspx
    4. Please run Start-EdgeSynchronization on Hub Server, to have a test.
    5. Also suggest to check Event Log for the further troubleshooting.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • DataGuard postings relocated -- not a technical question

    Hello,
    I have seen from last night DataGuard posts is moved from Database - datagaurd to Database - high availability.
    By this changes, there would be some confusion for OP's.
    Normally any OP first go to Database & then he search for "DataGuard", when he cant found then he/she try to post in "Database - General", So by this process its going to be less flow/usage further in data guard
    How to Avoid miscommunication to OP?
    Why these sudden changes?
    Is this change really helps?
    Thanks.
    CKPT.

    oracletechnet wrote:
    We have consolidated some of the Database-related forums into subfolders; the list was becoming much too long.
    The forums URLs themselves have not changed so there really should be minimal disruption.Yes of course in database there is a big list. Correct.
    But from last week there is less flow comparatively after changes been made to sub folders. Looks OP is posting into database - general, I saw some of the threads too, which are not routed to dataguard.
    I have one idea, if it's wrong let me know.
    I I have a question in ASM, Im not new so I know where is this folder, so I can go and post there. No issues.
    Some one who new to OTN, may be he or may mo be known where that folder exist.
    So, for all the questions, there would be only one template to post, but add extra popup scroll button, which consists of all the divisions. It's like example of (answered,unanswered,all) threads selection menu. So that while posting by any OP he/she has to choose one division where he/she likes to post.
    If I give subject line, description, at the same time I select where I want to post by the popup option. So that it question will be routed to the relevant division. Again there would be no work for moderators to move threads from one division to another division.
    Hope it clears.

  • CCX 8 HA server relocation

    We are planning on moving the standby CCX server to another location. we do not have any ip or licensing issues. they have been installed as a LAN deployment. has anyone migrated to a WAN deployment (hopefully without having to rebuild)? We know some of the changes is to do with Heartbeat, but don't know where the parameters can be changed.

    I think the keys are to ensure requirements are met:  http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html#wp262764
    And then to move the server, then change the IP (and other associated network configuration settings):
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/upgrade/guide/8xcucrugx.html
    Good luck!

  • Oracle 10g dataguard

    Hi all
    I have created a dataguard on a separate server and shifted the production database to dataguard server in an emergency. Now I want to revert back to the production server.
    Please tell me the procefure for the same and tell me that how much data loss will occure?

    try this solution
    On the current primary database, query the SWITCHOVER_STATUS column of the V$DATABASE fixed view
    on the primary database to verify it is possible to perform a switchover. For example: 
    SQL> SELECT SWITCHOVER_STATUS FROM V$DATABASE;
    SWITCHOVER_STATUS
    TO STANDBY
    OR  
    SQL> SELECT SWITCHOVER_STATUS FROM V$DATABASE;
    SWITCHOVER_STATUS
    SESSIONS ACTIVE
    Initiate the switchover on the primary database 
    To change the current primary database to a physical standby database role, use the following SQL statement
    on the primary database: 
    If the value in the SWITCHOVER_STATUS column is TO STANDBY 
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY; 
    If the value in the SWITCHOVER_STATUS column is SESSIONS ACTIVE 
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
    Shut down the former primary instance, and restart and mount the database and confirm the switch over notification: 
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP MOUNT;
    SQL> SELECT SWITCHOVER_STATUS FROM V$DATABASE;
    SWITCHOVER_STATUS
    TO_PRIMARY
    Switch the target physical standby database role to the primary role. 
    If switch over status is to primary:  
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY;
    If switch over status is active session:
    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY WITH SESSION SHUTDOWN; 
    Finish the transition of the standby database to the primary role 
    If standby database has not been opened in read-only mode since the last tiem it was started, issue
    SQL> alter database open; 
    If the physical standby database has been opened in read-only mode since the last time it was stared, you must
    issue
    SQL>shutdown immediate;
    SQL>startup;
     Enable the log_archive_dest_state_n parameter for redo transmission 
    At new Standby database activate media recovery: 
    SQL> Alter database recover managed standby database disconnect from session; 
    regards,

  • Dataguard not working

    Dear all
    The alert log on my dataguard server is showing me these errors.
    Can someone help me URGENTLY.
    This is having an impact on my production database.
    RFS: Possible network disconnect with primary database
    Closing latent archivelog for thread 1 sequence 31373
    EOF located at block 2049 low SCN 1:1109692321 next SCN 1:1109692321
    Latent archivelog '/archive/PROD/arch_31373.log'
    If you wish to failover to this standby database, you should use the
    following command to manually register the archivelog for recovery:
    ALTER DATABASE REGISTER LOGFILE '/archive/PROD/arch_31373.log';
    Sat Feb 9 21:19:18 2008
    Errors in file /nd00/oraprod/proddb/9.2.0/admin/PROD_aptdr/udump/prod_rfs_2461784.trc:
    ORA-00367: checksum error in log file header
    ORA-00332: archived log is too small - may be incompletely archived
    ORA-00334: archived log: '/archive/PROD/arch_31373.log'
    ORA-12161: TNS:internal error: partial data received
    Many Thanks.

    If you are experiencing connectivity and/or bandwidth issues between the primary and the standby you could always consider downgrading the protection level you are running your primary in:
    http://jarneil.wordpress.com/2007/10/25/dataguard-protection-levels/
    If you can accept some level of data loss on a disaster in your primary datacenter then LGWR ASYNC may be the sweet spot for you. With a round trip time of around 10ms between primary and standby I regularly see a mere handful of seconds of transport lag to the standby. In fact, if you run in Maximum Availability, you can get the best of both worlds, synchronous data protection when all is good, and no impact on primary should you lose connectivity to secondary.
    Like most things, your protection level is a real trade off, between impact on primary and level of protection afforded to your data.
    jason.
    http://jarneil.wordpress.com

  • Move CPO server/keep database schemas

    Hi,
    We have moved our database hosting the CPO schemas to a different datacenter. The application server however has not moved.
    I have a new server on that same datacenter to use for CPO.
    Will installing CPO on the new server using the same oracle schemas affect the table and data that are already there?
    Would you have a document on how to do such move?
    Thanks,
    JB

    There is a key on the server which hosts TEO which is used to encrypt data such as runtime users.  Without moving this, you will lose all of the encrypted data in the DB.  You will need to go through the TEO Server relocation procedures covered in the Resiliency Strategy document to ensure the key is present on the PO server you are moving.
    You may want to take this in 2 steps.  First go through the database server change using the tool for this purpose.  Once that's working, go through the server move process.
    Working with TAC through this process would probably be a good idea.
    Also, this may be a good way to explore the mechanics of the hot stanby strategy should you want to use it for HA until such time as PO 3.0 arrives.

  • Over Wireless - Network Accounts Unavailable

    I have seen a couple of posts on this site in regards to this topic, but nothing seems to have worked. Here is what I have...
    I have an OS X Server (10.4.5) that is my OD master.
    I have a wired/wireless network. Clients are authenticating just fine over the wired network. Clients cannot authenticate over the wireless network (Airport APs that are NOT distributing IP addresses, that is done via a DHCP server).
    I have several teachers with laptops, but they are using mobile accounts, so when the login, it appears as a local account to the machine and the login without issue. The server then synchronizes just fine.
    I have setup a couple wireless eMacs around the building recently, and have given them static IP addresses (though I would prefer to use my DHCP server which is seperate from my OD server), yet they are not talking to the network or the OD server, it appears, until after a local account is logged in. At that point, I can logout and then log back in using an account setup in WorkGroup Manager.
    I have noticed on the login screen that even though there is a static IP address, it is not appearing on the login screen when I scroll through the machine attributes, which hints me to the thought that the machine is not yet on the network. I also cannot ping the machine or hit it with Remote Desktop.
    I have tried clearing out the LDAP directory settings and reinstalling them from the wireless network to no avail. I have also attempted to clear out the directory settings in the /Volumes/HD/Library/Preferences/DirectoryService settings, also to no avail.
    Any help would be appreciated.

    I unfortunately cannot help with your situation, but it seems that you work in an educational environment as I do, and you might be able to help me. I've been running mac networks for a long time, with Xserves since they came out. I currently manage a wired/wireless network with an Xserve G5 as OD master. Up until last week, at any given time, the most clients we had accessing the server at once was about 60 wired computers and maybe 10-15 wireless and things ran beautifully. We just started using 60 new laptops and everything has gone to crap. After 6 months with ZERO server crashes/downtime, I've had 2 crashes in the last week. Even before the crashes, with about 100 clients accessing the network, everything was painfully slow. Portable home directories is not an option because we're not up to 1:1 yet. This is new territory for me. Can you give me an idea of the number of wired/wireless clients you manage? Any suggestions on what upgrades come first, like RAM? I have an Xserve G4 not being used. Any ideas on the best way to use it to help? Thanks for any help you can provide.
    Xserve G5 DP   Mac OS X (10.4.4)   1 gig RAM

  • Oracle RAC one node

    why Oracle introduced Oracle RAC one node in 11gR2?
    I have gone through oracle documents on oracle rac one node, but i couldn't find much added advantage than instance failover. We have already some technologies like datagaurd and some third party softwares for instance failover.
    Then why oracle introduced this RAC one node in the new release i.e 11gR2?
    What exactly oracle wants to provide from oracle RAC one node?
    Thanks...
    Bharath

    Why RAC one node?
    Oracle RAC one node is a single instance of Oracle RAC that runs on the node in a cluster. The benefit of the RAC one node option is that it allows you to consolidate many databases into one cluster without a lot of overhead, while also providing high availbilty benefits of failover protection, as well as for Online rolling patch application and rolling upgrades for the Oracle clusterware.
    Another aspect of RAC one node allows you to limit th CPU utilization of individual database instances within the cluster through a feature called resource manager instance caging, which gives you the ability to dynamilcally change the limit as required.
    Furhtermore , with RAC one node there is no limitation for server scalabilty such that if applications outgrow the current resources than a single node can supply, you can then upgrade the applications online to Oracle RAC.
    In tthe event that the node which is runnig Oracle RAc one node becomes saturated and out of resources, you can migrate the instance to another node in the cluster using Oracle rac one node and another new utilty called OMOTION feature.OMOTION feature for Oracle RAC 11g R2 rac allows you to migrate a running instance to another server without downtime or distrubtion in service for your enviornment.
    Hope you're understand.

  • Oracle E-Business Suite 11.5.10.2 DATA GUARG

    Hi,
    I'm planning to implement Data Guarg in Oracle E-Business Suite 11.5.10.2 .
    Production Server:
    DB01 =DB SERVER (10.2.0.3)
    APP01 =APPLICATION SERVER (11.5.10.2)
    DataGuard Server:
    DB02 =DB SERVER (10.2.0.3)
    APP02 =APPLICATION SERVER (11.5.10.2)
    Can I do automatic applciation failover? My answer is yes.
    Which failover would be suggested method if users are <100?
    What will happen when I apply patch on APP01? Do I need to refresh APP02 thru scp or tar or any backup utility?
    Since DB02 is syncing thru DB01 on daily basis.
    Does DG required additional licenses?
    Thanks,
    -Dinesh

    As Srini and Hussein mentioned that there could be some data losses. No dear, I did not say there will be some data loss (Srini who mentioned this in his last reply as shown above/below).
    schavali wrote:
    end users will experience some outage time (and possible data loss) during the cutover.Srini, please share with us your experience with Data Guard when you had a data loss.
    How to prevent those data losses?
    Let 10.10am last archived logs applied to standby db,system crashed at 10.11AM, Between 1 minute users entered 100 transactions which are still in archived log. and log switch didn't happened yet.No data loss mode (Maximum Protection) can be configured with Data Guard.
    Note: 387266.1 - Oracle10g: Data Guard Switchover and Failover Best Practices
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387266.1
    Note: 387174.1 - MAA - Data Guard Redo Transport and Network Best Practices
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387174.1
    Note: 150584.1 - Data Guard 9i Setup with Guaranteed Protection Mode
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=150584.1
    Note: 227196.1 - Failover in Oracle9i DataGuard Environments
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=227196.1

  • Isg_dataguard_issue_2

    Hi All;
    We have an offline Dataguard Server. when i start applying archive at Dataguard it is showing me error
    ORA-00283: recovery session canceled due to errors
    ORA-01111: name for data file 66 is unknown - rename to correct file
    ORA-01110: data file 66: '/u01/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00066'
    ORA-01157: cannot identify/lock data file 66 - see DBWR trace file
    ORA-01111: name for data file 66 is unknown - rename to correct file
    ORA-01110: data file 66: '/u01/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00066'
    i dont know what is this error also their is no such file in $ORACLE-HOME/dbs path
    Plz Suggest for the same
    Regards
    Lucky

    This behaviour is usually seen if a database has been restored from a backup which e.g. had a datafile dropped ( alter database datafile offline drop ) .
    The database doesn't have an entry for the correct file name, but either the tablespace definition still exists or the control-file has some information about the file.
    Verify the tablespace to which the file belongs and drop it, or issue the "offline drop" of the datafile again.

  • What  is thin and fat client

    Hi,
    I would like to know
    what is thin and fat client.
    what is the difference between thin and fat client.
    How to copy config only client. (No data copy)
    Appreciate for your reply... I will reward the points.
    Thanks
    Atul-

    Hi Atul,
    Thin Clients
    A thin client is designed to be especially small so that the bulk of the data processing occurs on the server. Although the term thin client often refers to software, it is increasingly used for the computers, such as network computers and Net PCs, that are designed to serve as the clients for client/server architectures. A thin client is a network computer without a hard disk drive. They act as a simple terminal to the server and require constant communication with the server as well.
    Thick Clients
    In contrast, a thick client (also called a fat client) is one that will perform the bulk of the processing  in client/server applications. With thick clients, there is no need for continuous server communications as it is mainly communicating archival storage information to the server. As in the case of a thin client, the term is often used to refer to software, but again is also used to describe the networked computer itself. If your applications require multimedia components or that are bandwidth intensive, you'll also want to consider going with thick clients. One of the biggest advantages of thick clients rests in the nature of some operating systems and software being unable to run on thin clients. Thick clients can handle these as it has its own resources.
    <u><b>Thick vs. Thin - A Quick Comparison</b></u>
    <b><i>Thin Clients</i></b>
    - Easy to deploy as they require no extra or specialized software installation
    - Needs to validate with the server after data capture
    - If the server goes down, data collection is halted as the client needs constant communication with the server
    - Cannot be interfaced with other equipment (in plants or factory settings for example)
    - Clients run only and exactly as specified by the server
    - More downtime
    -Portability in that all applications are on the server so any workstation can access
    - Opportunity to use older, outdated PCs as clients
    - Reduced security threat
    <b><i>Thick Clients</i></b>
    - More expensive to deploy and more work for IT to deploy
    - Data verified by client not server (immediate validation)
    - Robust technology provides better uptime
    - Only needs intermittent communication with server
    - More expensive to deploy and more work for IT to deploy
    - Require more resources but less servers
    - Can store local files and applications
    - Reduced server demands
    - Increased security issues
    To copy only config client , there are few more profiles that you can choose in scc8
    SAP_EXBC - SAP_UCSV with cross-client customizing
    SAP_EXPA - SAP_ALL with cross-client customizing
    SAP_EXPC - SAP_CUSV with cross-client customizing
    if it helful reward points are appreciated
    Message was edited by:
            Pierluigi Demaria
    Message was edited by:
            Pierluigi Demaria

  • Database instance is moved under other system ID

    Hello Experts,
    I have installed ECC 6.4(ABAP+JAVA) but due to frequent restarts,database instance of java is shown under the ABAP instance system ID.
    Can anybody help me to take it back state?
    Thanks,
    Abha

    Hello
    I guess when you stop your SAP  system next time ,just have Sap services and database services restarted from service manager and see if you get all things as previous ,may work though I never tried for database specific services
    I have tried this once for Sap instance on CI and app server (during downtime I explicitly restarted SAPServiceSID )
    Success!!
    Ganesh

  • Why has photoshop cs6 extended been installed on my machine without me asking for it?

    Why has photoshop cs6 extended been installed on my machine without me asking for it? Now, every time I start photoshop, I get this splash screen that ask me to join CC, or "to license this software," or "to continue trial." How do I get rid of all this and get back to my "normal" photoshop CS6?
    Thanks in advance.

    Sometimes there are server problems, downtimes, or security changes. Most problems with email are resolved by deleting the account from the iPad and then re-adding it.

Maybe you are looking for

  • How do I move my photos from Iphone4 to my computer?

    When I plug the phone into my computer it takes me immediately to the Itunes Shop,  I keep expecting to be taken to my own account, but this hasn't happened since I first synced the phone. I want to transfer my photos from my phone to my computer (or

  • How do I install Elements 13 from the diskdrive on another computer?

    I bought a hardcopy of Elements 13. I want to install it on a Windows 7-desktop pc. However, this pc does not contain a diskdrive, therefore I want to install it from the diskdrive on my laptop. Both computers are in my home-network. I do have admini

  • Photoshop 7 and Mac OS X 10.5.4

    Hi I upgraded to Mac OS X 10.5.4 and Photoshop 7 crashes and Scanner software(Microtek).It looks like CS upgrade $200.00 I do not have! Has anyone had a problem with running these two together? I re installed Photoshop 7 and no luck it just crashes a

  • A easy and simple database change?

    Hi folks: I have a easy and simple question (I guess) that I need to resolve a database problem. I installed a 9.2.0.1 database but I setting up the wrong character set. Now I need to change the character set to AL32UTF8 but I really don't know how.

  • Turn "Delete Resource Account" for Active Directory into rename/move/unlink

    My Windows sysad would like me to stop deleting Active Directory users; he's tired of cleaning up from dangling SIDs, and I don't particularly blame him. Instead, he would like the process of "deleting" an AD account to be more like: 1. disable 2. re