Standby query

Hi all,
I am new with the field.
I have 10g database with physical standby .....
please clarify me that when I add a datafile in my primary database then what about dr side..... ??
do I need to copy this newly added datafile from primary to DR or the archive what will be switch from primary to DR will take the necessary action ????
What should be my daily check list for DR side to know whether my DR is complete replica with primary....
Thanks in ADV

Hi
ANSWER TO QUESTION 1
Database parameter "STANDBY_FILE_MANAGEMENT" enables or disables automatic standby file management. When automatic standby file management is enabled, operating system file additions and deletions on the primary database are replicated on the standby database. STANDBY_FILE_MANAGEMENT is only applicable to Physical standby databases.
Values:
MANUAL
disables automatic standby file management
AUTO
enables automatic standby file management
Setting STANDBY_FILE_MANAGEMENT to AUTO causes Oracle to automatically create files on the standby database and, in some cases, overwrite existing files. Care must be taken when setting STANDBY_FILE_MANAGEMENT and DB_FILE_NAME_CONVERT so that existing standby files will not be accidentally overwritten.
ANSWER TO QUESTION 2
There are a few ways to verify that your standby database is in sync with the primary;
a) This command (run it on the standby db) will show you which redo logs have/have not been applied. It is is a quick way to confirm that the redo logs are being applied to the standby.
SELECT SEQUENCE#,APPLIED
FROM V$ARCHIVED_LOG
ORDER BY SEQUENCE#;
b) Another way is to check the alert.log on both the primary and the standby. If there are any problems during the migration of redo logs from the primary to the standby then you will see this in the alert logs.
Regards
Frank

Similar Messages

  • Physical standby query

    Friends,
    I am applying the ddl changes on the primary database.I have doubt that whether will it automatically apply the sane changes on the physical standby database.
    I am new to the Oracle DBA.Could you please guide me.
    Thanks,
    Roshan.

    user602872 wrote:
    All,
    Thank you so much for your comments.
    I am adding only DDL Changes like add column and drop column statments and output of the query.
    select force_logging from v$database;
    FOR
    YES
    and also standby_file_mangement parameter has value "auto" so everything is fine ..Thanks again.
    Thanks,
    Roshan.Then there are no problems,all ddl changes will apply on standby db

  • Where is STANDBY and PRIMARY

    Hi,
    in 10g R2 , dataguard on unix HP
    when connected to standby ,how can we find where is primary server ?
    or :
    when connected to primary ,how can we find where is standby server ?
    Thank you.

    from the primary; look athe parameter log_archive_dest_x you'll see something like:
    SQL> select name, value from v$parameter where name like '%log_ar%' ;
    log_archive_dest_2
    SERVICE=TEST_STANDBY LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_
    UNIQUE_NAME=test DELAY=120
    tnsping TEST_STANDBY and here is your standby.
    From the standby; query if fal_server is configured:
    SQL> select name, value from v$parameter where name='fal_server';
    NAME VALUE
    fal_server TESTPROD
    tnsping TESTPROD and here is your primary.

  • User account management on 11.2.0.3 standby

    Hi,
    Just came across weird thing in 11.2.0.3 release. If standby database is open in read only with redo apply and you try to connect to standby database with wrong password , your account gets locked.
    When I checked dba_user view on standby database it showed user is open (obvious as on primary it is open). On primary I was able to connect with correct password but when tried on standby it gave error account locked.
    When fired alter user <username> account unlock ; on standby it said ORA-28015 account unlocked.
    This implies in 11.2.0.3 user account status is maintained somewhere else as well. Do anyone knows where?
    Tried same in 11.2.0.2, it does not locks the account on standby at all even after repeated wrong password, also does not allow to run alter user <username> account unlock ; command .

    Hi, had the same issue here: Primary DB shows account is open and DG/Standby also shows account_status open on dba_users view, but when trying to connect with that user on standby instance says account is locked.
    If you do 'alter user xxx account lock' on primary db you see the change is transmited ok to standby (querying the dba_user there), then unlock again on primary and see it open again but still standby says that the account is locked when trying to log on there.
    This occurs because the account was locked on the standby (limit of wrong passwords attemps was reached on standby.. or something similar). Since the active dataguard cannot alter any tables (is read-only open), then it locks the account IN MEMORY of the standby instance. Thus, you have to unlock directly ON STANDBY, and that's when it says ORA-28015, Account unlocked, but the database is open for read-only access (which means, unlocked ok in memory, problem solved... but didn't change on dba_users table, which is read-only but anyway it's open there already since the problem was not there.) and in fact then you can logon ok on standby.
    I think this behaviour is by design for security reasons, because a standby can be attacked as well as a primary db, and obiously cannot depend on a lock provided by the primary which does not know anything of the attack... and standby cannot alter tables... so it's limited to lock changes on memory.
    I hope this answers the question.
    Best regards.

  • Error archiving to standby database

    Hi
    I get the following error from tyhe primary db when trying to archive to a standby database.
    (tnsping is successfull)
    *** 2007-02-12 11:24:54.263
    RFS network connection lost at host 'test9isb'
    Error 3113 attaching RFS server to standby instance at host 'test9isb'
    Error 3113 attaching to destination LOG_ARCHIVE_DEST_2 standby host 'test9isb'
    Heartbeat failed to connect to standby 'test9isb'. Error is 3113.
    *** 2007-02-12 11:24:54.263
    kcrrfail: dest:2 err:3113 force:0
    ORA-03113: end-of-file on communication channel
    Watching the standby listaner log file, it doesnt seem to get that far, so the problem is probably on the primary/outgoing side ....
    Can anyone suggest where my problem is ?
    Cheers
    Ian
    Message was edited by:
    user553552

    Hi
    I found a problem on the standby hosts listener.ora
    But now I cant really see any errors anywhere, but logs aren't being transferred ....
    Standby query "SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY;" is giving output:
    PROCESS STATUS THREAD# SEQUENCE# BLOCK# BLOCKS
    ARCH CONNECTED 0 0 0 0
    ARCH CONNECTED 0 0 0 0
    MRP0 WAIT_FOR_LOG 1 187 0 0
    RFS RECEIVING 0 0 0 0
    primary trace file says:
    Connecting to destination LOG_ARCHIVE_DEST_2 standby host 'test9isb'
    Attaching RFS server to standby instance at 'test9isb'
    Standby database restarted; old mount ID 0x8c27e216 now 0x8c28adf9
    Any advice pls ?!?

  • Need fix for db file  sequential read

    Hi all,
    My db is 10.2.0.3.0 on windows. One of our query is very slow. When I checked for the reason from v$session the wait event is db file  sequential read. Generated ash report and checked. Report listed one file id(p1), block id(p2), and number of blocks -1(p3). And other objects in the top objects. So how u can fix this now. Does I need to pin the block in the buffer cache..? Or does I need to to pin that complete object. Please suggest. I need to fix this.
    Thanks a lot..

    962013 wrote:
    Yes it is not issue, but yesterday query was running fine and today it is getting late. then what could be the reason to getting slow.
    We was having standby database and we performed switch over. and now on the primary database (previously standby) query is running and getting slow. I guess this is reason.
    So is there any action that we can take to minimize this issue. Please suggest...
    Thanks
    HOW To Make TUNING request
    https://forums.oracle.com/forums/thread.jspa?threadID=2174552#9360003

  • Prereq query for Logical Standby runs for days

    Have had an SR open for a month that isn't getting anywhere, thought I'd check here and see if anybody has run into this.
    We're looking at setting up a logical standby database, Oracle 11.2.0.3 on AIX running PeopleSoft.
    There is a prereq query in the Oracle manual which is also run via the GC wizard to find tables without unique logical identifiers.
    SELECT OWNER, TABLE_NAME FROM DBA_LOGSTDBY_NOT_UNIQUE
    WHERE (OWNER, TABLE_NAME) NOT IN
    (SELECT DISTINCT OWNER, TABLE_NAME FROM DBA_LOGSTDBY_UNSUPPORTED)
    AND BAD_COLUMN = 'Y';
    My problem is that the darned thing runs for 5.5 days.
    The view in that query runs the function  logstdby$tabf, which runs the following SQL over and over and over and over:
    SELECT * FROM LOGSTDBY_UNSUPPORT_TAB_11_2B
    Each time it runs the LOGSTDBY_UNSUPPORT_TAB_11_2B query is about 8 seconds. Run it 100,000 times and that adds up. Looks like the big problem in that query is full table scans of TAB$ and COL$.
    Anybody seen it? Anybody fixed it?

    Good suggestion - in 15 minutes you got farther than support did in 2 weeks.
    Rather than remove the sub-query, I can change it into a minus, which is functionally equivalent to the original but changes the executions on DBA_LOGSTDBY_UNSUPPORTED from many times to just once.
    select owner, table_name from dba_logstdby_not_unique
    where bad_column = 'Y'
    minus
    select distinct owner, table_name from dba_logstdby_unsupported;
    The top part of the query still takes 9.5 hours to run though, with the time now being spent the following SQL which is called from the function logstdby$tabf which is called from the view DBA_LOGSTDBY_NOT_UNIQUE :
    SELECT * FROM LOGSTDBY_SUPPORT_TAB_11_2B
    Sorry for not putting that in the original post, but I want the original query to run if possible so the GC wizard will work - and I didn't want to clutter up the question.

  • When queried v$dataguard_stats results no rows selected at standby db?

    Hi Chaps,
    I have oracle database 10g 10.2.0.4.0 on AIX version 5.3
    I am curious about standby database that whether it is in sync with the primary database or not?
    when I queried at standby to know dataguard stats the result was 'no rows selected'
    SELECT * FROM V$DATAGUARD_STATS ;
    then I tried to know the role of the database on standby like this
    SYS@prod>select name,database_role from v$database;
    then the result was as follows:
    NAME DATABASE_ROLE
    PROD PRIMARY
    is this mean that it is still a primary database and not replicating the changes from primary DB?
    please enlight your thoughts to confirm a standby db is doing right job or not?
    Thanks
    QA

    Hi, here is the init parameters from standby db
    SYS@sisprod>show parameter;
    NAME TYPE VALUE
    O7_DICTIONARY_ACCESSIBILITY boolean FALSE
    active_instance_count integer
    aq_tm_processes integer 0
    archive_lag_target integer 0
    asm_diskgroups string
    asm_diskstring string
    asm_power_limit integer 1
    audit_file_dest string /u01/app/oracle/product/10.2/r
    dbms/audit
    audit_sys_operations boolean FALSE
    audit_syslog_level string
    audit_trail string DB
    background_core_dump string partial
    background_dump_dest string /u01/app/oracle/product/10.2/a
    dmin/sisprod/bdump
    backup_tape_io_slaves boolean FALSE
    bitmap_merge_area_size integer 1048576
    blank_trimming boolean FALSE
    buffer_pool_keep string
    buffer_pool_recycle string
    circuits integer
    cluster_database boolean FALSE
    cluster_database_instances integer 1
    cluster_interconnects string
    commit_point_strength integer 1
    commit_write string
    compatible string 10.2.0.1.0
    control_file_record_keep_time integer 21
    control_files string /u01/oradata/sisprod/control01
    .ctl, /u02/oradata/sisprod/con
    trol02.ctl, /u05/oradata/sispr
    od/control03.ctl
    core_dump_dest string /u01/app/oracle/product/10.2/a
    dmin/sisprod/cdump
    cpu_count integer 2
    create_bitmap_area_size integer 8388608
    create_stored_outlines string
    cursor_sharing string EXACT
    cursor_space_for_time boolean FALSE
    db_16k_cache_size big integer 0
    db_2k_cache_size big integer 0
    db_32k_cache_size big integer 0
    db_4k_cache_size big integer 0
    db_8k_cache_size big integer 0
    db_block_buffers integer 0
    db_block_checking string TRUE
    db_block_checksum string TRUE
    db_block_size integer 8192
    db_cache_advice string ON
    db_cache_size big integer 32M
    db_create_file_dest string
    db_create_online_log_dest_1 string
    db_create_online_log_dest_2 string
    db_create_online_log_dest_3 string
    db_create_online_log_dest_4 string
    db_create_online_log_dest_5 string
    db_domain string satelliteinfo.co.uk
    db_file_multiblock_read_count integer 16
    db_file_name_convert string
    db_files integer 200
    db_flashback_retention_target integer 1440
    db_keep_cache_size big integer 0
    db_name string sisprod
    db_recovery_file_dest string
    db_recovery_file_dest_size big integer 0
    db_recycle_cache_size big integer 0
    db_unique_name string sisprod
    db_writer_processes integer 1
    dbwr_io_slaves integer 0
    ddl_wait_for_locks boolean FALSE
    dg_broker_config_file1 string /u01/app/oracle/product/10.2/d
    bs/dr1sisprod.dat
    dg_broker_config_file2 string /u01/app/oracle/product/10.2/d
    bs/dr2sisprod.dat
    dg_broker_start boolean TRUE
    disk_asynch_io boolean TRUE
    dispatchers string
    distributed_lock_timeout integer 60
    dml_locks integer 748
    drs_start boolean FALSE
    event string
    fal_client string
    fal_server string
    fast_start_io_target integer 0
    fast_start_mttr_target integer 300
    fast_start_parallel_rollback string LOW
    file_mapping boolean FALSE
    fileio_network_adapters string
    filesystemio_options string asynch
    fixed_date string
    gc_files_to_locks string
    gcs_server_processes integer 0
    global_context_pool_size string
    global_names boolean FALSE
    hash_area_size integer 1048576
    hi_shared_memory_address integer 0
    hs_autoregister boolean TRUE
    ifile file
    instance_groups string
    instance_name string sisprod
    instance_number integer 0
    instance_type string RDBMS
    java_max_sessionspace_size integer 0
    java_pool_size big integer 160M
    java_soft_sessionspace_limit integer 0
    job_queue_processes integer 15
    large_pool_size big integer 32M
    ldap_directory_access string NONE
    license_max_sessions integer 0
    license_max_users integer 0
    license_sessions_warning integer 0
    local_listener string
    lock_name_space string
    lock_sga boolean FALSE
    log_archive_config string
    log_archive_dest string
    log_archive_dest_1 string LOCATION=/u02/oradata/sisprod/
    archive
    log_archive_dest_10 string
    log_archive_dest_2 string SERVICE=SISPROD_STDBY LGWR ASY
    NC AFFIRM NET_TIMEOUT=60 VALID
    FOR=(ONLINELOGFILES,PRIMARY_
    ROLE) DB_UNIQUE_NAME=SISPROD_S
    TDBY
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string ENABLE
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    log_archive_duplex_dest string
    log_archive_format string %t_%s_%r.dbf
    log_archive_local_first boolean TRUE
    log_archive_max_processes integer 2
    log_archive_min_succeed_dest integer 1
    log_archive_start boolean FALSE
    log_archive_trace integer 0
    log_buffer integer 14246912
    log_checkpoint_interval integer 0
    log_checkpoint_timeout integer 1800
    log_checkpoints_to_alert boolean FALSE
    log_file_name_convert string
    logmnr_max_persistent_sessions integer 1
    max_commit_propagation_delay integer 0
    max_dispatchers integer
    max_dump_file_size string UNLIMITED
    max_enabled_roles integer 150
    max_shared_servers integer
    nls_calendar string
    nls_comp string
    nls_currency string #
    nls_date_format string DD/MM/YYYY
    nls_date_language string
    nls_dual_currency string
    nls_iso_currency string UNITED KINGDOM
    nls_language string ENGLISH
    nls_length_semantics string BYTE
    nls_nchar_conv_excp string FALSE
    nls_numeric_characters string
    nls_sort string
    nls_territory string UNITED KINGDOM
    nls_time_format string
    nls_time_tz_format string
    nls_timestamp_format string
    nls_timestamp_tz_format string
    object_cache_max_size_percent integer 10
    object_cache_optimal_size integer 102400
    olap_page_pool_size big integer 0
    open_cursors integer 1500
    open_links integer 4
    open_links_per_instance integer 4
    optimizer_dynamic_sampling integer 2
    optimizer_features_enable string 10.2.0.4
    optimizer_index_caching integer 0
    optimizer_index_cost_adj integer 100
    optimizer_mode string ALL_ROWS
    optimizer_secure_view_merging boolean TRUE
    os_authent_prefix string ops$
    os_roles boolean FALSE
    parallel_adaptive_multi_user boolean TRUE
    parallel_automatic_tuning boolean FALSE
    parallel_execution_message_size integer 2152
    parallel_instance_group string
    parallel_max_servers integer 20
    parallel_min_percent integer 0
    parallel_min_servers integer 0
    parallel_server boolean FALSE
    parallel_server_instances integer 1
    parallel_threads_per_cpu integer 2
    pga_aggregate_target big integer 221459251
    plsql_ccflags string
    plsql_code_type string INTERPRETED
    plsql_compiler_flags string INTERPRETED, NON_DEBUG
    plsql_debug boolean FALSE
    plsql_native_library_dir string
    plsql_native_library_subdir_count integer 0
    plsql_optimize_level integer 2
    plsql_v2_compatibility boolean FALSE
    plsql_warnings string DISABLE:ALL
    pre_11g_enable_capture boolean FALSE
    pre_page_sga boolean FALSE
    processes integer 150
    query_rewrite_enabled string FALSE
    query_rewrite_integrity string enforced
    rdbms_server_dn string
    read_only_open_delayed boolean FALSE
    recovery_parallelism integer 0
    recyclebin string on
    remote_archive_enable string true
    remote_dependencies_mode string TIMESTAMP
    remote_listener string
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    replication_dependency_tracking boolean TRUE
    resource_limit boolean FALSE
    resource_manager_plan string
    resumable_timeout integer 0
    rollback_segments string
    serial_reuse string disable
    service_names string sisprod.satelliteinfo.co.uk
    session_cached_cursors integer 20
    session_max_open_files integer 20
    sessions integer 170
    sga_max_size big integer 1056M
    sga_target big integer 1056M
    shadow_core_dump string partial
    shared_memory_address integer 0
    shared_pool_reserved_size big integer 10905190
    shared_pool_size big integer 208M
    shared_server_sessions integer
    shared_servers integer 0
    skip_unusable_indexes boolean TRUE
    smtp_out_server string
    sort_area_retained_size integer 0
    sort_area_size integer 524288
    spfile string /u01/app/oracle/product/10.2/d
    bs/spfilesisprod.ora
    sql92_security boolean FALSE
    sql_trace boolean FALSE
    sql_version string NATIVE
    sqltune_category string DEFAULT
    standby_archive_dest string ?/dbs/arch
    standby_file_management string AUTO
    star_transformation_enabled string FALSE
    statistics_level string TYPICAL
    streams_pool_size big integer 48M
    tape_asynch_io boolean TRUE
    thread integer 0
    timed_os_statistics integer 0
    timed_statistics boolean TRUE
    trace_enabled boolean TRUE
    tracefile_identifier string
    transactions integer 187
    transactions_per_rollback_segment integer 5
    undo_management string AUTO
    undo_retention integer 10800
    undo_tablespace string UNDOTBS1
    use_indirect_data_buffers boolean FALSE
    use_sigio boolean TRUE
    user_dump_dest string /u01/app/oracle/product/10.2/a
    dmin/sisprod/udump
    utl_file_dir string /u01/app/oracle/product/10.2/a
    dmin/sisprod/udump
    workarea_size_policy string AUTO
    Thanks
    QA

  • Discoverer query a logical standby rather than production via db link

    Hello,
    I have read in some oracle documentation that oracle does not support discoverer on a logical standby database because the EUL tables need write access. So oracle recommends having the EUL tables on a write enabled database (Production) and then link to data on a logical standby.
    Is anyone doing something like this currently? I am curious how this would be configured? And is it worth it?
    Thanks

    Hi Olivier
    You need to point your EUL folders at the other database using a database link. Then whenever Discoverer sees that folder it will call the database link and the data will come from the other database.
    Therefore, you need to have a schema on the other database that has SELECT permissions on all of the objects that you want to query. After satisfying yourself that you have such a schema, on the local database you create a database link to the other database using the schema that has the permissions. In order to create the database link your will of course need to be logged on locally using an account that has permission to create such a link and you will need to know the password of the schema in the other database.
    If you don't create a PUBLIC database link you will also need to make sure that your EUL owner and all of your users can access it. More often than not I will use a PUBLIC database link which saves all the trouble.
    Here is a script for a PUBLIC database link. The link is called LOCAL_TO_STANDBY and as you can see the user I am connecting as is called APPS with a password of STANDBY_APPS (entered in the IDENTIFIED BY section):
    CREATE PUBLIC DATABASE LINK LOCAL_TO_STANDBY
    CONNECT TO APPS
    IDENTIFIED BY STANDBY_APPS
    USING '(DESCRIPTION =  (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.20)(PORT = 1521)) ) (CONNECT_DATA =  (SERVICE_NAME = STANDBY)  )  )';
    You will of course have to change your database connection information by altering the IP address or the host or replacing this with a fully qualified domain name, you then have to provide the PORT and the SERVICE_NAME for the database you will be connecting to.
    To test the connection, try this:
    SELECT FROM DUAL@LOCAL_TO_STANDBY;
    Does this help?
    Best wishes
    Michael

  • Active Dataguard switchover puts new standby in real time query

    Hi Gurus,
    If using Active Dataguard ,after swicthover/failover using dg broker and observer does sthe new standby will be put in real time query mode(ADG) or manually have to open the db in read only mode.
    Please let me know.
    Thanks

    Yes it does:
    [uhesse]$ dgmgrl sys/oracle@prima
    DGMGRL for Linux: Version 11.2.0.1.0 - Production
    Copyright (c) 2000, 2009, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    Connected.
    DGMGRL> show configuration
    Configuration - myconf
      Protection Mode: MaxAvailability
      Databases:
        prima - Primary database
        logst - Logical standby database
        physt - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    DGMGRL> show database physt
    Database - physt
      Role:            PHYSICAL STANDBY
      Intended State:  APPLY-ON
      Transport Lag:   0 seconds
      Apply Lag:       0 seconds
      Real Time Query: ON
      Instance(s):
        physt
    Database Status:
    SUCCESS
    DGMGRL> switchover to physt;
    Performing switchover NOW, please wait...
    New primary database "physt" is opening...
    Operation requires shutdown of instance "prima" on database "prima"
    Shutting down instance "prima"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "prima" on database "prima"
    Starting instance "prima"...
    ORACLE instance started.
    Database mounted.
    Database opened.
    Switchover succeeded, new primary is "physt"
    DGMGRL> show configuration
    Configuration - myconf
      Protection Mode: MaxAvailability
      Databases:
        physt - Primary database
        prima - Physical standby database
        logst - Logical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    DGMGRL> show database prima
    Database - prima
      Role:            PHYSICAL STANDBY
      Intended State:  APPLY-ON
      Transport Lag:   0 seconds
      Apply Lag:       0 seconds
      Real Time Query: ON
      Instance(s):
        prima
    Database Status:
    SUCCESSKind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Standby databse for a query database

    Hi,
    Can I use a standby database to make a query database.
    My idee is :
    create a standby database on production,
    daily open this one in read/only,
    and nightly recover standby database.
    Is it available ?
    thanks in advance for your help.
    gnom92.

    There is no rule of thumb. It really depends on how much REDO is generated by the primary database. If the primary is CPU-bound processing transactions 24 hours a day, it will take a lot longer to recover the standby than it would if the primary has a moderate transaction volume.
    If you have tested your recovery plan recently, you can probably make a pretty good estimate, since that is basically what the standby is doing. If it takes you an hour to apply a day's worth of archive logs to recover your system, it will take an hour to recover your standby database (assuming identical hardware & software configuration).
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Need query to find out standby database sync information

    Hi All,
    Please provide me query which give me information about how many standby database configured .I need to generate report hourly sync information of database in our project. I have more than 120 production db and some db having more than one standby database.some of then at local satndby (some of database (prod) in datacenter and some of database in DR datacenter)
    Does it it possible to configure in 12c oem?.If it is possible guide me.How can I create report for all databases sync status within one report?
    Thanks
    Ganesh

    Hello;
    I like this one:
    Monitor Data Guard Transport
    Best Regards
    mseberg

  • Query about the DR -Standby

    Hi Support,
    I have a query about the DR -Standby:
    1) Is FAL_CLIENT and FAL_SERVER parameter mandatory in both Primary and standy node?
    2) How many standy by we can create for primary node?
    Thanks

    Dear Prashanth,
    Quantity of 3 is rejected so you blocked it? why you want to bring it again to Quality? Use of putting in block is as follows:
    Since quantity of 3  is rejected  and need to be kept aside you are blocking the stock, the purchase person will send back this material to vendor directly from block stock (MBRL or MIGO). This is best practice.
    There can be other situation that your vendor came to your place and done rework om that 3 blocked items and you are satisfied with the quality then you can use respective movement for transferring from block to unrestricted, if you want lot to be generated then assign 08 insp type and do inspection.
    Hope this will help you better.
    Best Regards,
    Shekhar

  • Query regarding standby database state when primary is down or un-reachable

    Hi
    I want to know if there is any reflection on the standby database states when it's primary is down or not reachable? I want to use this information from standby node to determine if I can programatically execute (dgmgrl) failover operation or not? This is considering that the broker configuration has no fast-startfailover and no observer enabled/configured.
    Thanks,
    Yojana

    989192 wrote:
    Hi
    I want to know if there is any reflection on the standby database states when it's primary is down or not reachable? I want to use this information from standby node to determine if I can programatically execute (dgmgrl) failover operation or not? This is considering that the broker configuration has no fast-startfailover and no observer enabled/configured.
    Thanks,
    YojanaYou don't have exactly such option,
    But you have alternate for it. Whenever standby is unreachable to primary then from standby alert log file you can see informational messages as RFS: Possible network disconnect with primary database , So you can write a script to grep those contents and to mail alert, so that you can sense whether any issue with primary database.
    HTH.

  • Query for logical standby

    Hi ,
    We have one logical standby database is running for our production database .
    Now business require one more logical standby for reporting purpose
    so during step for creating new logical standby we need to run
    EXECUTE DBMS_LOGSTDBY.BUILD;
    so is this will impact exsiting logical standby ? or we don't run this time this statemnet ?
    Thanks
    Gaurav

    user12219815 wrote:
    Hi ,
    We have one logical standby database is running for our production database .
    Now business require one more logical standby for reporting purpose
    so during step for creating new logical standby we need to run
    EXECUTE DBMS_LOGSTDBY.BUILD;
    so is this will impact exsiting logical standby ? or we don't run this time this statemnet ?
    Thanks
    Gauravno need to execute.

Maybe you are looking for

  • Safari crashes on launch. Help!

    Please help! My Safari crashes on each launch. I can't re-install it, as I'm on OS X 10.7 and there's now install file for Safari by itself. I recently even re-installed the whole OS X Lion, which didn't help either. Here's the error log: Process:   

  • Inventory - Overhead added at each assembly stage

    hi Guru, : Inventory - Overhead added at each assembly stage I have had a look into the BOM for the product code #####-######. At each assembly stage of the product overhead is added on. This is grossing up each time, meaning that the BOM and cost in

  • Adding a new record in NAST table via Z program

    Hi Experts,     I have a requirement in which i have to trigger a SAP Script to send as FAX based on some condition when a shipment is saved by VT02N transaction. The output type which i am using is configured to send fax immediately  on save of ship

  • Flash CS3 Crashes on New File

    Adobe's Flash CS3 installs fine with no problems, and the program runs (ie: It opens up without any visible problems.) But when I go to try and create a new file to begin a project the program crashes. The error window reads: Flash.exe Application Er

  • GoPro Black Footage to Premiere Elements issues

    I am trying (unsuccessfully) to bring footage from a GoPro Hero3+ Black into Premiere Elements 12. I have tried various things including using GoPro Studio to convert the MP4 files to CineForm AVI files but every way I've tried, the quality is sub pa