11g Active Data Guard Software?

I got a copy of the 11g (for SUN SPARC) from the edelivery.com, and got the patch for 11.1.0.7 from metalink.
I upgraded 110.2.0.4 to 11.1.0.7. But, I could not get the ADG to work.
Here is what happened when I queried the database status.
--------------------------- begin ---------------------------------
SQL> alter database recover managed standby database cancel;
Database altered.
SQL> alter database open;
Database altered.
SQL> select status from v$instance
2 ;
STATUS
OPEN
SQL> select OPEN_MODE from v$database;
OPEN_MODE
READ ONLY
SQL> alter database recover managed standby database using current logfile disconnect;
Database altered.
SQL> select OPEN_MODE from v$database;
OPEN_MODE
MOUNTED
SQL> select status from v$instance;
STATUS
MOUNTED
---------------------------- end ------------------------------------
Turning on the Redo Apply put the database mode back to 'MOUNTED'. For ADG, it should remain 'OPEN'. I suspect this copy of 11g does not have the ADG feature.
Is there a way I could check whether the ADG is installed? Is there a directory under $ORACLE_HOME or a script under $ORACLE_HOME/rdbms/admin that indicates the ADG is indeed installed?
Where did you guys get your software?
Thanks very much in advance.

You should have the right software and the right option installations in Entreprise Edition (otherwise Data Guard would not work at all).
Did you check both alert log for possible error messages ?
I think you should open the database in read-only mode instead of read-write mode:
alter database open read only;See following OTN example: http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/11g-dataguard.html
Edited by: P. Forstmann on Jul 9, 2009 9:29 PM
Edited by: P. Forstmann on Jul 9, 2009 9:34 PM

Similar Messages

  • Oracle 11g Active Data Guard and SAP R3

    Hi All,
    I have a query regarding Oracle 11g Active Data Guard and SAP R3.
    Does the Oracle 11g R1/R2 Active Data guard feature supported with SAP R3?
    I appreciate your help to provide any link or document for the same.
    Thanks,
    Vihang

    I have a query regarding Oracle 11g Active Data Guard and SAP R3.
    Does the Oracle 11g R1/R2 Active Data guard feature supported with SAP R3?
    I appreciate your help to provide any link or document for the same.
    Oracle database 11g functionality certified by SAP, check below link
    http://www.oracle.com/us/solutions/sap/oradb11g-article-upd-1-323074.pdf
    http://www.oracle.com/technetwork/middleware/ias/downloads/osb-11gr1certmatrix.xls

  • RMAN and 11g Active Data Guard

    I just build my first 11g Active Data Guard . . . well the next thing to do is the RMAN part.
    At this point I want to know:
    A) How/What do you query to know that a log has been applied on the Standby side
    B) How does RMAN know what has been applied
    C) If I do the RMAN backup on the Standby side, won't there always be some difference because there is always some delay between the Primary and Standby?

    I presume you mean using RMAN to delete archive logs? If the log hasnt been shipped and applied to the standby yet RMAN wont remove it, instead it outputs the following error:
    RMAN-08137: WARNING: archive log not deleted as it is still needed
    Until the log has been applied on the standby, this intelligence is built in at 11G (at 10G you needed an "_" parameter to get this working).
    Thanks
    Paul

  • Urgent  : ORA-01426: numeric overflow on oracle 11g  Active Data Guard

    Hi
    I have configured Active Data Guard on oracle 11g, for reporting purpose we will select mutliple querry on target side(10 users). we are getting 'numeric overflow erro'r on alert log file When we issuing multiple query on target side. PLeae let me know is this error will cause performance degrad. if it will degrade performance mean please tell me how to resolve this problem. Why the numeric overflow is comming . and it is not comming in the primary database, it is comming in standby database only. please any one help it is very urgent
    is there any parameter To overcome this problme
    Please please it is very important to me and very urgent .
    Thanks
    nafees
    Edited by: Nafees on Jan 1, 2009 3:44 AM
    Edited by: Nafees on Jan 1, 2009 3:54 AM

    There is no one drowning.
    Your house is not on fire.
    The volcano has not exploded.
    Please apologize for abusing this forum by claiming your issue is more urgent than other people's requests.
    Then, and only then, should anyone help you. I know I certainly won't until I read your sincere apology and promise not to be abusive in the future.

  • Oracle 11g Active Data Guard help ?

    Hi Friends,
    I successfully setup an Active data guard environment(11g). But, I dont know when the PROD database is highly utilize , its read only tasks like reporting and backup are doing in STANDBY. How can I know which db (prod or stand by) is used for these readonly operations ?
    Regards
    Vish

    It is not so simple to direct reports to the Physical Standby as you seem to assume.
    You need to do some work for the setup.
    See here for a description:
    http://uhesse.com/downloads/real-time-query-presentation/
    Kind regards
    Uwe Hesse
    Don't believe it, test it!"
    http://uhesse.com

  • Oracle 11g Active Data Guard是怎么收费的?

    原来在Oracle 10g中,DG是免费使用的,想请问一下,在Oracle 11g中,性能得到加强的ADG是怎么收费的?谢谢

    FYI
    Use customary EE Option License Practices
    Active Data Guard license required if using either Real-time Query or RMAN block-change tracking on a standby
    Example with primary and 5 separate standby databases
    S1 = physical - real-time query
    S2 = physical - real-time query + RMAN block change tracking
    S3 = physical - RMAN block change tracking
    S4 = physical - neither real-time query nor RMAN block change tracking
    S5 = logical
    Active Data Guard must be licensed for primary and for S1, S2 and S3.
    Active Data Guard is not relevant to logical standby

  • Install Guide of Active Data Guard for 11g R2 on Linux

    Friends,
    Searched for this on tahiti.oracle.com which redirects you to the oracle's docs.
    Anyone knowing where to find installation guide for active data guard of 11g R2 on linux?
    Thanks much.

    This article looks useful
    http://dbastreet.com/blog/?p=16
    Also you may want to check Larry's book on 11g Data Guard. It has a complete chapter on Active Data Guard.
    http://bit.ly/cGcgEw

  • Using Oracle EM 11g with Active Data Guard 11g

    Has anyone installed Active Data Guard 11g with OEM 11g for an active-active state or know if there are any installation procedures with these two products? We will be installing these products this year. Thanks, Cathy

    If you already have both servers configured in Grid Control as targets, it should be fairly easy to create a standby database on server B. OEM has Availability tab on your primary database Instance section should have "Data Guard" section which has "Setup and Manage" option. You follow through the wizard, and it will generate a standby database on server B. Then you can convert your standby db on server B to Active Read-only database by clicking few more buttons.
    If you do not have these two servers configured on your Grid Control, that would be the first task.
    We set up three standby databases using Grid Control 11g in our test boxes, and they worked very well. Our biggest problem was to actually installing the Grid Control, but once installed, everything was easy.

  • Looking for Active Data Guard in Oracle 11g Release 2 References

    I want to reach out to customers who have implemented Active Data Guard in production (preferably 11.2), so that we can develop some
    customer references that in turn will benefit other customers. The customers who get selected for such references may further be selected to publish their case study directly in oracle.com and/or invited as a customer co-speaker in the upcoming Oracle OpenWorld at San Francisco (Sep 19-23, 2010). Being a customer co-speaker at OOW means they get a free pass to the full conference (regular price for that is $1795-$2495).
    Please send any follow-ups to [email protected]
    Thank you.
    Larry M. Carpenter
    Oracle Data Guard & MAA Product Manager

    Hi Larry,
    This is Bhavik Desai Oracle -DBA@Amazon. I do have couple of Active Standby running on 11gR2 On RHEL 5 64-Bit platform.
    Most of the databases are reporting on (DSS Having 2-4 TB in size) having FSFO configured.
    It would be a pleasure if i can provide any benchmarking to you on this.
    Regards,
    Bhavik Desai

  • Active Data Guard in different database versions (11.2.0.3  and 11.2.0.4)

    In case of Active Data Guard can i run different database versions (11.2.0.3  and 11.2.0.4) at Primary and DR for production environment ?  And will having RAC in environment make any difference?

    Hi,
    >>In case of Active Data Guard can i run different database versions (11.2.0.3  and 11.2.0.4) at Primary and DR for production environment ?
    As per normal Data Guard requirement, Oracle 11.2 does support flexibility where Primary and Standby may have different hard wares such as CPU architecture and OS etc. but the Oracle RDBMS software version must be the same. Having said so does not mean it will not support it. Beginning with 11.1.07, a physical standby database can be used to execute a rolling database upgrade to a new Oracle Patch Set or database release by using the transient logical rolling database upgrade process. It means you can have with different database version but for how long, you need to check above documents.. For complete information you should read this note:
    Data Guard Support for Heterogeneous Primary and Physical Standbys in Same Data Guard Configuration (Doc ID 413484.1)  &
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-11g-transientlogicalrollingu-1-131927.pdf
    2) >> And will having RAC in environment make any difference?
    NO.   You can find answer at -  https://docs.oracle.com/cd/E11882_01/server.112/e41134/standby.htm#SBYDB4716
    **The primary database can be a single instance database or an Oracle Real Application Clusters (Oracle RAC) database. The standby databases can be single instance databases or Oracle RAC databases.
    HTH,
    Pradeep

  • Need suggestion on Active data guard or Logical Stand by

    Hi All,
    Need a suggestion of on below scenario.
    We have a production database ( oracle version 11g R2 ) and planning to have a Logical standby or physical standy (Active data guard). Our usage of the standby database is below.
    1) Planning to run online reports (100+) 24x7. So might create additional indexes,materialized views etc.
    2) daily data feed ( around 300+ data files ) to data warehouse. daily night, jobs will be scheduled to extract data and send to warehouse. Might need additional tables for jobs usage.
    Please suggest which one is good.
    Regards,
    vara.

    Hello,
    In active dataguad Whig is feature from 11gRx ,
    If you choose active dataguard, you have couple of good options, one is you can make a high availability of your production database, which can act as image copy of production, as you are asking in 11g you have more advantage where you can open in read only mode and at the sometime MRP will be active, so you can redirect users to connect standby to perform select operations for reporting purpose. So that you can control much load on production ,
    Even uou can perform switchover in case of role change, perform failover if your primary is completely lost. Also you can convert to physical to logical standby databases & you can configure FSFO
    You have plenty of options with active dataguard.
    Refer http://www.orafaq.com/node/957
    consider closing the thread if answered and keep the forum clean.
    >
    User Profile for user11261773
    user11261773     
    Handle:     user11261773  
    Status Level:     Newbie
    Registered:     Jul 14, 2011
    Total Posts:     12
    Total Questions:     6 (5 unresolved)
    >
    Edited by: CKPT on Mar 18, 2012 8:14 PM

  • How to configure Enterprise Manager in Active Data Guard?

    Hi,
    I have installed oracle 11g r2 rac with asm in two nodes. OS is hp-Unix.
    I have installed oracle11g Active Data Guard using Single alone Database.
    Both RAc and Active Data Guard works fine.
    I have not configure Data Guard Broker.
    Question: How to configure Enterprise Manager in Active Data Guard?
    Thanks
    Solaiman

    http://www.gokhanatil.com/2012/04/manage-your-existing-data-guards-with.html

  • Active data guard config

    Hi,
    We am trying to create a active data guard config on 2 physical machines. We have a standby created and working properly, but getting issue whilesetting up and active data guard configuration.
    Added Primary and Standby database on primary server's DGMGRL's configuration. (haven't done anything on standby yet)
    DGMGRL> show configuration
    Configuration - DGConfig1
    Protection Mode: MaxPerformance
    Databases:
    prod - Primary database
    dr - Physical standby database
    Error: ORA-16664: unable to receive the result from a database
    Fast-Start Failover: DISABLED
    Configuration Status:
    ERROR
    Primary database listener:_
    [oracle@prod log]$ cat /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = prod.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = prod)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = prod)
    (SID_DESC =
    (GLOBAL_DBNAME = prod_DGMGRL)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = prod)
    Standby database listener:_
    [oracle@dr ~]$ cat /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.162)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = dr)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = dr)
    (SID_DESC =
    (GLOBAL_DBNAME = dr_DGMGRL)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = dr)
    TNS Entry on both:_
    [oracle@dr ~]$ cat /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    PROD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.161)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prod)
    DR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.162)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = dr)
    Article followed for DG creation : http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/ha/dataguard/dg_broker/dg_broker.htm
    Please suggest where is it going wrong??
    Regard!

    Thanks for the reply Anand..
    Please find the last few lines of drcprod.log
    2012-06-04 15:28:15.733 00001000 943900813 DMON: Entered rfm_get_chief_lock() for MON_VERIFY, reason 0
    2012-06-04 15:28:15.734 00001000 943900813 DMON: chief lock convert for client healthcheck
    2012-06-04 15:28:15.735 INSV: Received message for inter-instance publication
    2012-06-04 15:28:15.735 req ID 1.1.943900813, opcode MON_VERIFY, phase BEGIN, flags 5
    2012-06-04 15:28:15.807 INSV: Reply received for message with
    2012-06-04 15:28:15.807 req ID 1.1.943900813, opcode MON_VERIFY, phase BEGIN
    2012-06-04 15:28:15.810 00000000 943900813 DMON: Entered rfm_release_chief_lock() for MON_VERIFY
    2012-06-04 15:30:14.823 00000000 943900816 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.825 00000000 943900817 DMON: GET_DRC: success. (len = 226)
    2012-06-04 15:30:14.827 00000000 943900817 DMON: GET_DRC operation completed
    2012-06-04 15:30:14.846 01000000 943900818 DMON: GET_SITE: success. (len = 316)
    2012-06-04 15:30:14.848 01000000 943900818 DMON: GET_SITE operation completed
    2012-06-04 15:30:14.855 02000000 943900819 DMON: GET_SITE: success. (len = 306)
    2012-06-04 15:30:14.858 02000000 943900819 DMON: GET_SITE operation completed
    2012-06-04 15:30:14.861 01000000 943900820 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.864 01010001 943900821 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.866 01010001 943900822 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.868 01010001 943900823 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.870 01010001 943900824 DMON: CTL_GET_STATUS operation completed
    2012-06-04 15:30:14.871 02000000 943900825 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.873 02010001 943900826 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.874 02010001 943900827 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.876 02010001 943900828 DMON: MON_PROPERTY operation completed
    2012-06-04 15:30:14.879 02010001 943900829 DMON: CTL_GET_STATUS forwarded to site dr for processing
    2012-06-04 15:30:14.889 02010001 943900829 DMON: CTL_GET_STATUS operation completed
    Also now without any change it gives:
    DGMGRL> show configuration
    Configuration - DGConfig1
    Protection Mode: MaxPerformance
    Databases:
    prod - Primary database
    dr - Physical standby database
    Warning: ORA-16809: multiple warnings detected for the database
    Fast-Start Failover: DISABLED
    Configuration Status:
    WARNING
    Database is 11.2.0.2, please suggest how to proceed??
    Regards!

  • Active Data guard with R12.1.X

    Hi
    One of our customers wants to configure their EBS R12 Instance with Active Data guard
    Current Architecture:
    R12.0.6 with RDBMS 10.2.0.4
    Projected Architecture:
    R12.1.3 with 11.2.0.3 RDBMS with Active Data guard.
    I have checked the MOS ID :
    Using Active Data Guard Reporting with Oracle E-Business Suite Release 12.1 and Oracle Database 11g [ID 1070491.1]
    Please share your ideas and doc id's to do this activity successfully.
    Please share the docs to upgrade R12.0.6 to R12.1.1
    Thanks
    Shaik

    One of our customers wants to configure their EBS R12 Instance with Active Data guard
    Current Architecture:
    R12.0.6 with RDBMS 10.2.0.4
    Projected Architecture:
    R12.1.3 with 11.2.0.3 RDBMS with Active Data guard.
    I have checked the MOS ID :
    Using Active Data Guard Reporting with Oracle E-Business Suite Release 12.1 and Oracle Database 11g [ID 1070491.1]
    Please share your ideas and doc id's to do this activity successfully.The document you posted covers every thing in detail.
    In details you can check
    http://appsdbastuff.blogspot.com/2009/07/configuring-standby-databasedataguard.html
    Disaster recovery for R12.1.1
    Please share the docs to upgrade R12.0.6 to R12.1.1Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Release 12.1.1 Maintenance Pack Installation Instructions [ID 752619.1]
    Upgrade 12.0.6 To 12.1.1 Failed On Frmxml.odf with Duplicate Keys [ID 1094034.1]
    Thanks

  • Active Data Guard License is technical or legal ?

    Dear friends
    I have seen in many documents , that the Active Data Guard needs additional license , but one of my friends said that he could implement Active Data Guard without any licenses ( he only downloaded the Enterprise edition of database 11g r2 ).
    my question : is the active data guard license , a technical license or legal license ?

    user8336252 wrote:
    Dear friends
    I have seen in many documents , that the Active Data Guard needs additional license , but one of my friends said that he could implement Active Data Guard without any licenses ( he only downloaded the Enterprise edition of database 11g r2 ).
    my question : is the active data guard license , a technical license or legal license ?Wow, everyone seems to want to jump up and trumpet their superior licensing knowledge in Big Legal Voice tones instead of simply answering the poor guy's question.
    If you have a server that has an Oracle EE database on it, you need to license it. It doesn't matter if only a standby database is on the server - DataGuard is just a feature like other features. One server with a primary + one server with the standby = 2 servers you need to pay licenses for.
    Everyone else, relax, answer the question, and stop waving your Big Swinging Audit Team language. The original poster demonstrates how widely misunderstood Oracle licensing is among DBAs - which given how often it's changed, is not a surprise ;-)

Maybe you are looking for

  • My notification settings keep changing on my exchange email account.

    For some reason, the notification settings on my work email account keep getting changed without my knowledge.  I have it setup to alert me with a banner, in the notification center and on the lock screen.  However, twice in the last 5 weeks this has

  • Sales order form issues

    Hi, Sales order form takes lots of time to get closed on r12.0.4 vison instance why? Regards

  • Agent logs not being generated

    On a recent installation of 2 x Exchange Server 2013 Cumulative Update 2 (CU2-v2), neither server appears to be generating Agent Logs. The default path for such logs (C:\Program Files\Microsoft\Exchange Server\v15\TransportRoles\logs\Hub) does not ev

  • Decimals cut off loading into Essbase via DIM

    Have you ever run into the issue of small numbers (9 decimals) getting cut off/rounded when loading into Essbase via DIM? When I try to load rates into my Essbase app via DIM they get cut off at 6 decimals even the though the entire rate is 9. For in

  • What's the best way to start this dashboard?

    I have a data set of titles, gender, race, and disability. I would like to create a dashboard that will be visually appealing to the end user that relies on this information. What would be the best way to visually represent the gender, race, and disa