{"id":34445,"date":"2024-07-31T00:30:25","date_gmt":"2024-07-30T22:30:25","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=34445"},"modified":"2024-07-31T00:30:28","modified_gmt":"2024-07-30T22:30:28","slug":"create-new-pdb-in-a-data-guard-environment-on-exacc","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/","title":{"rendered":"Create new PDB in a Data Guard environment on ExaCC"},"content":{"rendered":"\n<p>In this blog, I would like to share how to create a new PDB in one CDB in a Data Guard environment on the ExaCC.<\/p>\n\n\n<a class=\"wp-block-read-more\" href=\"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Create new PDB in a Data Guard environment on ExaCC<\/span><\/a>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-naming-convention\">Naming Convention<\/h2>\n\n\n\n<p>Following is the naming convention:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CDB Name is MYCDB<\/li>\n\n\n\n<li>ExaCC Primary site cluster is ExaCC-chz1-cl01<\/li>\n\n\n\n<li>ExaCC Standby site cluster is ExaCC-chz2-cl01<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-new-pdb\">Create new PDB<\/h2>\n\n\n\n<p>I will create a new PDB named NEWPDB in the CDB named MYCDB using dbaascli. This will be run on the primary site.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1]\">\noracle@ExaCC-chz1-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] dbaascli pdb create --pdbName NEWPDB --dbName MYCDB\nDBAAS CLI version 24.1.2.0.0\nExecuting command pdb create --pdbName NEWPDB --dbName MYCDB\nJob id: e5eaa683-e31d-4c5a-962e-a568221653d9\nSession log: \/var\/opt\/oracle\/log\/MYCDB\/pdb\/create\/dbaastools_2024-05-31_09-52-40-AM_96261.log\nLoading PILOT...\nSession ID of the current execution is: 7852\nLog file location: \/var\/opt\/oracle\/log\/MYCDB\/pdb\/create\/pilot_2024-05-31_09-52-53-AM_101724\n-----------------\nRunning Plugin_initialization job\nEnter TDE_PASSWORD:                                                                                                                                                                                            *********************\nCompleted Plugin_initialization job\n-----------------\nRunning Validate_input_params job\nCompleted Validate_input_params job\n-----------------\nRunning Validate_target_pdb_service_name job\nCompleted Validate_target_pdb_service_name job\n-----------------\nRunning Perform_dbca_prechecks job\nCompleted Perform_dbca_prechecks job\nAcquiring read lock: _u02_app_oracle_product_19.0.0.0_dbhome_2\nAcquiring write lock: mycdb\nAcquiring write lock: newpdb\n-----------------\nRunning PDB_creation job\nCompleted PDB_creation job\n-----------------\nRunning Load_pdb_details job\nCompleted Load_pdb_details job\n-----------------\nRunning Configure_pdb_service job\nCompleted Configure_pdb_service job\n-----------------\nRunning Configure_tnsnames_ora job\nCompleted Configure_tnsnames_ora job\n-----------------\nRunning Set_pdb_admin_user_profile job\nCompleted Set_pdb_admin_user_profile job\n-----------------\nRunning Lock_pdb_admin_user job\nCompleted Lock_pdb_admin_user job\n-----------------\nRunning Register_ocids job\nSkipping. Job is detected as not applicable.\n-----------------\nRunning Prepare_blob_for_standby_in_primary job\nCompleted Prepare_blob_for_standby_in_primary job\nReleasing lock: newpdb\nReleasing lock: mycdb\nReleasing lock: _u02_app_oracle_product_19.0.0.0_dbhome_2\n-----------------\nRunning Generate_dbsystem_details job\nAcquiring native write lock: global_dbsystem_details_generation\nReleasing native lock: global_dbsystem_details_generation\nCompleted Generate_dbsystem_details job\n---------- PLUGIN NOTES ----------\nNote: Pluggable database operation is performed on the primary database. In order to successfully complete the operation, the file \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar needs to be copied to the standby database node and additional steps need to be run on all standby databases. Refer to the Cloud Service documentation for the complete steps.\n---------- END OF PLUGIN NOTES ----------\ndbaascli execution completed\n<\/pre>\n<\/br>\n\n\n\n<p>Pay attention to the PLUGIN NOTES about the BLOB file to be copied on the standby site.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1]\">\noracle@ExaCC-chz1-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] ls -ltrh \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar\n-rw------- 1 oracle oinstall 130K May 31 09:55 \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar\n<\/pre>\n<\/br>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checks\">Checks<\/h2>\n\n\n\n<p>Let&#8217;s check PDB on primary side:<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,13,21]\">\noracle@ExaCC-chz1-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] sqh\n\nSQL*Plus: Release 19.0.0.0.0 - Production on Fri May 31 09:56:30 2024\nVersion 19.23.0.0.0\n\nCopyright (c) 1982, 2023, Oracle.  All rights reserved.\n\n\nConnected to:\nOracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production\nVersion 19.23.0.0.0\n\nSQL&gt; show pdbs\n\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\n---------- ------------------------------ ---------- ----------\n         2 PDB$SEED                       READ ONLY  NO\n         3 PDB1                           READ WRITE NO\n         4 PDB2                           READ WRITE NO\n         5 PDB3                           READ WRITE NO\n         6 NEWPDB                         READ WRITE NO\n<\/pre>\n<\/br>\n\n\n\n<p>Let&#8217;s check PDB on standby side:<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,13,21]\">\noracle@ExaCC-chz2-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] sqh\n\nSQL*Plus: Release 19.0.0.0.0 - Production on Fri May 31 09:56:47 2024\nVersion 19.23.0.0.0\n\nCopyright (c) 1982, 2023, Oracle.  All rights reserved.\n\n\nConnected to:\nOracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production\nVersion 19.23.0.0.0\n\nSQL&gt; show pdbs\n\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\n---------- ------------------------------ ---------- ----------\n         2 PDB$SEED                       READ ONLY  NO\n         3 PDB1                           READ ONLY  NO\n         4 PDB2                           READ ONLY  NO\n         5 PDB3                           READ ONLY  NO\n         6 NEWPDB                         MOUNTED\n<\/pre>\n<\/br>\n\n\n\n<p>The PDB is not started on the standby side.<\/p>\n\n\n\n<p>Let&#8217;s check Data Guard:<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,9,13]\">\noracle@ExaCC-chz1-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] dgh\nDGMGRL for Linux: Release 19.0.0.0.0 - Production on Fri May 31 09:57:44 2024\nVersion 19.23.0.0.0\n\nCopyright (c) 1982, 2019, Oracle and\/or its affiliates.  All rights reserved.\n\nWelcome to DGMGRL, type \"help\" for information.\n\nDGMGRL&gt; connect \/\nConnected to \"MYCDB_CHZ1\"\nConnected as SYSDG.\n\nDGMGRL&gt; show configuration lag\n\nConfiguration - fsc\n\n  Protection Mode: MaxAvailability\n  Members:\n  MYCDB_CHZ1 - Primary database\n    MYCDB_CHZ2 - Physical standby database\n                    Transport Lag:      0 seconds (computed 0 seconds ago)\n                    Apply Lag:          0 seconds (computed 0 seconds ago)\n\nFast-Start Failover:  Disabled\n\nConfiguration Status:\nSUCCESS   (status updated 26 seconds ago)\n<\/pre>\n<\/br>\n\n\n\n<p>The Data Guard between both Primary CHZ1 and Standby CHZ2 CDB is synchronized.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-try-to-open-the-pdb-on-standby-side-in-read-only\">Try to open the PDB on standby side in READ ONLY?<\/h2>\n\n\n\n<p>Let&#8217;s try to open the PDB in READ ONLY mode on the standby side.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1]\">\nSQL&gt; alter pluggable database NEWPDB open read only instances=all;\nalter pluggable database NEWPDB open read only instances=all\n*\nERROR at line 1:\nORA-65107: Error encountered when processing the current task on instance:1\nORA-01111: name for data file 68 is unknown - rename to correct file\n<\/pre>\n<\/br>\n\n\n\n<p>As we can see, this is not possible. But why?<\/p>\n\n\n\n<p>Let&#8217;s check the size of the new PDB on the standby side.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,9,11,19]\">\nSQL&gt; show pdbs\n\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\n---------- ------------------------------ ---------- ----------\n         2 PDB$SEED                       READ ONLY  NO\n         3 PDB1                           READ ONLY  NO\n         4 PDB2                           READ ONLY  NO\n         5 PDB3                           READ ONLY  NO\n         6 NEWPDB                         MOUNTED\n\nSQL&gt; select name, total_size\/1024\/1024\/1024 GB from v$pdbs;\n\nNAME                                   GB\n------------------------------ ----------\nPDB$SEED                       1.85546875\nPDB1                           2308.65039\nPDB2                           1534.89966\nPDB3                           1095.55273\nNEWPDB                          0\n\nSQL&gt;\n<\/pre>\n<\/br>\n\n\n\n<p>So the new PDB has been created on the standby side through Data Guard but is empty. This is why we are getting the BLOB file from dbaascli.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-copy-the-blob-file-to-the-standby-side\">Copy the BLOB file to the standby side<\/h2>\n\n\n\n<p>We will copy and make the BLOB file available on the standby side. This has been done with scp command.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,2]\">\n[opc@ExaCC-chz2-cl01n1 ~]$ sudo mv \/tmp\/MYCDB_2024-05-31_09-52-53-AM_101724.tar \/var\/opt\/oracle\/log\/reg_tmp_files\/\n[opc@ExaCC-chz2-cl01n1 ~]$ sudo chown oracle: \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar\n<\/pre>\n<\/br>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-the-pdb-on-the-standby-using-the-blob-file\">Create the PDB on the standby using the BLOB file<\/h2>\n\n\n\n<p>We will need now to run on the standby the same exact command we ran on the primary, adding the option <code>--standbyBlobFromPrimary<\/code>.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1]\">\noracle@ExaCC-chz2-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] dbaascli pdb create --pdbName NEWPDB --dbName MYCDB --standbyBlobFromPrimary \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar\nDBAAS CLI version 24.1.2.0.0\nExecuting command pdb create --pdbName NEWPDB --dbName MYCDB --standbyBlobFromPrimary \/var\/opt\/oracle\/log\/reg_tmp_files\/MYCDB_2024-05-31_09-52-53-AM_101724.tar\nJob id: 7c3c0a4c-d7c2-4920-b453-0aee12547af1\nSession log: \/var\/opt\/oracle\/log\/MYCDB\/pdb\/create\/dbaastools_2024-05-31_10-40-26-AM_149952.log\nLoading PILOT...\nSession ID of the current execution is: 5623\nLog file location: \/var\/opt\/oracle\/log\/MYCDB\/pdb\/create\/pilot_2024-05-31_10-40-39-AM_153628\n-----------------\nRunning Plugin_initialization job\nEnter SYS_PASSWORD:                                                                                                                                                                                                    ***********************\nEnter TDE_PASSWORD:                                                                                                                                                                                                     **********************\nCompleted Plugin_initialization job\n-----------------\nRunning Validate_input_params job\nCompleted Validate_input_params job\n-----------------\nRunning Validate_target_pdb_service_name job\nCompleted Validate_target_pdb_service_name job\n-----------------\nRunning Perform_dbca_prechecks job\nCompleted Perform_dbca_prechecks job\nAcquiring read lock: _u02_app_oracle_product_19.0.0.0_dbhome_2\nAcquiring write lock: mycdb\nAcquiring write lock: newpdb\n-----------------\nRunning PDB_creation job\nCompleted PDB_creation job\n-----------------\nRunning Load_pdb_details job\nCompleted Load_pdb_details job\n-----------------\nRunning Configure_pdb_service job\nCompleted Configure_pdb_service job\n-----------------\nRunning Configure_tnsnames_ora job\nCompleted Configure_tnsnames_ora job\n-----------------\nRunning Set_pdb_admin_user_profile job\nSkipping. Job is detected as not applicable.\n-----------------\nRunning Lock_pdb_admin_user job\nSkipping. Job is detected as not applicable.\n-----------------\nRunning Register_ocids job\nSkipping. Job is detected as not applicable.\n-----------------\nRunning Prepare_blob_for_standby_in_primary job\nSkipping. Job is detected as not applicable.\nReleasing lock: newpdb\nReleasing lock: mycdb\nReleasing lock: _u02_app_oracle_product_19.0.0.0_dbhome_2\n-----------------\nRunning Generate_dbsystem_details job\nAcquiring native write lock: global_dbsystem_details_generation\nReleasing native lock: global_dbsystem_details_generation\nCompleted Generate_dbsystem_details job\ndbaascli execution completed\n<\/pre>\n<\/br>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checks-0\">Checks<\/h2>\n\n\n\n<p>Now the PDB is open in READ ONLY mode on the standby side and having data.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1,13,21,23,31]\">\noracle@ExaCC-chz2-cl01n1:~\/ [MYCDB1 (CDB$ROOT)] sqh\n\nSQL*Plus: Release 19.0.0.0.0 - Production on Fri May 31 10:50:00 2024\nVersion 19.23.0.0.0\n\nCopyright (c) 1982, 2023, Oracle.  All rights reserved.\n\n\nConnected to:\nOracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production\nVersion 19.23.0.0.0\n\nSQL&gt; show pdbs\n\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\n---------- ------------------------------ ---------- ----------\n         2 PDB$SEED                       READ ONLY  NO\n         3 PDB1                           READ ONLY  NO\n         4 PDB2                           READ ONLY  NO\n         5 PDB3                           READ ONLY  NO\n         6 NEWPDB                         READ ONLY  NO\n\nSQL&gt; select name, total_size\/1024\/1024\/1024 GB from v$pdbs;\n\nNAME                         GB\n-------------------- ----------\nPDB$SEED             1.85546875\nPDB1                 2308.65039\nPDB2                 1534.89966\nPDB3                 1095.55273\nNEWPDB               4.34375\n\nSQL&gt;\n<\/pre>\n<\/br>\n\n\n\n<p>Let&#8217;s check Data Guard status.<\/p>\n\n\n\n<pre class=\"brush: sql; gutter: true; first-line: 1; highlight: [1]\">\nDGMGRL&gt; show configuration lag\n\nConfiguration - fsc\n\n  Protection Mode: MaxAvailability\n  Members:\n  MYCDB_CHZ1 - Primary database\n    MYCDB_CHZ2 - Physical standby database\n                    Transport Lag:      0 seconds (computed 0 seconds ago)\n                    Apply Lag:          0 seconds (computed 0 seconds ago)\n\nFast-Start Failover:  Disabled\n\nConfiguration Status:\nSUCCESS   (status updated 55 seconds ago)\n<\/pre>\n<\/br>\n\n\n\n<p>And we can that the standby is in sync with the primary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-to-wrap-up\">To wrap up<\/h2>\n\n\n\n<p>Creating a new PDB in a multitenant environment with Data guard need to run creation of the PDB on the standby side. This is quite easy with dbaascli.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, I would like to share how to create a new PDB in one CDB in a Data Guard environment on the ExaCC. Naming Convention Following is the naming convention: Create new PDB I will create a new PDB named NEWPDB in the CDB named MYCDB using dbaascli. This will be run on [&hellip;]<\/p>\n","protected":false},"author":48,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[59],"tags":[2742,3413,2598,290],"type_dbi":[],"class_list":["post-34445","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-data-guard-2","tag-dbaascli","tag-exacc-3","tag-oracle-cloud"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Create new PDB in a Data Guard environment on ExaCC - dbi Blog<\/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.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create new PDB in a Data Guard environment on ExaCC\" \/>\n<meta property=\"og:description\" content=\"In this blog, I would like to share how to create a new PDB in one CDB in a Data Guard environment on the ExaCC. Naming Convention Following is the naming convention: Create new PDB I will create a new PDB named NEWPDB in the CDB named MYCDB using dbaascli. This will be run on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-30T22:30:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-30T22:30:28+00:00\" \/>\n<meta name=\"author\" content=\"Marc Wagner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc Wagner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/\"},\"author\":{\"name\":\"Marc Wagner\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/225d9884b8467ead9a872823acb14628\"},\"headline\":\"Create new PDB in a Data Guard environment on ExaCC\",\"datePublished\":\"2024-07-30T22:30:25+00:00\",\"dateModified\":\"2024-07-30T22:30:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/\"},\"wordCount\":347,\"commentCount\":2,\"keywords\":[\"Data Guard\",\"dbaascli\",\"exacc\",\"Oracle cloud\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/\",\"name\":\"Create new PDB in a Data Guard environment on ExaCC - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2024-07-30T22:30:25+00:00\",\"dateModified\":\"2024-07-30T22:30:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/225d9884b8467ead9a872823acb14628\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/create-new-pdb-in-a-data-guard-environment-on-exacc\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create new PDB in a Data Guard environment on ExaCC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/225d9884b8467ead9a872823acb14628\",\"name\":\"Marc Wagner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g\",\"caption\":\"Marc Wagner\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/marc-wagner\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create new PDB in a Data Guard environment on ExaCC - dbi Blog","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.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/","og_locale":"en_US","og_type":"article","og_title":"Create new PDB in a Data Guard environment on ExaCC","og_description":"In this blog, I would like to share how to create a new PDB in one CDB in a Data Guard environment on the ExaCC. Naming Convention Following is the naming convention: Create new PDB I will create a new PDB named NEWPDB in the CDB named MYCDB using dbaascli. This will be run on [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/","og_site_name":"dbi Blog","article_published_time":"2024-07-30T22:30:25+00:00","article_modified_time":"2024-07-30T22:30:28+00:00","author":"Marc Wagner","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc Wagner","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/"},"author":{"name":"Marc Wagner","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628"},"headline":"Create new PDB in a Data Guard environment on ExaCC","datePublished":"2024-07-30T22:30:25+00:00","dateModified":"2024-07-30T22:30:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/"},"wordCount":347,"commentCount":2,"keywords":["Data Guard","dbaascli","exacc","Oracle cloud"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/","url":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/","name":"Create new PDB in a Data Guard environment on ExaCC - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2024-07-30T22:30:25+00:00","dateModified":"2024-07-30T22:30:28+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/create-new-pdb-in-a-data-guard-environment-on-exacc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create new PDB in a Data Guard environment on ExaCC"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/225d9884b8467ead9a872823acb14628","name":"Marc Wagner","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a873cc6e7fbdbbcbdbcaf5dbded14ad9a77b2ec2c3e03b4d724ed33d35d5f328?s=96&d=mm&r=g","caption":"Marc Wagner"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/marc-wagner\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/34445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=34445"}],"version-history":[{"count":10,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/34445\/revisions"}],"predecessor-version":[{"id":34455,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/34445\/revisions\/34455"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=34445"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=34445"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=34445"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=34445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}