{"id":37296,"date":"2020-04-16T15:24:22","date_gmt":"2020-04-16T22:24:22","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=37296"},"modified":"2021-02-10T18:16:12","modified_gmt":"2021-02-11T01:16:12","slug":"how-to-create-an-rman-recovery-catalog-in-oracle-18c","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/","title":{"rendered":"How to Create an RMAN Recovery Catalog in Oracle 18c"},"content":{"rendered":"\n<p><strong>Recovery Catalog Purpose:<\/strong><\/p>\n\n\n\n<p>The RMAN recovery catalog is a schema created inside of a new or existing database that is used to store metadata about Oracle databases. It&#8217;s recommended by <a href=\"https:\/\/www.xtivia.com\/\">XTIVIA<\/a> that the catalog be created in its own dedicated database due to the importance of its role in database recovery. A few benefits for the recovery catalog include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>The recovery catalog stores database metadata history for much longer than the controlfile. Also, if the target database&#8217;s controlfile and all backups are lost, the metadata is still stored inside of the recovery catalog. <\/li><li>The recovery catalog can be used as a centralized location to store information about all of your Oracle databases. This makes it much easier to run various reports about the backups.<\/li><li>If the preferred method is using backup scripts instead of command files, they can be stored in the database for safekeeping. This is useful when the server is lost and the backup scripts along with it.<\/li><\/ul>\n\n\n\n<p><strong>Recovery Catalog Concepts:<\/strong><\/p>\n\n\n\n<p>Enrolling a database in a recovery catalog for use with RMAN is called &#8220;registration.&#8221; It&#8217;s recommended that all databases in the environment are registered in a single recovery catalog. This helps keep that centralized metadata repository mindset for Oracle backups.<\/p>\n\n\n\n<p>For access to the recovery catalog, permissions will need to be granted by the owner of the centralization recovery catalog. This is also known as the &#8220;base Recovery catalog.&#8221; It can revoke permissions already given or grant new permissions to others. Each user of the recovery catalog has full access (read\/write) to their own metadata. This is called a &#8220;virtual private catalog.&#8221; The recovery catalog owner picks which objects each virtual private catalog user can access.<\/p>\n\n\n\n<p>When running backup, restore, and cross-checking commands, RMAN first updates the controlfile and then the metadata inside of the recovery catalog. This process of syncing data is known as &#8220;recovery catalog resynchronization.&#8221; This ensures that RMAN has the correct metadata from the controlfile.<\/p>\n\n\n\n<p>As mentioned above you&#8217;re able to store scripts inside of the recovery catalog. There are two types of scripts, local and global. The local scripts are assigned to a target database registered with the catalog. The local scripts can only be used by the target database. The global scripts can be used for any registered database in the recovery catalog. In order to edit the global scripts, we must first connect to the &#8220;base recovery catalog.&#8221;<\/p>\n\n\n\n<p>In order to manage backups between a primary and standby database in a Data Guard configuration, it&#8217;s highly recommended to have a recovery catalog. There are ways to take standby backups and restore them; however, the recovery catalog makes that process much easier and is a best practice recommended by Oracle as well.<\/p>\n\n\n\n<p><strong>Create an RMAN catalog: <\/strong><\/p>\n\n\n\n<p>Refer to the charts below for RMAN compatibility.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1266\" height=\"448\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Create-RMAN-catalog-in-Oracle-18c-1.png\" alt=\"Create RMAN catalog in Oracle 18c\" class=\"wp-image-37298\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1266\" height=\"728\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Create-RMAN-catalog-in-Oracle-18c-2.png\" alt=\"Create RMAN catalog in Oracle 18c - 2\" class=\"wp-image-37297\"\/><\/figure>\n\n\n\n<p>To create an RMAN catalog, you first need to create a user with the correct privileges. Connect to a new or existing database where the catalog will reside. You will then create a user and grant the user the RECOVERY_CATALOG_OWNER role. Starting with Oracle 12.1.0.2 the recovery catalog database must use Enterprise Edition. Your recovery catalog database needs to be the same version or higher than the database you are creating the catalog for.<\/p>\n\n\n\n<p>SQL&gt;create user reco_cat identified by <em>password<\/em><br>default tablespace <em>tablespace_name<\/em><br>quota unlimited on <em>tablespace_name;<\/em><\/p>\n\n\n\n<p>SQL&gt;grant create session to reco_cat;<br>SQL&gt;grant recovery_catalog_owner to reco_cat;<\/p>\n\n\n\n<p>Once the user has been created, you can now connect to the recovery catalog database and create the catalog. Make sure you have updated the tnsnames.ora file with an entry to the recovery catalog database. From the command prompt log into RMAN and connect to the recovery catalog database, reco_db.<\/p>\n\n\n\n<p>cmd&gt; rman<br>RMAN&gt;connect catalog reco_cat\/<em>password<\/em>\/@reco_db<br>RMAN&gt;create catalog;<\/p>\n\n\n\n<p>Once the catalog has been created you can now register the database.<br>RMAN&gt;connect target \/<br>RMAN&gt;register database;<\/p>\n\n\n\n<p>Congratulations, you&#8217;re now ready to perform RMAN operations in conjunction with an RMAN recovery catalog for your newly registered database.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recovery Catalog Purpose: The RMAN recovery catalog is a schema created inside of a new or existing database that is used to store metadata about Oracle databases. It&#8217;s recommended by XTIVIA that the catalog be created in its own dedicated database due to the importance of its role in database recovery. A few benefits for [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":37300,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,23],"tags":[24,1145,4075],"class_list":["post-37296","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-oracle","tag-database-backup","tag-oracle","tag-rman"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Create an RMAN Recovery Catalog in Oracle 18c<\/title>\n<meta name=\"description\" content=\"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create an RMAN Recovery Catalog in Oracle 18c\" \/>\n<meta property=\"og:description\" content=\"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-16T22:24:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-11T01:16:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/media\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Doug Groves\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Doug Groves\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\"},\"author\":{\"name\":\"Doug Groves\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/425d67b3482ca79f1f1e191453d1bd51\"},\"headline\":\"How to Create an RMAN Recovery Catalog in Oracle 18c\",\"datePublished\":\"2020-04-16T22:24:22+00:00\",\"dateModified\":\"2021-02-11T01:16:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\"},\"wordCount\":696,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg\",\"keywords\":[\"database backup\",\"Oracle\",\"RMAN\"],\"articleSection\":[\"Blog\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\",\"name\":\"How to Create an RMAN Recovery Catalog in Oracle 18c\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg\",\"datePublished\":\"2020-04-16T22:24:22+00:00\",\"dateModified\":\"2021-02-11T01:16:12+00:00\",\"description\":\"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg\",\"width\":557,\"height\":291,\"caption\":\"How to Create an RMAN Recovery Catalog in Oracle 18c\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create an RMAN Recovery Catalog in Oracle 18c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/425d67b3482ca79f1f1e191453d1bd51\",\"name\":\"Doug Groves\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d94da2519ee1df3cfdcf196923b538e1c09176e646b4e668430e58edc179715b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d94da2519ee1df3cfdcf196923b538e1c09176e646b4e668430e58edc179715b?s=96&d=mm&r=g\",\"caption\":\"Doug Groves\"},\"url\":\"https:\/\/virtual-dba.com\/author\/doug-groves\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Create an RMAN Recovery Catalog in Oracle 18c","description":"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.","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:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/","og_locale":"en_US","og_type":"article","og_title":"How to Create an RMAN Recovery Catalog in Oracle 18c","og_description":"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.","og_url":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2020-04-16T22:24:22+00:00","article_modified_time":"2021-02-11T01:16:12+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/media\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg","type":"image\/jpeg"}],"author":"Doug Groves","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Doug Groves","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/"},"author":{"name":"Doug Groves","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/425d67b3482ca79f1f1e191453d1bd51"},"headline":"How to Create an RMAN Recovery Catalog in Oracle 18c","datePublished":"2020-04-16T22:24:22+00:00","dateModified":"2021-02-11T01:16:12+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/"},"wordCount":696,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg","keywords":["database backup","Oracle","RMAN"],"articleSection":["Blog","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/","url":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/","name":"How to Create an RMAN Recovery Catalog in Oracle 18c","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg","datePublished":"2020-04-16T22:24:22+00:00","dateModified":"2021-02-11T01:16:12+00:00","description":"When creating an RMAN recovery catalog, XTIVIA recommends the following best practices for successful and beneficial creation\/deployment.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/How-to-Create-an-RMAN-Recovery-Catalog-in-Oracle-18c.jpg","width":557,"height":291,"caption":"How to Create an RMAN Recovery Catalog in Oracle 18c"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/how-to-create-an-rman-recovery-catalog-in-oracle-18c\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"How to Create an RMAN Recovery Catalog in Oracle 18c"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/425d67b3482ca79f1f1e191453d1bd51","name":"Doug Groves","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d94da2519ee1df3cfdcf196923b538e1c09176e646b4e668430e58edc179715b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d94da2519ee1df3cfdcf196923b538e1c09176e646b4e668430e58edc179715b?s=96&d=mm&r=g","caption":"Doug Groves"},"url":"https:\/\/virtual-dba.com\/author\/doug-groves\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/37296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=37296"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/37296\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/37300"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=37296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=37296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=37296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}