{"id":770,"date":"2020-07-13T18:18:56","date_gmt":"2020-07-13T21:18:56","guid":{"rendered":"https:\/\/www.fernandosimon.com\/blog\/?p=770"},"modified":"2020-07-19T19:06:24","modified_gmt":"2020-07-19T22:06:24","slug":"zdlra-creating-the-replication-server","status":"publish","type":"post","link":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/","title":{"rendered":"ZDLRA, Creating the Replication Server"},"content":{"rendered":"<p style=\"text-align: justify;\">The replication for ZDLRA operates in several ways, from a single upstream\/downstream config to a multiple replication config, but both are done using the same procedure. The process is not complicated but has some details that are needed to be aware to avoid reconstruct (or even loss) replicated data. In this post, I will show the details to create the replication config.<\/p>\n<p style=\"text-align: justify;\">The base about how the replication works for ZDLRA I wrote in <a href=\"https:\/\/www.fernandosimon.com\/blog\/zdlra-replication\/\" target=\"_blank\" rel=\"noopener noreferrer\">this post<\/a>. And how to configure the replication network config <a href=\"https:\/\/www.fernandosimon.com\/blog\/zdlra-configuring-replication-network\/\" target=\"_blank\" rel=\"noopener noreferrer\">in this other post<\/a>. This network configuration needs to be done just when you are adding the replication after the ZDLRA has been deployed, if you already deployed with replication enabled it is not needed. The official documentation about replication can <a href=\"https:\/\/docs.oracle.com\/en\/engineered-systems\/zero-data-loss-recovery-appliance\/19.2\/amagd\/amagd_replication.html#GUID-5FF45961-7DAB-47FA-B233-FA90C2FCF607\" target=\"_blank\" rel=\"noopener noreferrer\">be found here<\/a>.<\/p>\n<p style=\"text-align: justify;\"><!--more Click here to read more...--><\/p>\n<h2 style=\"text-align: justify;\">Replication Topology<\/h2>\n<p style=\"text-align: justify;\">The topology for ZDLRA replication can vary, but basic is:<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-750 size-full\" src=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png\" alt=\"\" width=\"647\" height=\"482\" srcset=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png 647w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication-300x223.png 300w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication-624x465.png 624w\" sizes=\"auto, (max-width: 647px) 100vw, 647px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">And the resume is:<\/p>\n<ul style=\"text-align: justify;\">\n<li><strong>One-Way<\/strong>: The data flows in one way only, only one ZDLRA forwards the backups.<\/li>\n<li><strong>Bi-Directional<\/strong>: Both ZDLRA\u2019s send backups to each other. Is this case, the protected databases for each ZDLRA (usually one at the separated datacenter) are replicated between them since both operated as upstream\/downstream.<\/li>\n<li><strong>Hub-Spoke<\/strong>: One ZDLRA receives backups from several ZDLRA\u2019s. And this \u201cthird\u201d ZDLRA is responsible to archive to tape.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">In any type of replication that you have exists:<\/p>\n<ul style=\"text-align: justify;\">\n<li><strong>Upstream<\/strong>: It is the ZDLRA that receives the backup and forward it to another ZDLRA<\/li>\n<li><strong>Downstream<\/strong>: Is the ZDLRA that receives the backup from another ZDLRA<\/li>\n<\/ul>\n<h3 style=\"text-align: justify;\">Scenario<\/h3>\n<p style=\"text-align: justify;\">In this post (and others when I use the replication) I will use the \u201cOne-Way config\u201d where I have one upstream and one downstream. But if you have other types, you just need to follow the same procedure and take care of details like user, wallets, and credentials.<a href=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_037.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-764 size-full\" src=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_037.png\" alt=\"\" width=\"531\" height=\"482\" srcset=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_037.png 531w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_037-300x272.png 300w\" sizes=\"auto, (max-width: 531px) 100vw, 531px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">It will be:<\/p>\n<ul style=\"text-align: justify;\">\n<li>Upstream: ZDLRAS1.<\/li>\n<li>Downstream: ZDLRAS2.<\/li>\n<\/ul>\n<h2 style=\"text-align: justify;\">Creating the Replication<\/h2>\n<p style=\"text-align: justify;\">The replication for ZDLRA operates differently than Oracle DG, it is native replication using a similar procedure than ingest backup at ZDLRA. I already wrote about this in <a href=\"https:\/\/www.fernandosimon.com\/blog\/zdlra-replication\/\" target=\"_blank\" rel=\"noopener noreferrer\">my previous post<\/a> (<em>Replication and Index<\/em> topic).<\/p>\n<p style=\"text-align: justify;\">To configure the replication we use the procedure DBMS_RA.CREATE_REPLICATION_SERVER but before we need to check some details. The replication is done based on protection policy, so, all the databases linked with that will have the backups replicated. I will write about this in another post, in this post I will show how to create the replication config.<\/p>\n<h3 style=\"text-align: justify;\">A user at downstream to receive replication<\/h3>\n<p style=\"text-align: justify;\">The ZDLRA replication requires that you use one specific user to send the backups from upstream to downstream. <strong>This user is created just in the downstream ZDLRA and never needs to be used to connect using rman<\/strong>.<\/p>\n<p style=\"text-align: justify;\">The form\/best practices to create user is REPUSER_FROM_[ZDLRA_UPSTREAM_DB_NAME]. Doing this you know the source of connection (when your downstream receives backup from more than one upstream).<\/p>\n<p style=\"text-align: justify;\">So, the first step is to create the user at downstream:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[root@zdlras2n1 ~]# \/opt\/oracle.RecoveryAppliance\/bin\/racli add vpc_user --user_name=repusr_from_zdlras1\r\n[repusr_from_zdlras1] New Password:\r\nMon Nov 25 23:34:50 2019: Start: Add vpc user repusr_from_zdlras1.\r\nMon Nov 25 23:34:51 2019:        Add vpc user repusr_from_zdlras1 successfully.\r\nMon Nov 25 23:34:51 2019: End:   Add vpc user repusr_from_zdlras1.\r\n[root@zdlras2n1 ~]#<\/pre>\n<p style=\"text-align: justify;\">To allow the upstream connect at downstream to send the backup is needed to create one wallet at upstream ZDLRA with credentials from the <em>repuser<\/em> create in the first step. <strong>The wallet can be stored in one shared filesystem to allow both nodes of the cluster to access is, or each node can store at one folder (but path needs to be the same in both)<\/strong>.<\/p>\n<p style=\"text-align: justify;\">The wallet needs to be ALO (auto-login) and can be shared (if you have one). To create the wallet at upstream we need to do:<\/p>\n<p style=\"text-align: justify;\">&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[root@zdlras1n1 ~]# su - oracle\r\nLast login: Mon Nov 25 23:43:26 CET 2019 on pts\/3\r\n[oracle@zdlras1n1 ~]$ mkdir \/radump\/wallrep\r\n[oracle@zdlras1n1 ~]$\r\n[oracle@zdlras1n1 ~]$ mkstore -wrl \/radump\/wallrep -createALO\r\nOracle Secret Store Tool Release 19.0.0.0.0 - Production\r\nVersion 19.3.0.0.0\r\nCopyright (c) 2004, 2019, Oracle and\/or its affiliates. All rights reserved.\r\n\r\n[oracle@zdlras1n1 ~]$<\/pre>\n<p style=\"text-align: justify;\">And after that, we create the credential with username and password that was created at downstream:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[oracle@zdlras1n1 ~]$ mkstore -wrl \/radump\/wallrep -createCredential zdlras2-rep.oralocal:1522\/zdlras2 repusr_from_zdlras1 repuser\r\nOracle Secret Store Tool Release 19.0.0.0.0 - Production\r\nVersion 19.3.0.0.0\r\nCopyright (c) 2004, 2019, Oracle and\/or its affiliates. All rights reserved.\r\n\r\n[oracle@zdlras1n1 ~]$\r\n[oracle@zdlras1n1 ~]$ mkstore -wrl \/radump\/wallrep -listCredential\r\nOracle Secret Store Tool Release 19.0.0.0.0 - Production\r\nVersion 19.3.0.0.0\r\nCopyright (c) 2004, 2019, Oracle and\/or its affiliates. All rights reserved.\r\n\r\nList credential (index: connect_string username)\r\n1: zdlras2-rep.oralocal:1522\/zdlras2 repusr_from_zdlras1\r\n[oracle@zdlras1n1 ~]$<\/pre>\n<p style=\"text-align: justify;\">The credential name you can define, but I usually specify it with the same pattern as EZCONNECT. Doing this, I directly know where this credential is.<\/p>\n<h3 style=\"text-align: justify;\">DBMS_RA.CREATE_REPLICATION_SERVER<\/h3>\n<p style=\"text-align: justify;\">The third and last step to create the replication is to call the procedure to create the configuration at upstream. <strong>This is done just at upstream and it uses the wallet create at step two<\/strong>.<\/p>\n<p style=\"text-align: justify;\">So, we use DBMS_RA.CREATE_REPLICATION_SERVER with parameters:<\/p>\n<ul style=\"text-align: justify;\">\n<li>replication_server_name: Name for the downstream server. You can define the name that you want.<\/li>\n<li>sbt_so_name: It will be always \u201clibra.so\u201d.<\/li>\n<li>catalog_user_name: Is the user that will connect using the wallet. Always RASYS.<\/li>\n<li>wallet_alias: The credential name that you defined what wallet.<\/li>\n<li>wallet_path: Where the wallet is located.<\/li>\n<li>max_streams: Max number of concurrent replication streams. The default value is 4.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">The replication information can be checked at RASYS.RA_REPLICATION_SERVER tables that store all the information for replicated servers at your upstream.<\/p>\n<p style=\"text-align: justify;\">So, to create the replication configuration:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[oracle@zdlras1n1 ~]$ sqlplus rasys\/change^Me2\r\n\r\nSQL*Plus: Release 19.0.0.0.0 - Production on Sun Dec 22 20:46:51 2019\r\nVersion 19.3.0.0.0\r\n\r\nCopyright (c) 1982, 2019, Oracle.  All rights reserved.\r\n\r\nLast Successful login time: Sun Dec 22 2019 20:33:15 +01:00\r\n\r\nConnected to:\r\nOracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production\r\nVersion 19.3.0.0.0\r\n\r\nSQL&gt; SELECT COUNT(*)  FROM RA_REPLICATION_SERVER;\r\n\r\n  COUNT(*)\r\n----------\r\n         0\r\n\r\nSQL&gt;\r\nSQL&gt; BEGIN\r\n  2  DBMS_RA.CREATE_REPLICATION_SERVER (\r\n  3      replication_server_name =&gt; 'zdlras2_rep',\r\n  4      sbt_so_name      =&gt; 'libra.so',\r\n  5      catalog_user_name       =&gt; 'RASYS',\r\n  6      wallet_alias            =&gt; 'zdlras2-rep.oralocal:1522\/zdlras2',\r\n  7      wallet_path             =&gt; 'file:\/radump\/wallrep');\r\n  8  END;\r\n  9  \/\r\n\r\nPL\/SQL procedure successfully completed.\r\n\r\nSQL&gt; SELECT COUNT(*)  FROM RA_REPLICATION_SERVER;\r\n\r\n  COUNT(*)\r\n----------\r\n         1\r\n\r\nSQL&gt;<\/pre>\n<p style=\"text-align: justify;\">One important point here is the \u201cmax_streams\u201d parameter. It needs to be tuned, if you are replicating more databases, maybe is good to increase this value. You can check the queue just select the \u201crasys.ra_task\u201d table and verify if there are waiting for tasks for replication. Of course, this depends on the size of your files too.<\/p>\n<h2 style=\"text-align: justify;\">Replication<\/h2>\n<p style=\"text-align: justify;\">The steps described here are just the small part for replication. We just created the replication server config at upstream (wallets and information) and downstream (username). But we still not finish the configuration for replication workflow:<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_048-1.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-771 size-full\" src=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_048-1.png\" alt=\"\" width=\"651\" height=\"482\" srcset=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_048-1.png 651w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_048-1-300x222.png 300w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/07\/amagd_vm_048-1-624x462.png 624w\" sizes=\"auto, (max-width: 651px) 100vw, 651px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">But the missing past is related to \u201clogical\u201d definition, like policies that will be replicated and databases that are linked with these policies. The basic configuration (replication server config) was done in this post, and at previous posts.<\/p>\n<p style=\"text-align: justify;\">At next post will show how to configure the backup policies and the details that you need to take care to correctly define it. If you want to understand more about protection policies you can check the <a href=\"https:\/\/www.fernandosimon.com\/blog\/zdlra-protection-policies\/\" target=\"_blank\" rel=\"noopener noreferrer\">post that I made<\/a> about it.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify;\"><strong>Disclaimer<\/strong>: <em>\u201cThe postings on this site are my own and don\u2019t necessarily represent my actual employer positions, strategies or opinions. The information here was edited to be useful for general purpose, specific data and identifications were removed to allow reach the generic audience and to be useful for the community. Post protected by copyright.\u201d<\/em><\/p>\n<p style=\"text-align: justify;\">&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The replication for ZDLRA operates in several ways, from a single upstream\/downstream config to a multiple replication config, but both are done using the same procedure. The process is not complicated but has some details that are needed to be aware to avoid reconstruct (or even loss) replicated data. In this post, I will show [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[29,77,5,140,51],"tags":[100,65,139,74],"class_list":["post-770","post","type-post","status-publish","format-standard","hentry","category-database","category-engineeredsystems","category-oracle","category-replication","category-zdlra","tag-engineered-systems","tag-oracle","tag-replication","tag-zdlra"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ZDLRA, Creating the Replication Server - Fernando Simon<\/title>\n<meta name=\"description\" content=\"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.\" \/>\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.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ZDLRA, Creating the Replication Server - Fernando Simon\" \/>\n<meta property=\"og:description\" content=\"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Fernando Simon\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-13T21:18:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-19T22:06:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png\" \/>\n<meta name=\"author\" content=\"Simon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/\"},\"author\":{\"name\":\"Simon\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/#\\\/schema\\\/person\\\/386da956604bca0d5be5dd52210c1dd9\"},\"headline\":\"ZDLRA, Creating the Replication Server\",\"datePublished\":\"2020-07-13T21:18:56+00:00\",\"dateModified\":\"2020-07-19T22:06:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/\"},\"wordCount\":1010,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/ZDLRA-Scenario-Replication.png\",\"keywords\":[\"Engineered Systems\",\"Oracle\",\"Replication\",\"ZDLRA\"],\"articleSection\":[\"Database\",\"Engineered Systems\",\"Oracle\",\"Replication\",\"ZDLRA\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/\",\"url\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/\",\"name\":\"ZDLRA, Creating the Replication Server - Fernando Simon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/ZDLRA-Scenario-Replication.png\",\"datePublished\":\"2020-07-13T21:18:56+00:00\",\"dateModified\":\"2020-07-19T22:06:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/#\\\/schema\\\/person\\\/386da956604bca0d5be5dd52210c1dd9\"},\"description\":\"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/ZDLRA-Scenario-Replication.png\",\"contentUrl\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/ZDLRA-Scenario-Replication.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/zdlra-creating-the-replication-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ZDLRA, Creating the Replication Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/\",\"name\":\"Fernando Simon\",\"description\":\"Have you hugged your backup today?\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/#\\\/schema\\\/person\\\/386da956604bca0d5be5dd52210c1dd9\",\"name\":\"Simon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g\",\"caption\":\"Simon\"},\"sameAs\":[\"http:\\\/\\\/www.fernandosimon.com\"],\"url\":\"https:\\\/\\\/www.fernandosimon.com\\\/blog\\\/author\\\/simon\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ZDLRA, Creating the Replication Server - Fernando Simon","description":"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.","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.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/","og_locale":"en_US","og_type":"article","og_title":"ZDLRA, Creating the Replication Server - Fernando Simon","og_description":"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.","og_url":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/","og_site_name":"Fernando Simon","article_published_time":"2020-07-13T21:18:56+00:00","article_modified_time":"2020-07-19T22:06:24+00:00","og_image":[{"url":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png","type":"","width":"","height":""}],"author":"Simon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Simon","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#article","isPartOf":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/"},"author":{"name":"Simon","@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9"},"headline":"ZDLRA, Creating the Replication Server","datePublished":"2020-07-13T21:18:56+00:00","dateModified":"2020-07-19T22:06:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/"},"wordCount":1010,"commentCount":0,"image":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png","keywords":["Engineered Systems","Oracle","Replication","ZDLRA"],"articleSection":["Database","Engineered Systems","Oracle","Replication","ZDLRA"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/","url":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/","name":"ZDLRA, Creating the Replication Server - Fernando Simon","isPartOf":{"@id":"https:\/\/www.fernandosimon.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#primaryimage"},"image":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png","datePublished":"2020-07-13T21:18:56+00:00","dateModified":"2020-07-19T22:06:24+00:00","author":{"@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9"},"description":"How to use the CREATE_REPLICATION_SERVER and finish the basic configuration for ZDLRA replication. Check details on how to correctly use it.","breadcrumb":{"@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#primaryimage","url":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png","contentUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/06\/ZDLRA-Scenario-Replication.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fernandosimon.com\/blog\/zdlra-creating-the-replication-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fernandosimon.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ZDLRA, Creating the Replication Server"}]},{"@type":"WebSite","@id":"https:\/\/www.fernandosimon.com\/blog\/#website","url":"https:\/\/www.fernandosimon.com\/blog\/","name":"Fernando Simon","description":"Have you hugged your backup today?","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fernandosimon.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9","name":"Simon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g","caption":"Simon"},"sameAs":["http:\/\/www.fernandosimon.com"],"url":"https:\/\/www.fernandosimon.com\/blog\/author\/simon\/"}]}},"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5ofTp-cq","jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts\/770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/comments?post=770"}],"version-history":[{"count":0,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts\/770\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/media?parent=770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/categories?post=770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/tags?post=770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}