Dataguard 11g

Hi ,
Oracle 11g claims heteogeneous dataguard supporting physical / logical standby on heterogenoeus OS platforms.
Can I , for instance create a primary database ( oracle 11g enterprise edition) on AIX and a
primary physical or logical standby on HP-UX ?
Thanks

As long as the "endianness" of both operating systems is the same, yes this is possible.
I don't have the OS' running here for confirmation.

Similar Messages

  • How to know the delay in redo log apply on Active Dataguard 11g

    Hello All,
    How to know the delay in redo log apply on Active Dataguard 11g...
    Do we need to wait till log switch occurs?
    Or is it recommended to schedule a log switch every 15 min, no matter data is updated/inserted or not in primary?
    Please suggest...
    Oracle : oracle 11g Release 2
    OS : RHEL 5.4
    Thanks
    Edited by: user1687821 on Feb 23, 2012 12:02 AM

    Hello CKPT,
    Thank you for the valuable information...
    We have not configured databroker.
    Output of the query
    SELECT * FROM (
    SELECT sequence#, archived, applied,
    TO_CHAR(completion_time, 'RRRR/MM/DD HH24:MI') AS completed
    FROM sys.v$archived_log
    ORDER BY sequence# DESC)
    WHERE ROWNUM <= 10
    Primary...
    SEQUENCE#     ARCHIVED     APPLIED     COMPLETED
    29680          YES          YES     2012/02/23 01:11
    29680          YES          NO     2012/02/23 01:11
    29679          YES          NO     2012/02/22 23:11
    29679          YES          YES     2012/02/22 23:11
    29678          YES          YES     2012/02/22 23:11
    29678          YES          NO     2012/02/22 23:11
    29677          YES          YES     2012/02/22 22:32
    29677          YES          NO     2012/02/22 22:32
    29676          YES          YES     2012/02/22 22:02
    29676          YES          NO     2012/02/22 22:02
    Standby...
    SEQUENCE# ARC APP COMPLETED
    29680 YES YES 2012/02/23 01:11
    29679 YES YES 2012/02/22 23:11
    29678 YES YES 2012/02/22 23:11
    29677 YES YES 2012/02/22 22:32
    29676 YES YES 2012/02/22 22:02
    29675 YES YES 2012/02/22 21:24
    29674 YES YES 2012/02/22 19:24
    29673 YES YES 2012/02/22 18:59
    29672 YES YES 2012/02/22 17:42
    29671 YES YES 2012/02/22 17:41
    Primary shows yes as well as no...
    Next,
    From primary:-
    SQL> select thread#,max(sequence#) from v$archived_log group by thread#;
    THREAD#     MAX(SEQUENCE#)
    1     29680
    From standby:-
    SQL> select thread#,max(sequence#) from v$archived_log where applied='YES' group by thread#;
    THREAD# MAX(SEQUENCE#)
    1 29680
    What is the redo transport service you are using? is it LGWR or ARCH ?
    Output of query select * from v$parameter where name like 'log_archive_dest_2' shows below value...
    SERVICE=b_stdb LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=b_stdb
    So is it lgwr already configured...? if yes then how do i see the delay in both servers..
    Yes, the network is good as they both resides in same LAN within same rack
    Thanks...

  • Oracle Spatial Datatypes and Dataguard 11g

    Hi
    Does anyone know if the following datatypes are supported in dataguard 11g for logical standby or physical standby?
    SDO_Geometry
    SDO_georaster
    thanks
    sunir

    A correction. Logical standby (SQL Apply) doesn't currently natively support spatial data types but sdo_geometry can be supported thru EDS by creating a logging table and two triggers and some manual work. Please check it out from My Oracle Support:
    Note 559353.1 - Extended Datatype Support (EDS) for SQL Apply. "Extended Datatype Support (EDS) is the ability for SQL Apply to extend support for additional datatypes that are not natively supported yet by SQL Apply. EDS relies on a new capability in Oracle Database 10g Release 2 Patch Set 3 (10.2.0.4) and Oracle Database 11g Release 1 Patch Set 1 (11.1.0.7) that allows triggers to fire on the logical standby database. "
    Note 565074.1 - EDS for SQL Apply Example - Oracle Spatial Type SDO_GEOMETRY
    thanks
    Jeffrey

  • Oracle Active Dataguard 11g - Passwords

    Hi all
    Environment description: Production database, 11.2.0.3 version, standalone running on Solaris and an Oracle Active Dataguard database in read only mode, same version and operating system.
    Question: The users passwords and sys/system passwrod (orapw ) could be different in the ADG environment? I mean, could the orapwd file and user password be changed in the Dataguard database ?
    Thanks a lot.

    user1687821 wrote:
    Hi All,
    Please suggest a good step by step guide to implement Oracle Active Dataguard on Oracle 11g, OS : RHEL 5.4
    Have searched a couple of documents, but ending up with physical or logical dataguard setup guides...
    Please suggest end to end steps guide for Active Dataguard Implementation
    DB : Oracle 11g Release 2
    OS : RHEL 5.4
    ThanksHi,
    Active dataguard is option after configuring dataguard.
    You can put standby database in Open(read only) mode also you can enable Recover(MRP) while open so this can be used for reporting purpose too.
    Please refer below links for configuring them.
    http://www.oracle-class.com/wp-content/uploads/2011/01/dataguard/11gR2%20Physical%20Data%20Guard%20Setup%20%20project,%20with%20Active%20Data%20Guard%20option.pdf
    http://www.databasejournal.com/features/oracle/article.php/3834931/Using-Oracle-11gs-Active-Data-Guard-and-Snapshot-Standby-Features.htm
    http://www.oracle-base.com/articles/11g/DataGuardSetup_11gR2.php
    http://www.oracle.com/technology/deploy/availability/pdf/maa_wp_11gr1_activedataguard.pdf
    HTH.

  • Dataguard 11g setup between AIX and Linux

    Hi,
    We are planning to move our Oracle databases from AIX 6.1 to Oracle Linux 6.2
    To reduce the downtime, we are thinking of setting up a dataguard (physical or logical) and do the switchover.
    Have you performed this before?
    Will you pls send me the steps?
    Thanks,
    DR

    Hello again;
    I thinking no for the same reason.
    When my shop moved from AIX to Linux we just install Oracle on Linux and patched it to the same level as the AIX. We created users, tablespaces, job etc in advance and then just used import/export to move the needed schema's. Data Pump make this much easier.
    Do a schema(s) compare and switch when ready. But in any event I don't believe Data Guard can help you. You mostly have a migrate issue.
    Please consider closing your question when complete.
    h3. Oracle Database 10g & Multi-Terabyte Database Migration
    http://www.oracle.com/technetwork/database/features/availability/thehartfordprofile-xtts-133180.pdf
    h3. Incrementally Updating Transportable Tablespaces using RMAN
    http://www.oracle.com/technetwork/database/features/availability/itts-130873.pdf
    h3. Platform Migration Using Transportable Database Oracle Database 11g and 10g Release 2
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-10gr2-platformmigrationtdb-131164.pdf
    Best Regards
    mseberg
    Edited by: mseberg on Nov 13, 2012 6:31 PM

  • Step by Step guide to implement Active Dataguard 11g

    Hi All,
    Please suggest a good step by step guide to implement Oracle Active Dataguard on Oracle 11g, OS : RHEL 5.4
    Have searched a couple of documents, but ending up with physical or logical dataguard setup guides...
    Please suggest end to end steps guide for Active Dataguard Implementation
    DB : Oracle 11g Release 2
    OS : RHEL 5.4
    Thanks

    user1687821 wrote:
    Hi All,
    Please suggest a good step by step guide to implement Oracle Active Dataguard on Oracle 11g, OS : RHEL 5.4
    Have searched a couple of documents, but ending up with physical or logical dataguard setup guides...
    Please suggest end to end steps guide for Active Dataguard Implementation
    DB : Oracle 11g Release 2
    OS : RHEL 5.4
    ThanksHi,
    Active dataguard is option after configuring dataguard.
    You can put standby database in Open(read only) mode also you can enable Recover(MRP) while open so this can be used for reporting purpose too.
    Please refer below links for configuring them.
    http://www.oracle-class.com/wp-content/uploads/2011/01/dataguard/11gR2%20Physical%20Data%20Guard%20Setup%20%20project,%20with%20Active%20Data%20Guard%20option.pdf
    http://www.databasejournal.com/features/oracle/article.php/3834931/Using-Oracle-11gs-Active-Data-Guard-and-Snapshot-Standby-Features.htm
    http://www.oracle-base.com/articles/11g/DataGuardSetup_11gR2.php
    http://www.oracle.com/technology/deploy/availability/pdf/maa_wp_11gr1_activedataguard.pdf
    HTH.

  • Post switch over in oracle dataguard 11g

    Dear Guru,
    Switch over has been completed successfully from primary database to standby database.
    new primaray database is open and accessible but its showing his satus in v$database as below.
    database_role = primary
    switchover_status = not allowed
    db_unique_name = dg1_stdby
    old primaray database which is now standby showing his satus in v$database as below.
    database_role = physical standby
    switchover_status = session active
    db_unique_name = dg1_primy
    when check status in data guard broker its
    for both the databases - dg1_primy and dg1_stdby its showing error ORA-16810: multiple errors or warnings detected for the database.
    when checked dataguard log file on new primary server its showing
    ORA-16816: incorrect database role
    ORA-16700: the standby database has diverged from the primary database
    Please guide me how to resolved issue.
    Thanks & Regards,
    Nikunj Thaker

    Hi Nikunj,
    You can find the scenario, in the "Problem : Data Guard Broker Switchover fails With ORA-16665 using Active Data Guard", on metalink.oracle.com
    First of all manually complete the Switchover, ie. restart the Databases in its new Role. Note that the final Role Change has not been recognized by the Broker, so you have to rebuild the Data Guard Broker Configuration when the Databases have been restarted:
    DGMGRL> remove configuration;
    DGMGRL> create configuration ...
    DGMGRL> add database ...
    DGMGRL> enable configuration;
    Best regards,
    Orkun Gedik

  • Oracle dataguard 11g

    hi all ,
    i need the estimated price for oracle datagurad for oracle 11g G
    only esimated???
    thanks

    Have you look on this link?
    http://www.oracle.com/us/corporate/pricing/technology-price-list-070617.pdf
    What about this? (your should multiplicate by the factor of your architecture)
    http://www.oracle.com/us/corporate/contracts/processor-core-factor-table-070634.pdf

  • DataGuard 10gr2 (10.2.0.4) AIX 5.2-primary Aix 6.1-Standby possible?

    We currently have 10.2.0.4 DG configuration running on three AIX 5.2 servers (one primary, two standbys). We will be installing some new servers that will be pre-loaded with AIX 6.1. If we were to install 10.2.0.4 on these new AIX 6.1 servers is it possible to create additonal standbys on them? Or is there a limitation in 10gR2 Datagurad that the OS versions must be exactly the same?
    Doc ID: 413484.1 indicates that this is possible but I am unclear if this only applies to DataGuard 11g?
    Thanks in advance. It would also be appreciated if anyone knows of an Oracle document that definitively states whether this can or cannot be done.

    Whilst I've only done AIX upgrades at the level like 5.2 to 5.3 etc using standbys, there is no reason that a major OS release level shouldn't function correctly. As long as both run the same DB software patch level (10.2.0.4 as you've stated) then it should be fine. If you're really paranoid raise an SR with Metalink and get it in writing.

  • Database shutdowns in Maximum Protection mode

    Hi,
    I am using oracle dataguard 11g(11.2.0.1.0) on OEL5. My dataguard is working fine in MAXIMUM PERFORMANCE mode. But when i try to put my database mode in MAXIMUM PROTECTION MODE my database gets shutdown.What could be the possible reason for this????
    Regards,
    007

    Hello;
    Quote  "To ensure that data loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least one synchronized standby database"
    Section - 1.4 Data Guard Protection Modes - Data Guard Concepts and Administration 11g Release 2 (11.2) E10700-02
    From section 5.1 of the same document ( Maximum Protection )
    "Oracle recommends that a minimum of two standby databases be used to
    protect a primary database that runs in maximum protection mode to prevent a single
    standby database failure from causing the primary database to shut down."
    Best Regards
    mseberg

  • Truncate Tables

    Is it possible to truncate tables or table partitions in a physical standby database using dataguard.
    The reason behind this is we do not need to carry forward data into the standby more than a certain period. The table is more of a datawarehouse table.
    Is this possible on dataguard 11g R1.
    Thanks,

    Hi,
    aprarently this is not possible. A physical data guard configuration is marked by the fact that primary and standby database are bitwise identical (spreaking from the data files here).
    So it is not possible - even in 11g. In 11g you can open the standby database, modify data and flashback the database to the point you started modifying the standby and continue apply
    the redo log data.
    If you want a solution: You can use streams to replicate the data to another database. In this "another" database you are free to truncate the data. Or you can use
    a logical standby database where you can truncate the table as well.
    Ronny Egner
    My blog: http://ronnyegner.wordpress.com

  • OCM certification

      I am working as Senior Corporate Trainer with  OU training partner. I have successfully conducted training for 11g r2 RAC , 11g Dataguard, 11g SQL Tuning, 11g Performance Tuning etc. I want to appear for OCM certification exam. I would be grateful if you could clarify whether I need to attend training for two of the above modules as per prerequisite for OCM certification?
    Regards

    Hi,
    Please see following link:
    http://www.itcertificationmaster.com/oracle-certified-master-ocm-dba/
    I have passed OCM 10g Exam. How to prepare ? | Oleksandr Denysenko&amp;#039;s Blog
    Exam Title | Oracle Certification Exam
    Thank you

  • DataGuard on Oracle 9i and Oracle 11g

    Hi Guys,
    Is it possible to configure DataGuard between an Oracle 9i primary database and an 11g standby?
    Thanks for the help.
    Carlos

    See this MAA paper - http://www.oracle.com/technetwork/database/features/availability/maa-wp-10gr2-rollingupgradebestprac-1-132006.pdf which explains a rolling upgrade using a Data Guard standby. The caveat is that you will have to create a 10.2.0.4 physical standby on the new hardware and convert it to a Logical Standby before upgrading it to 11.2. So you will have to have both homes on the new hardware. So your database has to be able to support a Logical standby.
    Also, depending on the hardware change the combination has to be a supported one as detailed in the MOS note " Data Guard Support for Heterogeneous Primary and Physical Standbys in Same Data Guard Configuration" [ID 413484.1]
    Going from a single instance to a RAC is no problem.
    Thanks.
    Larry

  • Concept about Query Scn in Dataguard in Oracle 11g

    What are the details concepts behind the’ query scn’ in Dataguard in Oracle 11g. I read the concept from Oracle Datagaurd 11g Handbook but it was not clear for me.

    It's the highest SCN to which data is synchronised between the primary and secondary in a way that the secondary guaranteed read-consistent. It's therefore not possible to query an active standby for data modified after that SCN. At any given time, there might be transactions committed on the primary but not yet shipped or applied to the standby. You're not allowed to see those on the secondary. Not sure how much more detailed you want to get, really.
    Edited by: Catfive Lander on Jan 15, 2013 4:15 AM

  • 11g to 10g Dataguard

    Dear Friend,
    We have set up for Physical stand by between two 10g instances.
    Now its required to upgrade oracle version , but 1st we want to upgrade Primary DB version to 11g then later on stand by.
    So is 11g to 10g DG is possible?, does logical standby support this? if yest then what will be process for same.

    So is 11g to 10g DG is possible?nope, it would not make sense. a standby is for failover, how can you failover to an older release?
    if you want a reporting system on an old release - ok (I wouldn't agree with you but whatever). You would do that using streams.
    Tom @ http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1468639100346407276
    Also Check below link where Rajesh has given good PDFs links :
    How to upgrade the 10g Dataguard after the primary was upgraded to 11g
    Regards
    Girish Sharma

Maybe you are looking for

  • Problem with my printer "sorry not recognised"

    Dispite posting the problem i had after MUCH hard work and searching for how to do this, i never got a reply (i thought this was a support forum), i hate to say it but support from HP has seriously gone down hill, i have a problem with my printer whi

  • Essbase Studio Error(1021001): Failed to Establish Connection With SQL Data

    Hi. I have trying to deploy a cube with Essbase Studio but I get the error: "*Error(1021001): Failed to Establish Connection With SQL Database Server*" My environment is Linux 5, Oracle 11g and EPM 11.1.1.2. Oracle database and Essbase was installed

  • Mouse pointer on occasion has a small scrolling bar

    that shows up and is really annoying is this a Vista or toshiba thing and can I uninstall it. Thanks!

  • InDesign CS5 Indexing a book - adding indexes that span between documents

    I have a 500 page indesign book that is made up of 20 indesign documents.  When I create an index that goes beyond one document it stops at the end of the first document.  How do I get the indexes to continue onto the next document.  I tell it to sta

  • Ipad2 won't update to iOS 5

    Whenever I try to update it tells me I must first backup my iPad than it begins to backup but re,Ainsley backing up for hours...it went from 10 to eight last night... How can I get mine to update and get past the backing up?