{"id":15303,"date":"2020-03-13T11:11:44","date_gmt":"2020-03-13T11:11:44","guid":{"rendered":"https:\/\/dbtut.com\/?p=15303"},"modified":"2020-03-16T12:34:26","modified_gmt":"2020-03-16T12:34:26","slug":"ora-16198-lgwr-received-timedout-error-from-ksr","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/","title":{"rendered":"ORA-16198: LGWR received timedout error from KSR"},"content":{"rendered":"<p>Redo Transport to the standby has stopped after the<span style=\"color: #000000;\"> ORA-16198 <\/span>error.<\/p>\n<h3>ERROR<\/h3>\n<p><span style=\"color: #ff0000;\"><em>ORA-16198: LGWR received timedout error from KSR<\/em><\/span><br \/>\n<span style=\"color: #ff0000;\"><em>LGWR: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (16198)<\/em><\/span><br \/>\n<span style=\"color: #ff0000;\"><em>LGWR: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned<\/em><\/span><br \/>\n<span style=\"color: #ff0000;\"><em>Error 16198 for archive log file 4 to &#8216;mwstdbydb&#8217;<\/em><\/span><br \/>\n<span style=\"color: #ff0000;\"><em>ORA-16198: LGWR received timedout error from KSR<\/em><\/span><br \/>\n<span style=\"color: #ff0000;\"><em>LGWR: Error 16198 disconnecting from destination LOG_ARCHIVE_DEST_2 standby host &#8216;hostname&#8217;<\/em><\/span><\/p>\n<h3>SOLUT\u0130ON<\/h3>\n<p>You may encounter this error if a network delay occurs while the Redo Transport mode of the error is SYNC. On top of that, if you set Redo Transport mode as ASYNC, the problem will be solved. Solution steps are below.<\/p>\n<h4>Step1:<\/h4>\n<p>Check the data is sync by quering the tables that frequently changed on primary and standby.<\/p>\n<pre class=\"lang:default decode:true\">SQL&gt; select count(*) from yourtablename;\r\n\r\n  COUNT(*)\r\n----------\r\n      x\r\n\r\n[MWSTDBYDB1]\r\nSQL&gt; select count(*) from yourtablename;\r\n\r\n  COUNT(*)\r\n----------\r\n      y<\/pre>\n<h4>Step2:<\/h4>\n<p>Check if there is a lag on standby?<\/p>\n<pre class=\"lang:default decode:true  \">SQL&gt; set linesize 9000\r\nSQL&gt; column name format a25\r\nSQL&gt; column value format a20\r\nSQL&gt; column time_computed format a25\r\nSQL&gt; SELECT name, value, time_computed FROM v$dataguard_stats;\r\n\r\nNAME                      VALUE                TIME_COMPUTED\r\n------------------------- -------------------- -------------------------\r\ntransport lag             +00 00:20:30         04\/06\/2017 14:37:30\r\napply lag                 +00 00:20:30         04\/06\/2017 14:37:30\r\napply finish time         +00 00:01:21.338     04\/06\/2017 14:37:30\r\nestimated startup time    52                   04\/06\/2017 14:37:30<\/pre>\n<h4>Step3:<\/h4>\n<p>At the end of the researches, it was seen that the problem was a network delay when the Redo Transport mode was SYNC. For this reason, Redo Transport mode was taken to ASYNC.<\/p>\n<h4>Set Redo Transport Mode to ASYNC:<\/h4>\n<p><strong>On Primary:<\/strong><\/p>\n<pre class=\"lang:default decode:true\">SQL&gt; alter system set log_archive_dest_2='SERVICE=standbydb ASYNC NOAFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=mwstdbydb' scope=both sid='*';\r\nSystem altered.<\/pre>\n<p>After the above procedure, the alert logs in the primary are as follows.<\/p>\n<p><strong>PrimaryInstance1<\/strong><\/p>\n<pre class=\"lang:default decode:true \">Thu Apr 06 14:40:24 2017\r\nNSA2 started with pid=1094, OS id=6564 \r\nThu Apr 06 14:40:28 2017\r\nLGWR: Failed to archive log 4 thread 1 sequence 24591 (16198)\r\nThread 1 advanced to log sequence 24592 (LGWR switch)\r\n  Current log# 5 seq# 24592 mem# 0: +DATA\/mwdb\/onlinelog\/group_5.268.864559847\r\nLNS: Standby redo logfile selected for thread 1 sequence 24592 for destination LOG_ARCHIVE_DEST_2\r\nThu Apr 06 14:40:30 2017\r\nALTER SYSTEM SET log_archive_dest_2='SERVICE=mwstdbydb ASYNC NOAFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=mwstdbydb' SCOPE=BOTH;\r\nThu Apr 06 14:40:30 2017\r\nLOGMINER: End   mining logfile for session 4 thread 1 sequence 24591, +DATA\/mwdb\/onlinelog\/group_4.273.864560049\r\nLOGMINER: Begin mining logfile for session 4 thread 1 sequence 24592, +DATA\/mwdb\/onlinelog\/group_5.268.864559847\r\nLOGMINER: End   mining logfile for session 4 thread 2 sequence 20308, +DATA\/mwdb\/onlinelog\/group_6.269.864559929\r\nLOGMINER: Begin mining logfile for session 4 thread 2 sequence 20309, +DATA\/mwdb\/onlinelog\/group_7.265.864560013\r\nThu Apr 06 14:40:42 2017\r\nArchived Log entry 57955 added for thread 1 sequence 24591 ID 0x6e72f9d8 dest 1:\r\nThu Apr 06 14:40:42 2017\r\nARCd: Standby redo logfile selected for thread 1 sequence 24591 for destination LOG_ARCHIVE_DEST_2\r\nThu Apr 06 14:44:10 2017\r\nLOGMINER: parent not found: XID 0x1c31.007.001131de\r\nLOGMINER: thread 1 RBA 0x006010.00011cf8.00bc, Parent XID 0x1c31.007.001131de\r\nThu Apr 06 14:54:42 2017\r\nALTER SYSTEM SET log_archive_dest_2='SERVICE=mwstdbydb ASYNC NOAFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=mwstdbydb' SCOPE=BOTH SID='*';<\/pre>\n<p><strong>PrimaryInstance2<\/strong><\/p>\n<pre class=\"lang:default decode:true \">Thu Apr 06 14:40:27 2017\r\nNSA2 started with pid=1194, OS id=7826 \r\nThu Apr 06 14:40:32 2017\r\nLGWR: Failed to archive log 6 thread 2 sequence 20308 (16198)\r\nThread 2 advanced to log sequence 20309 (LGWR switch)\r\n  Current log# 7 seq# 20309 mem# 0: +DATA\/mwdb\/onlinelog\/group_7.265.864560013\r\nLNS: Standby redo logfile selected for thread 2 sequence 20309 for destination LOG_ARCHIVE_DEST_2\r\nThu Apr 06 14:40:40 2017\r\nArchived Log entry 57954 added for thread 2 sequence 20308 ID 0x6e72f9d8 dest 1:\r\nThu Apr 06 14:40:40 2017\r\nARCf: Standby redo logfile selected for thread 2 sequence 20308 for destination LOG_ARCHIVE_DEST_2<\/pre>\n<p><strong>StandbyInstance1<\/strong><\/p>\n<pre class=\"lang:default decode:true \">Thu Apr 06 14:40:30 2017\r\nPrimary database is in MAXIMUM PERFORMANCE mode\r\nRFS[16]: Assigned to RFS process 12056\r\nRFS[16]: Selected log 12 for thread 1 sequence 24592 dbid 1853001179 branch 864558941\r\nThu Apr 06 14:40:33 2017\r\nPrimary database is in MAXIMUM PERFORMANCE mode\r\nRFS[17]: Assigned to RFS process 12058\r\nRFS[17]: Selected log 16 for thread 2 sequence 20309 dbid 1853001179 branch 864558941\r\nThu Apr 06 14:40:40 2017\r\nRFS[18]: Assigned to RFS process 12074\r\nRFS[18]: Selected log 17 for thread 2 sequence 20308 dbid 1853001179 branch 864558941\r\nThu Apr 06 14:40:42 2017\r\nRFS[19]: Assigned to RFS process 12076\r\nRFS[19]: Selected log 11 for thread 1 sequence 24591 dbid 1853001179 branch 864558941\r\nThu Apr 06 14:40:47 2017\r\nArchived Log entry 536 added for thread 2 sequence 20308 ID 0x6e72f9d8 dest 1:\r\nThu Apr 06 14:40:54 2017\r\nArchived Log entry 537 added for thread 1 sequence 24591 ID 0x6e72f9d8 dest 1:<\/pre>\n<p><strong>StandbyInstance2<\/strong><\/p>\n<pre class=\"lang:default decode:true \">Thu Apr 06 14:40:55 2017\r\nMedia Recovery Waiting for thread 1 sequence 24592 (in transit)\r\nRecovery of Online Redo Log: Thread 1 Group 12 Seq 24592 Reading mem 0\r\n  Mem# 0: +DATA\/mwstdbydb\/onlinelog\/group_12.270.939160351\r\n  Mem# 1: +FRA\/mwstdbydb\/onlinelog\/group_12.264.939160353\r\nMedia Recovery Waiting for thread 2 sequence 20309 (in transit)\r\nRecovery of Online Redo Log: Thread 2 Group 16 Seq 20309 Reading mem 0\r\n  Mem# 0: +DATA\/mwstdbydb\/onlinelog\/group_16.266.939160365\r\n  Mem# 1: +FRA\/mwstdbydb\/onlinelog\/group_16.260.939160367<\/pre>\n<h4>Step4:<\/h4>\n<p>Check if there is a lag on standby again.<\/p>\n<pre class=\"lang:default decode:true\">SQL&gt; set linesize 9000\r\nSQL&gt; column name format a25\r\nSQL&gt; column value format a20\r\nSQL&gt; column time_computed format a25\r\nSQL&gt; SELECT name, value, time_computed FROM v$dataguard_stats;\r\n\r\nNAME                      VALUE                TIME_COMPUTED\r\n------------------------- -------------------- -------------------------\r\ntransport lag             +00 00:00:00         04\/06\/2017 14:42:23\r\napply lag                 +00 00:00:00         04\/06\/2017 14:42:23\r\napply finish time         +00 00:00:00.000     04\/06\/2017 14:42:23\r\nestimated startup time    52                   04\/06\/2017 14:42:23\r\n<\/pre>\n<h4>Step5:<\/h4>\n<p>Check the data is sync by quering the tables that frequently changed on primary and standby again.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_15303\" class=\"pvc_stats all  \" data-element-id=\"15303\" 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>Redo Transport to the standby has stopped after the ORA-16198 error. ERROR ORA-16198: LGWR received timedout error from KSR LGWR: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (16198) LGWR: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned Error 16198 for archive log file 4 to &#8216;mwstdbydb&#8217; ORA-16198: LGWR received timedout error from KSR LGWR: Error 16198 disconnecting from destination LOG_ARCHIVE_DEST_2 &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_15303\" class=\"pvc_stats all  \" data-element-id=\"15303\" 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":15305,"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":[9043,9039,9040,9041,9042,9038,9037,9044],"class_list":["post-15303","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-oracle","tag-alter-system-set-log_archive_dest_2","tag-lgwr-received-timedout-error-from-ksr","tag-log_archive_dest_2-async","tag-log_archive_dest_2-lgwr-async","tag-log_archive_dest_2servicestandby-lgwr-async","tag-ora-16198","tag-ora-16198-lgwr-received-timedout-error-from-ksr","tag-vdataguard_stats"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ORA-16198: LGWR received timedout error from KSR - Database Tutorials<\/title>\n<meta name=\"description\" content=\"ORA-16198: LGWR received timedout error from KSR\" \/>\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\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ORA-16198: LGWR received timedout error from KSR - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"ORA-16198: LGWR received timedout error from KSR\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-13T11:11:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-16T12:34:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png\" \/>\n\t<meta property=\"og:image:width\" content=\"483\" \/>\n\t<meta property=\"og:image:height\" content=\"315\" \/>\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=\"4 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\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\"},\"author\":{\"name\":\"Onur ARDAHANLI\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6\"},\"headline\":\"ORA-16198: LGWR received timedout error from KSR\",\"datePublished\":\"2020-03-13T11:11:44+00:00\",\"dateModified\":\"2020-03-16T12:34:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\"},\"wordCount\":224,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png\",\"keywords\":[\"alter system set log_archive_dest_2\",\"LGWR received timedout error from KSR\",\"log_archive_dest_2 async\",\"log_archive_dest_2 lgwr async\",\"log_archive_dest_2='service=standby lgwr async\",\"ORA-16198\",\"ORA-16198: LGWR received timedout error from KSR\",\"v$dataguard_stats\"],\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\",\"name\":\"ORA-16198: LGWR received timedout error from KSR - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png\",\"datePublished\":\"2020-03-13T11:11:44+00:00\",\"dateModified\":\"2020-03-16T12:34:26+00:00\",\"description\":\"ORA-16198: LGWR received timedout error from KSR\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png\",\"width\":483,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ORA-16198: LGWR received timedout error from KSR\"}]},{\"@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":"ORA-16198: LGWR received timedout error from KSR - Database Tutorials","description":"ORA-16198: LGWR received timedout error from KSR","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\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/","og_locale":"en_US","og_type":"article","og_title":"ORA-16198: LGWR received timedout error from KSR - Database Tutorials","og_description":"ORA-16198: LGWR received timedout error from KSR","og_url":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/","og_site_name":"Database Tutorials","article_published_time":"2020-03-13T11:11:44+00:00","article_modified_time":"2020-03-16T12:34:26+00:00","og_image":[{"width":483,"height":315,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png","type":"image\/png"}],"author":"Onur ARDAHANLI","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Onur ARDAHANLI","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/"},"author":{"name":"Onur ARDAHANLI","@id":"https:\/\/dbtut.com\/#\/schema\/person\/7fcd466cd0d347ec64aaa48f18f780c6"},"headline":"ORA-16198: LGWR received timedout error from KSR","datePublished":"2020-03-13T11:11:44+00:00","dateModified":"2020-03-16T12:34:26+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/"},"wordCount":224,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png","keywords":["alter system set log_archive_dest_2","LGWR received timedout error from KSR","log_archive_dest_2 async","log_archive_dest_2 lgwr async","log_archive_dest_2='service=standby lgwr async","ORA-16198","ORA-16198: LGWR received timedout error from KSR","v$dataguard_stats"],"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/","url":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/","name":"ORA-16198: LGWR received timedout error from KSR - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png","datePublished":"2020-03-13T11:11:44+00:00","dateModified":"2020-03-16T12:34:26+00:00","description":"ORA-16198: LGWR received timedout error from KSR","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/03\/Ads\u0131z-15.png","width":483,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/03\/13\/ora-16198-lgwr-received-timedout-error-from-ksr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"ORA-16198: LGWR received timedout error from KSR"}]},{"@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\/15303","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=15303"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/15303\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/15305"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=15303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=15303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=15303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}