{"id":14903,"date":"2020-02-04T14:37:45","date_gmt":"2020-02-04T14:37:45","guid":{"rendered":"https:\/\/dbtut.com\/?p=14903"},"modified":"2020-02-05T08:11:13","modified_gmt":"2020-02-05T08:11:13","slug":"what-is-real-time-apply-in-dataguard","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/","title":{"rendered":"What is Real Time Apply in Dataguard"},"content":{"rendered":"<h2>What is real time apply in dataguard?<\/h2>\n<p>If media recovery is started with the following command after installing Data Guard in versions prior to Oracle 12c, Media Recovery starts as Archived Log Apply and not Real Time Apply. This means that the transactions coming from the Primary side will be processed to the Standby side immediately after the Standby Archive Logs are created. This situation has a side effect as follows; In the case of switchover or failover, unprocessed archives need to be processed to open the instance. This means that the failover\/switchover will slow down.<\/p>\n<pre class=\"lang:default decode:true \">SQL&gt; ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;<\/pre>\n<h3>Enable Real Time Apply in Dataguard<\/h3>\n<h4>Check real time apply is enabled on standby database<\/h4>\n<h4>(Standby 1)<\/h4>\n<pre class=\"lang:default decode:true \">SQL&gt; select DATABASE_MODE, RECOVERY_MODE, PROTECTION_MODE from v$archive_dest_status;\n\nDATABASE_MODE   RECOVERY_MODE           PROTECTION_MODE\n--------------- ----------------------- --------------------\nMOUNTED-STANDBY MANAGED                 MAXIMUM PERFORMANCE\n<\/pre>\n<h4>Enable Real Time Apply<\/h4>\n<h4>(Standby 1)<\/h4>\n<pre class=\"lang:default decode:true \">SQL&gt; ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;\nDatabase altered.\n\nTue Jan 03 10:32:36 2017\nALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL\nTue Jan 03 10:32:37 2017\nMRP0: Background Media Recovery cancelled with status 16037\nErrors in file \/u01\/app\/oracle\/diag\/rdbms\/standby\/primary1\/trace\/primary1_pr00_23147.trc:\nORA-16037: user requested cancel of managed recovery operation\nRecovery interrupted!\nTue Jan 03 10:32:37 2017\nMRP0: Background Media Recovery process shutdown (primary1)\nManaged Standby Recovery Canceled (primary1)\nCompleted: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL\n<\/pre>\n<pre class=\"lang:default decode:true \">SQL&gt; ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT; \nDatabase altered.\n\nTue Jan 03 10:33:49 2017 (Standby 1)\nALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT\nAttempt to start background Managed Standby Recovery process (primary1)\nTue Jan 03 10:33:49 2017\nMRP0 started with pid=54, OS id=24358 \nMRP0: Background Managed Standby Recovery process started (primary1)\n started logmerger process\nTue Jan 03 10:33:55 2017\nManaged Standby Recovery starting Real Time Apply\nParallel Media Recovery started with 4 slaves\nWaiting for all non-current ORLs to be archived...\nAll non-current ORLs have been archived.\nTue Jan 03 10:33:55 2017\nMedia Recovery Waiting for thread 2 sequence 33 (in transit)\nRecovery of Online Redo Log: Thread 2 Group 9 Seq 33 Reading mem 0\n  Mem# 0: +DATA\/standby\/onlinelog\/group_9.271.932283685\n  Mem# 1: +FRA\/standby\/onlinelog\/group_9.264.932283685\nCompleted: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT\nMedia Recovery Log +FRA\/standby\/archivelog\/2017_01_03\/thread_1_seq_65.349.932293653\nMedia Recovery Waiting for thread 1 sequence 66 (in transit)\nRecovery of Online Redo Log: Thread 1 Group 6 Seq 66 Reading mem 0\n  Mem# 0: +DATA\/standby\/onlinelog\/group_6.268.932283683\n  Mem# 1: +FRA\/standby\/onlinelog\/group_6.261.932283683\n\nTue Jan 03 10:33:54 2017 (Standby 1)\nManaged Standby Recovery starting Real Time Apply\n<\/pre>\n<h4>Check real time apply is enabled on standby database<\/h4>\n<h4>(Standby 1)<\/h4>\n<pre class=\"lang:default decode:true \">SQL&gt; select DATABASE_MODE, RECOVERY_MODE, PROTECTION_MODE from v$archive_dest_status;\n\nDATABASE_MODE   RECOVERY_MODE           PROTECTION_MODE\n--------------- ----------------------- --------------------\nMOUNTED-STANDBY MANAGED REAL TIME APPLY MAXIMUM PERFORMANCE<\/pre>\n<h4>Check if there is Apply Lag<\/h4>\n<h4>(Standby 1)<\/h4>\n<pre class=\"lang:default decode:true\">SQL&gt; column value format a20\nSQL&gt; select name, value from v$dataguard_stats;\n\nNAME                             VALUE\n-------------------------------- --------------------\ntransport lag                    +00 00:00:00\napply lag                        +00 00:00:00\napply finish time                +00 00:00:00.000\nestimated startup time           28\n<\/pre>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_14903\" class=\"pvc_stats all  \" data-element-id=\"14903\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>What is real time apply in dataguard? If media recovery is started with the following command after installing Data Guard in versions prior to Oracle 12c, Media Recovery starts as Archived Log Apply and not Real Time Apply. This means that the transactions coming from the Primary side will be processed to the Standby side &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_14903\" class=\"pvc_stats all  \" data-element-id=\"14903\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":484,"featured_media":14904,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4],"tags":[8299,8307,8311,8313,8312,8298,8300,8318,8314,8297,8296,8321,8308,8319,8303,8302,8320,8309,8310,8295,8306,8304,8301,8305,8316,8317,8315],"class_list":["post-14903","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-oracle","tag-check-real-time-apply-is-enabled-on-standby-database","tag-check-real-time-apply-oracle","tag-data-guard-real-time-apply","tag-data-guard-real-time-apply-11-2","tag-data-guard-real-time-apply-11g","tag-difference-between-async-sync-real-time-apply","tag-enable-real-time-apply","tag-enable-real-time-apply-data-guard","tag-enable-real-time-apply-data-guard-11g","tag-enable-real-time-apply-in-dataguard","tag-how-to-check-real-time-apply-is-enabled-on-standby-database","tag-how-to-enable-real-time-apply-in-dataguard","tag-oracle-data-guard-check-real-time-apply","tag-oracle-data-guard-enable-real-time-apply","tag-oracle-data-guard-real-time-apply-11g","tag-oracle-data-guard-real-time-apply-12c","tag-oracle-enable-real-time-apply","tag-query-check-real-time-apply-data-guard","tag-query-to-check-real-time-apply-in-dataguard","tag-real-time-apply-and-redo-apply","tag-real-time-apply-check","tag-real-time-apply-data-guard-11g","tag-real-time-apply-data-guard-12c","tag-real-time-apply-maximum-performance","tag-real-time-apply","tag-real-time-apply-in-dataguard","tag-real-time-apply-in-standby-database"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Real Time Apply in Dataguard - Database Tutorials<\/title>\n<meta name=\"description\" content=\"What is Real Time Apply in Dataguard?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Real Time Apply in Dataguard - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"What is Real Time Apply in Dataguard?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-04T14:37:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-05T08:11:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"491\" \/>\n\t<meta property=\"og:image:height\" content=\"286\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Onur ARDAHANLI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Onur ARDAHANLI\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\"},\"author\":{\"name\":\"Onur ARDAHANLI\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6\"},\"headline\":\"What is Real Time Apply in Dataguard\",\"datePublished\":\"2020-02-04T14:37:45+00:00\",\"dateModified\":\"2020-02-05T08:11:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\"},\"wordCount\":142,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png\",\"keywords\":[\"Check real time apply is enabled on standby database\",\"check real time apply oracle\",\"data guard real time apply\",\"data guard real time apply 11.2\",\"data guard real time apply 11g\",\"Difference between ASYNC &amp; SYNC real time apply\",\"Enable Real Time Apply\",\"enable real time apply data guard\",\"enable real time apply data guard 11g\",\"Enable Real Time Apply in Dataguard\",\"How to check real time apply is enabled on standby database\",\"how to enable real time apply in dataguard\",\"oracle data guard check real time apply\",\"oracle data guard enable real time apply\",\"oracle data guard real time apply 11g\",\"oracle data guard real time apply 12c\",\"oracle enable real time apply\",\"query check real time apply data guard\",\"query to check real time apply in dataguard\",\"real time apply and redo apply\",\"real time apply check\",\"real time apply data guard 11g\",\"real time apply data guard 12c\",\"real time apply maximum performance\",\"real-time apply\",\"real-time apply in dataguard\",\"real-time apply in standby database\"],\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\",\"name\":\"What is Real Time Apply in Dataguard - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png\",\"datePublished\":\"2020-02-04T14:37:45+00:00\",\"dateModified\":\"2020-02-05T08:11:13+00:00\",\"description\":\"What is Real Time Apply in Dataguard?\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png\",\"width\":491,\"height\":286},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Real Time Apply in Dataguard\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6\",\"name\":\"Onur ARDAHANLI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ecd20c3e1374ced4e1aefc82101cce4cd437be8fd957d1be3d106668b8a1b990?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ecd20c3e1374ced4e1aefc82101cce4cd437be8fd957d1be3d106668b8a1b990?s=96&d=mm&r=g\",\"caption\":\"Onur ARDAHANLI\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/onurardahanli\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Real Time Apply in Dataguard - Database Tutorials","description":"What is Real Time Apply in Dataguard?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/","og_locale":"en_US","og_type":"article","og_title":"What is Real Time Apply in Dataguard - Database Tutorials","og_description":"What is Real Time Apply in Dataguard?","og_url":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/","og_site_name":"Database Tutorials","article_published_time":"2020-02-04T14:37:45+00:00","article_modified_time":"2020-02-05T08:11:13+00:00","og_image":[{"width":491,"height":286,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png","type":"image\/png"}],"author":"Onur ARDAHANLI","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Onur ARDAHANLI","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/"},"author":{"name":"Onur ARDAHANLI","@id":"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6"},"headline":"What is Real Time Apply in Dataguard","datePublished":"2020-02-04T14:37:45+00:00","dateModified":"2020-02-05T08:11:13+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/"},"wordCount":142,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png","keywords":["Check real time apply is enabled on standby database","check real time apply oracle","data guard real time apply","data guard real time apply 11.2","data guard real time apply 11g","Difference between ASYNC &amp; SYNC real time apply","Enable Real Time Apply","enable real time apply data guard","enable real time apply data guard 11g","Enable Real Time Apply in Dataguard","How to check real time apply is enabled on standby database","how to enable real time apply in dataguard","oracle data guard check real time apply","oracle data guard enable real time apply","oracle data guard real time apply 11g","oracle data guard real time apply 12c","oracle enable real time apply","query check real time apply data guard","query to check real time apply in dataguard","real time apply and redo apply","real time apply check","real time apply data guard 11g","real time apply data guard 12c","real time apply maximum performance","real-time apply","real-time apply in dataguard","real-time apply in standby database"],"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/","url":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/","name":"What is Real Time Apply in Dataguard - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png","datePublished":"2020-02-04T14:37:45+00:00","dateModified":"2020-02-05T08:11:13+00:00","description":"What is Real Time Apply in Dataguard?","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-1.png","width":491,"height":286},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/04\/what-is-real-time-apply-in-dataguard\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"What is Real Time Apply in Dataguard"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6","name":"Onur ARDAHANLI","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ecd20c3e1374ced4e1aefc82101cce4cd437be8fd957d1be3d106668b8a1b990?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ecd20c3e1374ced4e1aefc82101cce4cd437be8fd957d1be3d106668b8a1b990?s=96&d=mm&r=g","caption":"Onur ARDAHANLI"},"url":"https:\/\/dbtut.com\/index.php\/author\/onurardahanli\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/14903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/484"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=14903"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/14903\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/14904"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=14903"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=14903"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=14903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}