{"id":4798,"date":"2023-10-02T07:00:00","date_gmt":"2023-10-02T04:00:00","guid":{"rendered":"https:\/\/www.dataplatform.gr\/?p=4798"},"modified":"2024-02-04T21:48:20","modified_gmt":"2024-02-04T18:48:20","slug":"pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua","status":"publish","type":"post","link":"https:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/","title":{"rendered":"How do we apply a patch in an Oracle Data Guard environment (even online)"},"content":{"rendered":"<p>In <a href=\"https:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-to-teleytaio-patch-psu-se-vas\/\" target=\"_blank\" rel=\"noreferrer noopener\">previous<\/a> article we saw how to patch an Oracle database. In this article we will see the same process in an environment <strong>Oracle Data Guard<\/strong> on a UNIX operating system. The steps we will follow allow us to do the process even <strong>online<\/strong> if we make use of it <a href=\"https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/19\/netag\/enabling-advanced-features.html#GUID-466CD611-155F-4DD6-9E6C-0A8E6A58B796\" target=\"_blank\" rel=\"noreferrer noopener\">Oracle TAF<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to download the patch set update<\/h2>\n\n\n\n<p>Through the Oracle support portal, we connect to the following link:<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>https:&#47;&#47;support.oracle.com\/portal\/<\/code><\/pre>\n\n\n\n<p>We select Patches &amp; Updates and search for the patch id we want. In this case we are looking for patch 33192793 to upgrade from version 19.03 to 19.13:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"824\" height=\"698\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-05.png\" alt=\"\" class=\"wp-image-4801\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-05.png 824w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-05-300x254.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-05-768x651.png 768w\" sizes=\"auto, (max-width: 824px) 100vw, 824px\" \/><figcaption class=\"wp-element-caption\">01<\/figcaption><\/figure>\n\n\n\n<p>When it is downloaded, copy it to \/oracle\/home and unzip it on both Data Guard servers:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">cd $HOME\nunzip p33192793_190000_Linux-x86-64.zip\n<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install the latest OPatch<\/h2>\n\n\n\n<p>However, in order to apply a latest patch, we must also have updated the Oracle tool that performs this process, which is called OPatch.<\/p>\n\n\n\n<p>To download the latest version we connect to the link below:<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>https:&#47;&#47;updates.oracle.com\/download\/6880880.html<\/code><\/pre>\n\n\n\n<p>We choose the correct release and operating system (careful with 32 and 64bit):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"772\" height=\"456\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-03.png\" alt=\"\" class=\"wp-image-4800\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-03.png 772w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-03-300x177.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-03-768x454.png 768w\" sizes=\"auto, (max-width: 772px) 100vw, 772px\" \/><figcaption class=\"wp-element-caption\">02<\/figcaption><\/figure>\n\n\n\n<p>After we download it, we transfer it to both servers, e.g. in the <code>\/oracle\/home<\/code>, from there we transfer it to <code>$ORACLE_HOME<\/code> of each and unzip it in place of the old OPatch folder:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"831\" height=\"460\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-06.png\" alt=\"\" class=\"wp-image-4803\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-06.png 831w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-06-300x166.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-06-768x425.png 768w\" sizes=\"auto, (max-width: 831px) 100vw, 831px\" \/><figcaption class=\"wp-element-caption\">03<\/figcaption><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">cp p688* $ORACLE_HOME\/\ncd $ORACLE_HOME\nunzip p6880880_121010_LINUX.zip\n<\/pre>\n\n\n\n<p>When the process is complete, we run the following on both servers to see that the version has passed successfully:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/opatch version<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"838\" height=\"498\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-04.png\" alt=\"\" class=\"wp-image-4802\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-04.png 838w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-04-300x178.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-04-768x456.png 768w\" sizes=\"auto, (max-width: 838px) 100vw, 838px\" \/><figcaption class=\"wp-element-caption\">04<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The process<\/h2>\n\n\n\n<p>For a start in the case that we have activated the <strong>Fast-Start Failover <\/strong>in Data Guard we disable it:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">dgmgrl \"sys\/Kwdikos1!\"@ORADEV\n\nshow configuration;\n\ndisable fast_start failover\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"838\" height=\"498\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-09.png\" alt=\"\" class=\"wp-image-4805\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-09.png 838w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-09-300x178.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-09-768x456.png 768w\" sizes=\"auto, (max-width: 838px) 100vw, 838px\" \/><figcaption class=\"wp-element-caption\">05<\/figcaption><\/figure>\n\n\n\n<p>Then we connect to <strong>Standby <\/strong>and we stop the base which is now mount state and the listener:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">lsnrctl stop\n\nsqlplus \/ as sysdba\nshutdown immediate;\nexit;\n<\/pre>\n\n\n\n<p>Go to the folder where the patch is located:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">cd $HOME\n\nls -ltr\n\ncd 33192793<\/pre>\n\n\n\n<p>Now we can start the update process:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/opatch apply<\/pre>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>Patching component oracle.jdk, 1.8.0.201.0...\nPatch 33192793 successfully applied.\nSub-set patch &#91;29517242] has become inactive due to the application of a super-set patch &#91;33192793].\nPlease refer to Doc ID 2161861.1 for any possible further required actions.\nLog file location: \/oracle\/app\/oracle\/product\/19.3.0\/dbhome_1\/cfgtoollogs\/opatch\/opatch2022-07-06_22-26-07PM_1.log\n\nOPatch succeeded.<\/code><\/pre>\n\n\n\n<p>With that completed we connect to the database, raise it to mount state and raise the listener:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlplus \/ as sysdba\nstartup mount\nexit;\n\nlsnrctl start<\/pre>\n\n\n\n<p>As a next step we connect to <strong>Primary&#039;s Data Guard Broker <\/strong>and after we see that it has synchronized, i.e. that the Configuration Status has turned to success, we switchover to Standby:<\/p>\n\n\n\n<p><em>* It may take some time for the status to show success, so we run the show configuration command until it shows no error<\/em><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">dgmgrl \"sys\/Kwdikos1!\"@ORADEV\n\nshow configuration verbose;\n\nswitchover to oradevdr;<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"837\" height=\"545\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-07.png\" alt=\"\" class=\"wp-image-4804\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-07.png 837w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-07-300x195.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-07-768x500.png 768w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><figcaption class=\"wp-element-caption\">06<\/figcaption><\/figure>\n\n\n\n<p>After returning to Standby, we can now apply the patch to the <strong>Primary <\/strong>with the same process as we did before. <\/p>\n\n\n\n<p>We connect to&nbsp;<strong>Primary <\/strong>and we stop the base which is now mount state and the listener:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">lsnrctl stop\n\nsqlplus \/ as sysdba\nshutdown immediate;\nexit;\n<\/pre>\n\n\n\n<p>Go to the folder where the patch is located:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">cd $HOME\n\nls -ltr\n\ncd 33192793<\/pre>\n\n\n\n<p>Now we can start the update process on the old Primary as well:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/opatch apply<\/pre>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>Patch 33192793 successfully applied.\nSub-set patch &#91;29517242] has become inactive due to the application of a super-set patch &#91;33192793].\nPlease refer to Doc ID 2161861.1 for any possible further required actions.\nLog file location: \/oracle\/app\/oracle\/product\/19.3.0\/dbhome_1\/cfgtoollogs\/opatch\/opatch2022-07-06_23-08-03PM_1.log\n\nOPatch succeeded.<\/code><\/pre>\n\n\n\n<p>With that completed we connect to the database, raise it to mount state and raise the listener:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlplus \/ as sysdba\nstartup mount\nexit;\n\nlsnrctl start<\/pre>\n\n\n\n<p>Now we connect again to <strong>Secondary&#039;s Data Guard Broker<\/strong> and after we see that it has synchronized, i.e. that the Configuration Status has turned to success, we switchover to the old Primary:<\/p>\n\n\n\n<p><em>* It may take some time for the status to show success, so we run the show configuration command until it shows no error<\/em><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">dgmgrl \"sys\/Kwdikos1!\"@ORADEVDR\n\nshow configuration verbose;\n\nswitchover to oradev;<\/pre>\n\n\n\n<p>If it completes successfully we can activate it again <strong>Fast-Start Failover<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">enable fast_start failover;\nexit;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The patch on the Oracle binaries has been completed, but now it remains to pass the update to the database tables as well<\/h2>\n\n\n\n<p>To do this we need to run the command <strong>datapatch<\/strong>, so we connect to Primary and run the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/datapatch -verbose<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"829\" height=\"511\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-10.png\" alt=\"\" class=\"wp-image-4809\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-10.png 829w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-10-300x185.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-10-768x473.png 768w\" sizes=\"auto, (max-width: 829px) 100vw, 829px\" \/><figcaption class=\"wp-element-caption\">07<\/figcaption><\/figure>\n\n\n\n<p>If it shows us an error, we can see more information about what is causing it by selecting the following view:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">select * from OPATCH_XML_INV;\n\n--https:\/\/support.oracle.com\/epmos\/faces\/DocumentDisplay?_afrLoop=331756942002519&amp;parent=EXTERNAL_SEARCH&amp;sourceId=PROBLEM&amp;id=1602089.1&amp;_afrWindowMode=0&amp;_adf.ctrl-state=l7kdhyc44_4<\/pre>\n\n\n\n<p>When the process is complete we connect to the database and run the following query to confirm that it has been updated:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlplus \/ as sysdba\n\nselect patch_id,status,action_time,description from dba_registry_sqlpatch order by action_time;<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"837\" height=\"497\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-11.png\" alt=\"\" class=\"wp-image-4811\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-11.png 837w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-11-300x178.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2022\/07\/dgu-11-768x456.png 768w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><figcaption class=\"wp-element-caption\">08<\/figcaption><\/figure>\n\n\n\n<p>To delete the garbage left from the installation, run it&nbsp;<strong>opatch cleanup<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/opatch util cleanup<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">If we want to rollback the patch...<\/h2>\n\n\n\n<p>In the event that we want to rollback the patch, we can, while we have downloaded the database, run the following command stating the patch id that we want to remove:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/opatch rollback -id 31113348<\/pre>\n\n\n\n<p>However, after the rollback to the Oracle binaries is completed, we should run datapatch again (with the database uploaded) so that the changes to the database tables will also be passed:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">$ORACLE_HOME\/OPatch\/datapatch -verbose<\/pre>","protected":false},"excerpt":{"rendered":"<p>In a previous article we saw how to patch an Oracle database. In this article we will see the same process in an Oracle Data Guard environment on a UNIX operating system. The steps we will follow allow us to do the process even online if we use Oracle TAF. How to download the patch [\u2026]<\/p>","protected":false},"author":1,"featured_media":704,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,16],"tags":[67,29,66,65,5],"class_list":["post-4798","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-databases","category-oracle-db","tag-data-guard","tag-databases","tag-disaster-recovery","tag-high-availability","tag-oracle-database"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr\" \/>\n<meta property=\"og:description\" content=\"\u03a3\u03b5 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b5\u03af\u03c7\u03b1\u03bc\u03b5 \u03b4\u03b5\u03b9 \u03c0\u03ce\u03c2 \u03c0\u03ad\u03c1\u03bd\u03ac\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c4\u03b7\u03c2 Oracle. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03bf \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c4\u03b7\u03bd \u03af\u03b4\u03b9\u03b1 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard \u03c3\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc UNIX. \u03a4\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online \u03b1\u03bd \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 Oracle TAF. \u03a0\u03ce\u03c2 \u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf patch [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/\" \/>\n<meta property=\"og:site_name\" content=\"DataPlatform.gr\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplatform.gr\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-02T04:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-04T18:48:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stratos Matzouranis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stratos Matzouranis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/\"},\"author\":{\"name\":\"Stratos Matzouranis\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\"},\"headline\":\"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online)\",\"datePublished\":\"2023-10-02T04:00:00+00:00\",\"dateModified\":\"2024-02-04T18:48:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/\"},\"wordCount\":120,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_oracle.png\",\"keywords\":[\"Data Guard\",\"Databases\",\"Disaster Recovery\",\"High Availability\",\"Oracle Database\"],\"articleSection\":[\"Databases\",\"Oracle Database\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/\",\"name\":\"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_oracle.png\",\"datePublished\":\"2023-10-02T04:00:00+00:00\",\"dateModified\":\"2024-02-04T18:48:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_oracle.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_oracle.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Databases\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Oracle Database\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/oracle-db\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"name\":\"dataplatform.gr - Sky is not the limit!\",\"description\":\"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataplatform.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\",\"name\":\"dataplatform.gr\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"width\":322,\"height\":139,\"caption\":\"dataplatform.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dataplatform.gr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dataplatform-gr\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\",\"name\":\"Stratos Matzouranis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"caption\":\"Stratos Matzouranis\"},\"sameAs\":[\"https:\\\/\\\/www.dataplatform.gr\"],\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/en\\\/author\\\/stratos-matzouranis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr","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:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/","og_locale":"en_US","og_type":"article","og_title":"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr","og_description":"\u03a3\u03b5 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b5\u03af\u03c7\u03b1\u03bc\u03b5 \u03b4\u03b5\u03b9 \u03c0\u03ce\u03c2 \u03c0\u03ad\u03c1\u03bd\u03ac\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c4\u03b7\u03c2 Oracle. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03bf \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c4\u03b7\u03bd \u03af\u03b4\u03b9\u03b1 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard \u03c3\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc UNIX. \u03a4\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online \u03b1\u03bd \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 Oracle TAF. \u03a0\u03ce\u03c2 \u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf patch [&hellip;]","og_url":"https:\/\/www.dataplatform.gr\/en\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/","og_site_name":"DataPlatform.gr","article_publisher":"https:\/\/www.facebook.com\/dataplatform.gr\/","article_published_time":"2023-10-02T04:00:00+00:00","article_modified_time":"2024-02-04T18:48:20+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png","type":"image\/png"}],"author":"Stratos Matzouranis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stratos Matzouranis","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#article","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/"},"author":{"name":"Stratos Matzouranis","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf"},"headline":"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online)","datePublished":"2023-10-02T04:00:00+00:00","dateModified":"2024-02-04T18:48:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/"},"wordCount":120,"commentCount":0,"publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png","keywords":["Data Guard","Databases","Disaster Recovery","High Availability","Oracle Database"],"articleSection":["Databases","Oracle Database"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/","url":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/","name":"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online) - DataPlatform.gr","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#primaryimage"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png","datePublished":"2023-10-02T04:00:00+00:00","dateModified":"2024-02-04T18:48:20+00:00","breadcrumb":{"@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#primaryimage","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_oracle.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplatform.gr\/pos-efarmozoyme-ena-patch-se-perivallon-oracle-data-gua\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.dataplatform.gr\/"},{"@type":"ListItem","position":2,"name":"Databases","item":"https:\/\/www.dataplatform.gr\/category\/databases\/"},{"@type":"ListItem","position":3,"name":"Oracle Database","item":"https:\/\/www.dataplatform.gr\/category\/databases\/oracle-db\/"},{"@type":"ListItem","position":4,"name":"\u03a0\u03ce\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 patch \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Oracle Data Guard (\u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 online)"}]},{"@type":"WebSite","@id":"https:\/\/www.dataplatform.gr\/#website","url":"https:\/\/www.dataplatform.gr\/","name":"dataplatform.gr - Sky is not the limit!","description":"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.","publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataplatform.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dataplatform.gr\/#organization","name":"dataplatform.gr","url":"https:\/\/www.dataplatform.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","width":322,"height":139,"caption":"dataplatform.gr"},"image":{"@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dataplatform.gr\/","https:\/\/www.linkedin.com\/company\/dataplatform-gr\/"]},{"@type":"Person","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf","name":"Stratos Matzouranis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","caption":"Stratos Matzouranis"},"sameAs":["https:\/\/www.dataplatform.gr"],"url":"https:\/\/www.dataplatform.gr\/en\/author\/stratos-matzouranis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/4798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/comments?post=4798"}],"version-history":[{"count":2,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/4798\/revisions"}],"predecessor-version":[{"id":5657,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/4798\/revisions\/5657"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media\/704"}],"wp:attachment":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media?parent=4798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/categories?post=4798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/tags?post=4798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}