11g data Guard

Hi,
Please provide me the document to configure 11g Data Guard
Regds

hi,
Please read this document Oracle® Data Guard Concepts and Administration 11g Release 2 (11.2)
http://download.oracle.com/docs/cd/E11882_01/server.112/e10700/concepts.htm#i1039416
Thanks,
Ajikumar G
Expertise in Oracle Apps...

Similar Messages

  • Problem in 11g data guard

    Hi all
    i install 11g on two computers.
    On primary database i run the follwing commands.
    ALTER DATABASE FORCE LOGGING;
    DB_NAME=orcl
    DB_UNIQUE_NAME=orcl
    CONTROL_FILES='D:\app\Administrator\oradata\orcl\control1.ctl', 'D:\app\Administrator\oradata\orcl\control2.ctl',
    'D:\app\Administrator\oradata\orcl\control3.ctl'
    LOG_ARCHIVE_DEST_1=
    'LOCATION=E:\archive
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=orcl'
    LOG_ARCHIVE_DEST_2=
    'SERVICE=orcl ASYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=orcl'
    LOG_ARCHIVE_DEST_STATE_1=ENABLE
    LOG_ARCHIVE_DEST_STATE_2=ENABLE
    LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    LOG_ARCHIVE_MAX_PROCESSES=30
    SQL> alter system set FAL_SERVER=orcl;
    SQL> alter system set FAL_CLIENT=orcl;
    SQL> alter system set STANDBY_FILE_MANAGEMENT=AUTO;
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP MOUNT;
    SQL> ALTER DATABASE ARCHIVELOG;
    SQL> ALTER DATABASE OPEN;
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP MOUNT;
    SQL> ALTER DATABASE CREATE STANDBY CONTROLFILE AS 'c:\stanctl.ctl';
    SQL> CREATE PFILE='c:\initstand.ora' FROM SPFILE;
    i copy stanctl.ctl,initstand.ora on standby computer and run the follwing commands.
    DB_NAME=orcl
    DB_UNIQUE_NAME=orcl
    CONTROL_FILES='D:\app\Administrator\oradata\orcl\stanctl01.ctl', 'D:\app\Administrator\oradata\orcl\stanctl02.ctl',
    'D:\app\Administrator\oradata\orcl\stanctl03.ctl'
    LOG_ARCHIVE_DEST_1=
    'LOCATION=E:\archive
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=orcl'
    LOG_ARCHIVE_DEST_2=
    'SERVICE=orcl ASYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=orcl'
    LOG_ARCHIVE_DEST_STATE_1=ENABLE
    LOG_ARCHIVE_DEST_STATE_2=ENABLE
    LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    LOG_ARCHIVE_MAX_PROCESSES=30
    SQL> alter system set FAL_SERVER=orcl;
    SQL> alter system set FAL_CLIENT=orcl;
    SQL> alter system set STANDBY_FILE_MANAGEMENT=AUTO;
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP MOUNT;
    SQL> ALTER DATABASE ARCHIVELOG;
    STARTUP NOMOUNT;
    ALTER DATABASE MOUNT STANDBY DATABASE;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    i make spfileorcl.ora of initstand.ora and put it at
    D:\app\Administrator\product\11.1.0\db_2\database
    SQL> startup
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size 1334380 bytes
    Variable Size 171967380 bytes
    Database Buffers 356515840 bytes
    Redo Buffers 5844992 bytes
    Database mounted.
    ORA-16004: backup database requires recovery
    ORA-01245: offline file 1 will be lost if RESETLOGS is done
    ORA-01110: data file 1: 'D:\APP\ADMINISTRATOR\ORADATA\ORCL\SYSTEM01.DBF'

    The answer depends on the protection level are you using, If you are using maximum performance or maximum availability you can use 6 groups with 1 member in each group, in case of redo corruption the primary database will continue to function properly and you will have time to fix the corrupted redo. If you are planning to use maximum protection I would recommend at least 2 members in each group, to avoid primary crush in case of standby redo corruption.
    Checkout [http://www.dbsnaps.com/articles/ora_active_standby] for step by step data guard configuration video.
    Oded Raz
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • 11g Data Guard --ORA-01103: database name 'PRIM' in control file is not 'ST

    Dear all,
    From no mount stage i am trying to bring the db in mount stage in standby database
    SQL> alter database mount standby database;
    alter database mount standby database
    ERROR at line 1:
    ORA-01103: database name 'PRIM' in control file is not 'STANDBY'
    What is this problem ?
    I have taken standby control from from standby database and places with datafile's and removed the orginal control file. and added this standby.ora file in parameter file also (pfile).
    the Primary database name is PRIM and standby database name is STANDBY.
    This is my first time doing this data guard configuration kindly let me know what i have to do at this above mentioned stage ..
    Regards
    Hamid

    Standby DB init file
    prim.__db_cache_size=536870912
    prim.__java_pool_size=8388608
    prim.__large_pool_size=8388608
    prim.__oracle_base='F:\standby'#ORACLE_BASE set from environment
    prim.__pga_aggregate_target=520093696
    prim.__sga_target=771751936
    prim.__shared_io_pool_size=0
    prim.__shared_pool_size=209715200
    prim.__streams_pool_size=0
    audit_file_dest='F:\standby\admin\standby\adump'
    audit_trail='db'
    compatible='11.2.0.0.0'
    control_files='F:\standby\oradata\standby\STANDBY.ctl'
    db_block_size=8192
    db_domain='AKEETECH.COM'
    db_name='prim'
    db_recovery_file_dest='F:\standby\flash_recovery_area'
    db_recovery_file_dest_size=4039114752
    diagnostic_dest='F:\standby'
    dispatchers='(PROTOCOL=TCP) (SERVICE=standbyXDB)'
    fal_client='standby'
    fal_server='prim'
    local_listener='LISTENER_PRIM'
    memory_target=1288699904
    open_cursors=300
    processes=150
    remote_login_passwordfile='EXCLUSIVE'
    standby_file_management='auto'
    undo_tablespace='UNDOTBS1'
    standby_file_management=auto
    fal_server=prim
    fal_client=standby
    Primary Db Init file
    prim.__db_cache_size=536870912
    prim.__java_pool_size=8388608
    prim.__large_pool_size=8388608
    prim.__oracle_base='D:\Primary'#ORACLE_BASE set from environment
    prim.__pga_aggregate_target=520093696
    prim.__sga_target=771751936
    prim.__shared_io_pool_size=0
    prim.__shared_pool_size=209715200
    prim.__streams_pool_size=0
    *.audit_file_dest='D:\Primary\admin\prim\adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='D:\Primary\oradata\prim\control01.ctl','D:\Primary\flash_recovery_area\prim\control02.ctl'
    *.db_block_size=8192
    *.db_domain='AKEETECH.COM'
    *.db_name='prim'
    *.db_recovery_file_dest='D:\Primary\flash_recovery_area'
    *.db_recovery_file_dest_size=4039114752
    *.diagnostic_dest='D:\Primary'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=primXDB)'
    *.local_listener='LISTENER_PRIM'
    *.memory_target=1288699904
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    standby_file_management=auto
    fal_server=prim
    fal_client=standby
    Steps i have followed till now.
    1) Created standby control file in primary in mount stage (STANDBY.CTL)
    2) Installed 11g DB software alone in standby location
    3) Shutdown the Primary DB and Taken cold back of all the other files and copied in Standby DB location (Primary in D:\ Drive and Standby in F:\ Drive )
    4) Edited init parameters in Primary and standby
    5) Startup no mount pfile= standby db init file ( its started )
    6) SQL> alter database mount standby database; --- at this time i got the error i have mentioned above, so i have changed the db_name same in both init.ora files
    7)
    Up to this step i have done .. but this is all blindly.. not in clear understanding..
    Kindly guide me.. step by step configuration..
    Regards
    Hamid

  • 11g Data guard 建physical standby database配置相关问题

    General information
    OS:red hat Linux 2.6.32-200.13.1.el5uek x86_64(primary,standby)
    Home version:11.2.0.3(primary,standby)
    Situation:
    实验用库,想学习data guard,在另一个服务器上克隆了一个HOME并按照官方文档http://docs.oracle.com/cd/E11882_01/server.112/e25608/create_ps.htm#i1225703
    中去实验,步骤均按照官方文档来,最后在mount standby库时校验select sequence# from v$archived_log没有记录,出错日志如下(从mount开如截取)
    standby alert_dbacoe.log
    Error logs
    alter database mount
    Completed: alter database mount
    Error 604 received logging on to the standby
    +FAL[client, ARC2]: Error 604 connecting to PRIMARYSV for fetching gap sequence+
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo01_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 1 thread 1: '/u03/app/oracle/oradata/dbacoe/redo01.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo01_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 1 thread 1: '/u03/app/oracle/oradata/dbacoe/redo01.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo02_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 2 thread 1: '/u03/app/oracle/oradata/dbacoe/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo02_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 2 thread 1: '/u03/app/oracle/oradata/dbacoe/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo03_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 3 thread 1: '/u03/app/oracle/oradata/dbacoe/redo03.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u05/oracle/app/oracle/diag/rdbms/standby/dbacoe/trace/dbacoe_lgwr_1912.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/u04/app/oracle/redundancy/dbacoe/redo03_s.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 3 thread 1: '/u03/app/oracle/oradata/dbacoe/redo03.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ARC3: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    Addition:
    因为是实验用库,所以结构有点怪,大体如下:
    Primary
    数据文件在BASE所在的oradata下 即/u03/app/oracle下,
    redo文件每组两份,一份在oradata下,另一份在同机的/u04/app/oracle/redundancy中(以_s结尾命名)
    archive文件在/u04/app/oracle/fast_recovery_area中
    standby
    数据文件在/u05/oracle/app/oracle/oradata下
    redundancy中的redo文件随着该目录放到oradata下的red中了
    archive文件目录则是/u05/oracle/app/oracle/fast_recovery_area中
    接下来是对应的init文件与TNS信息
    Primary端的init主要信息
    db_unique_name='PRIMARY'
    fal_client='PRIMARYSV'
    fal_server='STANDBYSV'
    log_archive_config='DG_CONFIG=(PRIMARY,STANDBY)'
    log_archive_dest_1='location=/u04/app/oracle/fast_recovery_area/DBACOE/archivelog VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=PRIMARY'
    log_archive_dest_2='service=STANDBY ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=STANDBY'
    log_archive_dest_state_1='enable'
    log_archive_dest_state_2='enable'
    db_file_name_convert='/u05/oracle/app/oracle/oradata/dbacoe','/u03/app/oracle/oradata/dbacoe',/u05/oracle/app/oracle/oradata/red','/u04/app/oracle/redundancy'
    log_file_name_convert='/u05/oracle/app/oracle/fast_recovery_area/DBACOE/archivelog','/u04/app/oracle/fast_recovery_area/DBACOE/archivelog'
    Standby端的init信息
    log_archive_config='DG_CONFIG=(PRIMARY,STANDBY)'
    db_unique_name='STANDBY'
    db_file_name_convert='/u03/app/oracle/oradata/dbacoe','/u05/oracle/app/oracle/oradata/dbacoe','/u04/app/oracle/redundancy','/u05/oracle/app/oracle/oradata/red'
    log_file_name_convert='/u04/app/oracle/fast_recovery_area/DBACOE/archivelog','/u05/oracle/app/oracle/fast_recovery_area/DBACOE/archivelog'
    log_archive_dest_1='location=/u05/oracle/app/oracle/fast_recovery_area/DBACOE/archivelog VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=STANDBY'
    log_archive_dest_state_1=enable
    log_archive_format=log%t_%s_%r.arc
    log_archive_dest_2='SERVICE=PRIMARYSV ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=PRIMARY'
    log_archive_dest_state_2=enable
    TNS信息如下(均能tnsping通)
    PRIMARYSV =
    +(DESCRIPTION =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = db1.ad.xxxxxx.com)(PORT = 1521))+
    +(CONNECT_DATA =+
    +(SERVER = DEDICATED)+
    +(SERVICE_NAME = dbacoe)+
    +)+
    +)+
    STANDBYSV =
    +(DESCRIPTION =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = db2.ad.xxxxx.com)(PORT = 1529))+
    +(CONNECT_DATA =+
    +(SERVER = DEDICATED)+
    +(SERVICE_NAME = dbacoe)+
    +)+
    +)+
    PS:请大家花费一点点时间阅读一下这冗长的段子,刚开学data guard,参数上设置都很生疏,(光照着文档做了,是否有redo log相关的操作遗漏?)敬请指教
    Edited by: 961394 on Dec 10, 2012 1:52 AM
    Edited by: 961394 on 2012-12-10 上午4:58

    结贴了,感谢maclean一群的Jesse Lui帮我解决问题

  • 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

  • Data Guard broker compatiblity

    Hi All,
    I have environment where we are running following version of databases
    1- Oracle 9.2.0.6
    2- Oracle 10.2.0.1
    3- Oracle 10.2.0.2
    4- Oracle 10.2.0.3
    5- Oracle 10.2.0.4
    6- Catalog DB 11.2.0
    My question is whether 10g/11g data guard will support these databases?
    Thanks in advance.

    The dataguard broker (basically that is the DMON background process) is always from the same version as the database.
    Maybe you confuse Grid Control with the dataguard broker. Indeed can a higher versions Grid Control maintain lower versions databases.
    It may also setup & maintain Data Guard for these lower versions databases.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Oracle 11g Data Gaurd problem

    I am currently in a Dev environment, working on a 11g Data Guard configuration, having Primary and Standby in 2 different nodes.
    Both the nodes had their parameter files configured with the specific DG parameters, which are as below -
    Primary init.ora
    *.db_domain=''
    *.db_name='o11_prim'
    *.db_unique_name='o11_prim'
    *.instance_name='o11_prim'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=o11_primXDB)'
    *.FAL_Client=o11_stby
    *.FAL_Server=o11_prim
    *.job_queue_processes
    *.Log_archive_config='DG_CONFIG=(o11_prim,o11_stby )'
    *.Log_archive_dest_1='Location=/u01/app/oracle/pro duct/11.1.0/db_1/dbs/arch/ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=o11_prim'
    *.Log_archive_dest_2='Service=o11_stby lgwr async AFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=o11_stby'
    *.Log_archive_dest_state_1=ENABLE
    *.Log_archive_dest_state_2=ENABLE
    *.log_archive_format=%t_%s_%r.arc
    *.log_archive_max_processes0
    *.service_names='o11_prim.xyz.com'
    *.Standby_File_Management='AUTO'
    *.statistics_level='TYPICAL'
    *.timed_statistics=TRUE
    Standby init.ora
    *.db_domain=''
    *.db_name='o11_prim'
    *.db_unique_name='o11_stby'
    *.instance_name='o11_prim'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=o11_primXDB)'
    *.FAL_Client=o11_stby
    *.FAL_Server=o11_prim
    *.job_queue_processes
    *.Log_archive_config='DG_CONFIG=(o11_prim,o11_stby )'
    *.Log_archive_dest_1='Location=/u01/app/oracle/pro duct/11.1.0/db_1/dbs/arch/ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=o11_stby'
    *.Log_archive_dest_2='Service=o11_prim lgwr async AFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=o11_prim'
    *.Log_archive_dest_state_1=ENABLE
    *.Log_archive_dest_state_2=ENABLE
    *.log_archive_format=%t_%s_%r.arc
    *.log_archive_max_processes0
    *.service_names='o11_stby.xyz.com'
    *.Standby_File_Management='AUTO'
    *.statistics_level='TYPICAL'
    *.timed_statistics=TRUE
    Initially, the Archive logs were getting transferred to the Standby via Automatic Managed Recovery Process. Command given below.
    # This command is being run on Standby for starting Automatic Managed
    # Recovery Process
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    Then we used to tail the Alert logs of both Primary and Standby, and the logs got transferred at the physical location of the Archive logs in Standby db.
    Then one day due to some problem with the pfile, I shutdown the Standby db with the Primary up and running as usual using the following command-
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL IMMEDIATE;
    The Result was as expected - Primary Archive logs got accumulated and the same couldn't be transferred to Standby as the Standby was down.
    I had to manually recover the Standby by copying the extra Archive log files from Primary to Standby and then running the Recovery Process manually, using the below command -
    SQL> RECOVER AUTOMATIC STANDBY DATABASE
    Then when I restarted the Automatic Recovery process on Standby, I received the error as below -
    ORA-16009 - Remote archive log destination must be a STANDBY database
    This error keeps appearing on the alert log of both primary and physical standby that i configured.
    I have no clue as to where it went wrong.
    Kindly help!

    Hi,
    Here is my tnsnames.ora entries.
    o11_prim =
    (DESCRIPTION =
    (FAILOVER = ON)
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.226.35.20)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.226.35.30)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = o11_prim.cts.com)
    LISTENER_PRIM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.226.35.20)(PORT = 1521))
    o11_stby =
    (DESCRIPTION =
    (FAILOVER = ON)
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.226.35.30)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.226.35.20)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = o11_prim.cts.com)
    The service name for standby is o11_prim.cts.com and db_unique_name is o11_stby.

  • Require rac 11g data guad document on standalone grid infrastructure

    hi,
    anybody have document step by step rac 2 node 11g data guard on a standalone 11g grid infrastructure.
    thx

    user521214 wrote:
    hi,
    anybody have document step by step rac 2 node 11g data guard on a standalone 11g grid infrastructure.
    thx
    Hi,
    Please see
    MAA - Creating a Single Instance Physical Standby for a RAC Primary [ID 387339.1]
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-10g-racprimarysingleinstance-131970.pdf
    Cheers

  • 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.

  • 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

  • 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

  • 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

  • Data guard 11g vs 10g

    Does data guard run in 11 g primary and 10g standby vice verca in any situation physical or logical.
    Is the any possibility.

    Hello,
    You can find here a White Paper about "Data Guard" (and RAC) in Oracle 11g:
    [http://www.oracle.com/technology/deploy/availability/pdf/dataguard11g_rac_maa.pdf]
    In 11g, it seems (in §3.3) that the requirement about using the same Database version was "relaxed".
    But OK! it's just a white paper and, I think that this point should be cleared in detail with Oracle Support
    document.
    Best regards,
    Jean-Valentin

  • Data guard setup using 11g R2.

    Hi,
    It is possible to setup data guard between Amazon ec2 (primary db) and standby will be on local data center- (Non Amazon) using 11g R2.

    Hi,
    When I tried to create data guard between amazon ec2 instance and local server using 11g R2 64 bit on linux server I am getting the below mention error.I Need some pointers on this issue.
    Thanks in advance
    Starting backup at 08-JUN-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00005 name=/oracle/app/oradata/abs/abs.dbf
    ORACLE error from target database:
    ORA-03114: not connected to ORACLE
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-03114: not connected to ORACLE
    RMAN-03002: failure of Duplicate Db command at 06/08/2012 19:01:22
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/08/2012 19:01:22
    RMAN-10038: database session for channel ORA_DISK_1 terminated unexpectedly

  • 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

Maybe you are looking for

  • How to add a column in Item Master form with chooselist

    Hi Experts I add a column in Item Master Form in Stock Data Tab. In this column I want to add Choose list. For this I use AfterFormLoad event. It gives Error "Matrix Line Exist" . My code is given below If pVal.FormType = "150" Then                 f

  • Google Talk not working with Messages after upgrade to Mountain Lion

    After upgrading to Mountain Lion, I'm no longer able to use Google Talk with the new Messages App.  It worked fine on iChat, but now I cannot enable the account.  When I try to check the enable box, it immediately unchecks itself and nothing happens.

  • Second Screen (TV) Only uses Pink-Black Colors!?

    I don't remember when it happend, but for some time now, I have my TV, which I have connected : MiniDVI-DVI -> DVI-HDMI -> TV ... I have it to view movies on and I've used it many many times. But then all of a sudden, reasons unknown, the colors went

  • Query with variable defined date no idea how

    Hello to all, i have a problem with a query, in this query i need a variable date that can be entered in the SQL statement. If the CREATE TABLE and INTO Values are needed, they can be found here: Re: Need Help with complex query for productio databas

  • HT1529 i do not understand where to find the information

    I am having problems using another computer to download music from Itunes. I can not remember the answers for the security questions.