Logical standby unsynchronized with primary!

Dear all,

I'm in a new environment. Database Oracle 10 g is running on windows server 2003. It's the primary database and there is also a logical database 10 g 2 on windows.

Since yesterday, all SNA have been applied on the day before and it was synced with production to 100%.

Just not, I saw looking for that point of view ' SELECT APPLIED_SCN NEWEST_SCN NEWEST_SCN-APPLIED_SCN GAL READ_SCN APPLIED_TIME FROM DBA_LOGSTDBY_PROGRESS .

That update was the 30/09/2013 07:56

It is a new environment for me, where I should start troubleshooting from?

Kindly help

Concerning

Thanks, has been solved by doing this:

SQL > ALTER DATABASE STOP LOGICAL STANDBY IS APPLIED;

SQL > ALTER DATABASE START LOGICAL STANDBY APPLY SKIP HAS NO TRANSACTION;

Tags: Database

Similar Questions

  • Keep physical & logical Standby of same primary?

    Hi, I would like to know if it is possible to create physical and logical standby db db watch from a same primary database?

    Scenario:

    Primary A-> DB physical standby

    A-> DB primary logical standby

    Note: same source of Primary A, physical and logical to the different host.

    Yes, you create two physical standby and then convert the second physical standby of a logical standby.

    Hemant K Collette

  • How to remove the configuration of logical standby database cleanly

    Hello

    We are on the BSG with 11.2.0.3 version of DB. For unknown reasons, we would like to recreate the logic of the standby database and for this I want to cleanly remove/uninstall/remove LOGIC of DATABASE of the EVE of the DATA GUARD configuration that we have.

    Setup of the DG has already 1 PHYSICAL STANDBY DATABASE that works very well. PRIM, PHYSICAL and LOGIC are all on different HOSTS. Could you please guide or we suggest exact MOS Doc id in this regard? I found an MOS Doc id which is close enough, but its steps include dg configuration completely deleting what I don't want. Only the logical Standby database must be delete itself so that it can be installed again properly.

    We use the CONTROL GRID and DATA GUARD BROKER.

    Bundle of thanks in advance.

    Best regards

    Hello

    Thank you very much.

    What I have is:

    -DROP DATABASE (from logical database in standby)

    -asmcmd > and removed the rest of the orphaned files related to the logical database.

    -DGMGRL > remove the database logicladb; one

    -Grid control > removed from here

    -deleted the database logical PRIMARY related to logic, for example, log_archive_config.

    Other steps > ID note (Doc ID 733794.1) about the LOGIC of STANDBY DATABASE (I think that MINING regarding)

    She's.

    Best regards

  • Opening for logical standby mode


    Hello

    I have a logical standby. V $database.open_mode watch READ WRITE

    Q1. I'm wrong assuming the database is writable only for tables that are not the primary level?

    Q2. The tables that are also in the primary, in effect in read-only mode on the logic of the day before? I am able to see the fashion of these tables to prove that they are read-only?

    Thank you

    Jim

    Hello;

    Change of the user at the tables on the logic of the eve has three possible settings:

    ALL THE

    STANDBY

    NONE

    You can check the mode using this query:

    SELECT GUARD_STATUS FROM V$ DATABASE;

    If you try to insert data into a table and the mode is "ALL" and you're not the SYS user, you should get an error

    ORA-16224

    If you want users to change standby not replicated tables, then you must change the default of "ALL".

    You can use DBA_LOGSTDBY_SKIP to find the tables not replicated (those with ignore rules).

    If you create new objects, consider a naming convention that allows you to easily see the status of Scripture.

    Best regards

    mseberg

  • logical standby local and remote physical standby

    Dear all,

    My version of the database is 10.2.0.1.0 (production) and the x 86-64 OS Version Red Hat Enterprise 4 Linux operating system

    Here's my configuration details:

    Rprimary database: two-node RAC

    LOCAL database backup database: autonomous

    Database watch remotely: two node RAC

    So, my question is, I want my local DR physical to convert logical standby and

    Remote DR will work as physical sleep as it IS.



    SQL > EXECUTE DBMS_LOGSTDBY. BUILD

    Will after running the statement above in my primary database production there be any performance HIT.

    And another important thing is that my statement above, should not affect my remote physical Dr.

    Just the local DR should get converted to logic of the standby database


    Thanks and greetings
    Yvon Das

    Yvon says:
    Mr President, thank you very much for your answer...

    Actually in my case I want to be a logical and physical database to aid in total. What I'm trying to tell you, it's that.

    We have already two CARS physical distance DR nodes and a physical local autonomous local DR, a * nd we want to convert the local logical physical DR DR *, * this means I want to keep my DR RAC as physical standby*.so, when we will realize the package on the primary database

    exec dbms_logstdby.build;

    It will cause no problem for my CAR remote physical DR.

    Only local DR must be converted into logic.

    Thanks and greetings
    Yvon Das

    Published by: Yvon March 4, 2013 12:17 AM

    I understand your question completely, you can convert logical physical standby standby either locally or remotely. By running the package it will not impact any performance on the primary production database. By running the package SQL apply will be activated.
    There will be no problem with it. Again, you can have physics or logic of Eve in the same configuration of data protection.

  • Identify gaps in logical Standby

    DB version: 11.2

    To identify gaps for physical standby DB, I use the requests mentioned in the post below
    StandbyDB is not synchronized with the primary

    To check if a logic on standby and primary is in sync, can I use the same query? Do I have to consider other factors for logical standby when checking for gaps?

    Hello;

    What part of this huge post! I think not, because this is not a logic of Eve.

    On a logical standby database, ask DBA_LOGSTDBY_LOG view on the logical standby database:

    COLUMN FILE_NAME FORMAT a55
    
    SELECT
      THREAD#, SEQUENCE#, FILE_NAME
    FROM
      DBA_LOGSTDBY_LOG L
    WHERE
      NEXT_CHANGE# NOT IN
        (SELECT FIRST_CHANGE# FROM DBA_LOGSTDBY_LOG WHERE L.THREAD# = THREAD#)  ORDER BY THREAD#, SEQUENCE#;
    

    The document data protection Concepts and Administration Oracle should have a 'Restore the Services of Transport' section on that.

    Another, also run on the logic of the previous day:

    SELECT
      SUBSTR(FILE_NAME,1,100) FILE_NAME, SUBSTR(SEQUENCE#,1,10) "SEQ#",
      FIRST_CHANGE#, NEXT_CHANGE#, TO_CHAR(TIMESTAMP, 'HH:MI:SS') TIMESTAMP,
      DICT_BEGIN BEG, DICT_END END, SUBSTR(THREAD#,1,4) "THR#"
    FROM
      DBA_LOGSTDBY_LOG
    ORDER BY
      SEQUENCE#;
    
      
    

    Best regards

    mseberg

  • Issue by instantiating a table into logical standby mode

    I'm trying to instantiate the tables in my logical standby and I get this error message

    ORA-39006: internal error

    ORA-06512: at "SYS." DBMS_LOGSTDBY", line 636

    ORA-06512: at line 1

    I used the command to instantiate the table below

    RUN DBMS_LOGSTDBY. INSTANTIATE_TABLE ('FLXUSER', 'JOB_ACTION', 'NGMES_PROD')

    I also provide all the privilege required i.e. LOGSTDBY_ADMINISTRATOR and DBA.still I get the error message.

    I found the stricken import warning because the work is getting hit alertlog.

    The value of MAXTRANS parameter ignored (30).

    kupprdp: master the DM00 process started with pid = 31, OS id = 4648

    to run - SYS. KUPM$ MCP. HAND ('SYS_IMPORT_TABLE_01', 'LH137', ' KUPC$ C_1_20131218044529', ' KUPC$ S_1_20131218044529', 0);

    Wed Dec 18 04:47:54 2013

    The value of MAXTRANS parameter ignored (30).

    kupprdp: master the DM00 process started with pid = 51, OS id = 3076

    to run - SYS. KUPM$ MCP. HAND ('SYS_IMPORT_TABLE_01', 'LH137', ' KUPC$ C_1_20131218044754', ' KUPC$ S_1_20131218044754', 0);

    Wed Dec 18 04:49:41 2013

    The value of MAXTRANS parameter ignored (30).

    kupprdp: master the DM00 process started with pid = 52, OS id = 4128

    to run - SYS. KUPM$ MCP. HAND ('SYS_IMPORT_TABLE_01', 'FLXUSER', ' KUPC$ C_1_20131218044941', ' KUPC$ S_1_20131218044941', 0);

    who put in custody just according to me.

    kindly help out me

    Yes, it could very well be the reason. You can try to recompile. If it doesn't, you can reload the entire datapump utility using following metalink Note:

    How to recharge Datapump utility EXPDP/IMPDP (Doc ID 430221.1)

  • Logical standby error

    Dear all,

    I have configured the logical standby database 10 g 2, on Windows Server 2003.

    Newspapers are shipped and applied on standby, with no problems.

    I can connect on the logic of database using the sys account, but if I use a different user account I get this error message:

    SQL > connect user/pass
    ERROR:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-06550: line 11, column 52:
    PL/SQL: ORA-16224: custody of the database is enabled
    ORA-01017: name of user and password invalid. connection refused
    ORA-06550: line 11, column 4:
    PL/SQL: SQL statement ignored
    ORA-06550: line 17 column 28:
    PL/SQL: ORA-16224: custody of the database is enabled
    ORA-01017: name of user and password invalid. connection refused
    ORA-06550: line 14, column 8:
    PL/SQL: SQL statement ignored
    ORA-06550: line 20, column 12:
    PLS-00513: called from SQL PL/SQL function should return legal value type SQL
    ORA-06550: line 12, column 4:
    PL/SQL: Statement ignored
    ORA-01017: name of user and password invalid. connection refused

    I copied the file password live in standby mode.

    Kindly help

    Hello

    Did you know that connects to the password and user database pending?

    Do you get error at the following link?

    ERROR:

    ORA-00604: an error has occurred at the SQL level 1 recursive

    ORA-06550: line 11, column 52:

    PL/SQL: ORA-16224: custody of the database is enabled

    ORA-01017: name of user and password invalid. connection refused

    ORA-06550: line 11, column 4:

    PL/SQL: SQL statement ignored

    ORA-06550: line 17 column 28:

    PL/SQL: ORA-16224: custody of the database is enabled

    ORA-01017: name of user and password invalid. connection refused

    ORA-06550: line 14, column 8:

    PL/SQL: SQL statement ignored

    ORA-06550: line 20, column 12:

    PLS-00513: called from SQL PL/SQL function should return legal value type SQL

    ORA-06550: line 12, column 4:

    PL/SQL: Statement ignored

    ORA-01017: name of user and password invalid. connection refused

    Paste here your entire script.

    In addition, please check: http://docs.oracle.com/cd/E11882_01/server.112/e25608/manage_ls.htm#SBYDB4811

    10.2 control user access to Tables in a logical database ensures

    Concerning

    Mr. Mahir Quluzade

  • Logical standby

    It is possible to implement the logic of the standby database in Linux RH 5 for HPUX IA64 DB primary?

    According to below ID metalink, it seems to be NOT possible. Can some guru on that?

    DataGuard heterogeneous Standby primary and physical in the same Configuration of protection of data in favour (Doc ID 413484.1()

    Kind regards

    MD

    Check for logical standby

    Support for Data Guard for heterogeneous primary and logical Standby in the same data guard Configuration (ID of Doc 1085687.1)

    Well, according to this NOTE, it is not possible.

  • rat logical standby

    can we run RAT to capture DB on a logical standby database, it will also capture the workload due to the change applier processes?

    Yes, you can capture the SQL in an STS. With the help of a separate system of SPA you can connect remotely to the waiting

  • Why FRA faster fill in logical standby server.

    I have two backup servers a physical and logic for my primary database. I notice that on the logical standby server FRA fills more quick then physical standby server. Anyone have any suggestions.

    THX

    >
    I have two backup servers a physical and logic for my primary database. I notice that on the logical standby server FRA fills more quick then physical standby server. Anyone have any suggestions.
    >

    It is to be expected, because the logic of the eve does not create only archive opens a session on behalf of the primary transmission but also generates its own archivelogs on behalf of the trim (& archive) of the local log files. If you look at a logical application of Eve, you may notice that the newspapers of the day before are get archived and newspapers online as well. It is significant for a logical standby and leads to a higher (at least temporary) consumption space in the recovery area. Temporary, because archiving applied logs can get deleted (automatically, if you may).

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • What are the advantage and disadvantage for Standy physical and logical standby

    Hello

    What are the advantage and disadvantage for Standy physical and logical standby configuration?

    Thank you
    Ken

    Just to add the open text of Vihang Astik that for physical standby, with 11g you can now have the database read write (new features).

  • Windows cannot communicate with primary dns server

    Hey everybody.  I have a home network, wired PC, 1 wifi 1.  WiFi works fine.  wired network printers work well, other computers (laptops work fine both wired and wireless.)  I have a PC (VISTA), which now gives me the "windows cannot communicate with primary dns server.  This has happened a couple of times, but a reboot fixed things.  Once I had to change primary dns server from automatic to 208.67.222.222 (who got to this site), it worked.  Now, the same error, but nothing works.  I have tried in both directions between the DNS auto numbers listed here, also, have tried the following:

    ipconfig/flushdns
    ipconfig/registerdns
    netsh interface ip reset reset.log
    netsh int ip reset resetlog.txt

    and had windows try to reset the DNS of countless times.  Nothing works.  The upgrade to W7 eventually will correct this problem?  Another question, my wife insists on the use of AOL software (I know, I know), even if all that she uses to is by e-mail.  She says she loves interface.  A chance that caused this problem?

    Hello

    1. have there been recent changes to the system before the show?

    2. the problem occurs only with specific applications?

    Method 1:

    Follow the link and follow the steps proposed by Shekhar S and check if it helps.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-networking/cant-communicate-with-primary-DNS-server/9043f785-2f4e-4CC1-ADF5-6ba5ca413749

    Method 2:

    Follow the link below and follow the steps. Check if it helps.

    Windows Vista cannot obtain an IP address from certain routers or some non-Microsoft DHCP servers

    http://support.Microsoft.com/kb/928233

    I also suggest you to run the command in the command prompt and check where the Windows Vista computer is pointing to DNS and DHCP.

    ipconfig/all

    Post back with the results in this thread.

    Let us know if it helps.

  • cannot communicate with primary DNS (68.105.28.11) Server

    I don't have any wireless internet access. When I hit the button diagnosis: "Cannot communicate with primary DNS (68.105.28.11) server." appears

    My IP config:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\carmen>ipconfig/all
    Windows IP configuration
    Name of the host...: carmen-PC
    Primary Dns suffix...:
    Type of node...: peer-to-peer
    Active... IP routing: No.
    Active... proxy WINS: No.
    ... DNS suffix search list: dc.dc.cox.net
    Wireless network connection Wireless LAN adapter:
    The connection-specific DNS suffix. : dc.dc.cox.net
    ... Description: Atheros AR5007 802. 11 b / g WiFi adapt
    Physical address.... : 00-1F-E1-79-03-4C
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    Address IPv6 local link...: fe80::34b7:70ad:e7c0:14f6% 11 (Preferred)
    IPv4 address...: 192.168.1.116 (Preferred)
    ... Subnet mask: 255.255.255.0.
    Lease obtained...: Sunday, July 17, 2011 10:02:20
    End of the lease...: Monday, July 18, 2011 10:02:20
    ... Default gateway. : 192.168.1.1.
    DHCP server...: 192.168.1.1.
    DHCPv6 IOOKING...: 352329697
    DHCPv6 DUID customer...: 00-01-00-01-0F-E5-04-EE-00-1E-EC-75-99-F2
    DNS servers...: 68.105.28.11
    68.105.29.11
    68.105.28.12
    NetBIOS over TCP/IP...: enabled
    Ethernet connection to the Local network card:
    The connection-specific DNS suffix. : dc.dc.cox.net
    Description...: Realtek RTL8139/810 x Family Fast Ethernet
    NIC
    Physical address.... : 00-1E-EC-75-99-F2
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    Address IPv6 local link...: fe80::59a7:b3b:4c00:4663% 10 (Preferred)
    IPv4 address...: 192.168.1.119 (Preferred)
    ... Subnet mask: 255.255.255.0.
    Lease obtained...: Saturday, July 16, 2011 13:46:25
    End of the lease...: Monday, July 18, 2011 10:03:15
    ... Default gateway. : fe80::34b7:70ad:e7c0:14f6 10%
    192.168.1.1
    DHCP server...: 192.168.1.1.
    DHCPv6 IOOKING...: 251665208
    DHCPv6 DUID customer...: 00-01-00-01-0F-E5-04-EE-00-1E-EC-75-99-F2
    DNS servers...: 68.105.28.11
    68.105.29.11
    68.105.28.12
    NetBIOS over TCP/IP...: enabled
    Card tunnel Local Area Connection * 7:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Card 6TO4
    Physical address.... : 00-00-00-00-00-00-00-E0
    Active DHCP...
    . : No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 17:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Card 6TO4
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 13:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. : dc.dc.cox.net
    Description...: isatap.dc.dc.cox.net
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 14:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    Description...: isatap.residents.gmu.edu
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...
    . : Yes
    Card tunnel Local Area Connection * 15:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: isatap. NAT - wireless.gmu.edu
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 16:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: isatap. NAT - wireless.gmu.edu
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 18:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Teredo Tunneling Pseudo-Interface
    Physical address.... : 02-00-54-55-4E-01
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    Card tunnel Local Area Connection * 20:
    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Card 6TO4
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    C:\Users\carmen >
    Help, please.  I've been using an Ethernet cable, but it is so EMBARRASSING!

    Hi CarmenZL,

    1. did you last changes made on your computer before the show?

    Follow the following troubleshooting methods:

    Method: 1

    I suggest you to rest TCP/IP and check its operation.

    To reset TCP/IP stack to go to this article and follow the instructions.

    How to reset the Protocol Internet (TCP/IP)

    Method: 2

    Also, follow these steps.

    Step: 1

    a. connect to your router (by typing 192.168.0.1 or 192.168.1.1 in the address bar) and connect. Check your user manual or documentation if you don't know the references of logon.

    b. make sure you are in Setup-> basic configuration category.

    c. scroll down until you see "DHCP Server" - if it is disabled, select 'enable '.

    d. enable DHCP if you want, you can change the number that starts the DHCP IP assigning. (This is optional)

    e. use the DNS servers provided by your ISP. There are many DNS servers out there. It is preferable to use your ISP if possible.

    f. scroll down and click 'Save Settings'.

    Step: 2

    a. click on start and then Control Panel.

    b. go to the networking and sharing Center and then click on change adapter settings.

    c. right-click on connection to the Local network and select Properties.

    d. Select Internet Protocol Version 6, and then click Properties.

    e. Select obtain DNS server automatically an address and press Ok.

    f. Select obtain IP address automatically.

    g. Repeat steps for Internet Protocol version 4 as well.

    Method: 3

    Also perform the following troubleshooting steps.

    Windows Vista cannot obtain an IP address from certain routers or some non-Microsoft DHCP servers

    On a Windows Vista client computer, you can get an IP address or options from the DHCP server

  • When you use network troubleshooting in Windows, get message Windows cannot communicate with primary dns server

    Original Title2: Windows 7 - Internet
     
     
    Original title: can someone help me?
    I use a PC at home with Windows 7.  Whenever the failure at home, I have problems connecting to the Internet. Whenever I try to go on Youtube or another website, I get "Internet Explorer can not display the webpage." Now, my internet and router are configured correctly, then why is what is happening? I ran Diagnostics and got the "Windows cannot communicate with primary DNS server." I tried to reset the TCP/IP settings. It did not work and I did three times! I tried to check the properties of my network when I went to diagnose the problem, he threw some stuff on the property sheets open and close before you reopen the properties. If someone could give a foolproof solution for this annoying internet problem I would really appreciate it. Thank you.

    Hello

    Welcome to the Microsoft community!

    While using the network troubleshooter utility in Windows, you get message that Windows cannot communicate with primary DNS server.

    What is the exact message that you get when you try to check the settings of network domestic?

    I suggest you to change network settings:

    Step 1: change network settings of the router

    a. connect to your router (by typing 192.168.0.1 or 192.168.1.1 in the address bar) and connect. Check your user manual or documentation if you don't know the references of logon.
    b. make sure you are in Setup-> basic configuration category.
    c. scroll down until you see "DHCP Server" - if it is disabled, select 'enable '.
    d. enable DHCP if you want, you can change the number that starts the DHCP IP assigning. (This is optional)
    e. use the DNS servers provided by your ISP. There are many DNS servers out there. It is preferable to use your ISP if possible.
    f. scroll down and click 'Save Settings'.

    Note: The procedure may slightly vary with different routers. You can see the manual or contact ISP for assistance.

    Step 2: change in the computer network settings

    a. click on start and then Control Panel.
    b. go to the networking and sharing Center and then click on change adapter settings.
    c. right-click on connection to the Local network and select Properties.
    d. Select Internet Protocol Version 6, and then click Properties.
    e. Select obtain DNS server automatically an address and press Ok.
    f. Select obtain IP address automatically.
    g. Repeat steps for Internet Protocol version 4 as well.

    I hope this helps. If the problem persists, let know us and we would be happy to help you.

Maybe you are looking for