{"id":36843,"date":"2020-01-02T10:45:00","date_gmt":"2020-01-02T17:45:00","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=36843"},"modified":"2021-02-10T18:05:31","modified_gmt":"2021-02-11T01:05:31","slug":"jcc-errorcode-4220-after-loading-data","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/","title":{"rendered":"JCC Errorcode -4220 After Loading Data"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">THE PROBLEM<\/h2>\n\n\n\n<p>While working with a client on a data migration from Microsoft SQL Server 2014 to IBM Db2 11.1, the client reported that the application was displaying the following error when attempting to read records from tables containing LOBs that we had just loaded.<\/p>\n\n\n\n<p><code>[jcc][1037][12546][3.72.30] Exception occurred during clob conversion. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null<\/code><\/p>\n\n\n\n<p>This error is returned by the IBM Data Server Driver for JDBC and SQLJ when the application sets the <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.apdv.java.doc\/src\/tpc\/imjcc_tjvjcerr.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">retrieveMessagesFromServerOnGetMessage property to true and<\/a> calls the SQLException.getMessage() JDBC method. The information provided by this message included the following details:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Diagnostic information for IBM Software Support<\/li><li>The driver&#8217;s level<\/li><li>An explanatory message<\/li><li>The error code<\/li><li>The SQLSTATE<\/li><\/ul>\n\n\n\n<p>The datawas loaded into Db2 after exporting it from SQL Server using the bulk copy program (BCP). The data was exported using Db2&#8217;s specific needs, which in this case meant using specific delimiters and exporting LOBs to separate files. To get the data into the table we used the LOAD command with the COLDEL and &#8216;LOBS FROM options. Our investigation found that the data was being exported using the same coded character set identifier (CCSID) for both the table data and the LOB files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">THE CAUSE<\/h2>\n\n\n\n<p>According to <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.apdv.java.doc\/src\/tpc\/imjcc_rjvjcsqc.html\" target=\"_blank\">IBM&#8217;s Knowledge Center<\/a>, this error occurs during character conversion. However, there were no errors generated by the load command, nor were any errors generated when querying Db2 from the CLP. Db2 is able to work with the UCS-2 code page, so this appeared to be a problem only for the Java application.<\/p>\n\n\n\n<p>So why wasn&#8217;t Db2 converting the characters correctly? We found the answer in the IBM Knowledge Center in an article titled <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.admin.dm.doc\/doc\/r0005433.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\"><em>Unicode considerations for data movement<\/em><\/a><em>.<\/em> The article explains that the load utility writes the data into the database and assumes that data files are in the same code page as the database. The load utility offers the codepage file type modifier option that tells the load utility to convert the data from a given code page into the database code page of the database. Unfortunately, this option did not resolve the issue, because the load utility assumes that CLOB data is already in the code page of the database, and does no codepage conversion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">THE SOLUTION<\/h2>\n\n\n\n<p>Using smaller sets of test data, we were able to eliminate the error by exporting the data from SQL Server directly in the UTF-8 code page type. SQL Server&#8217;s BCP utility did not include the option to export data in UTF-8 format until Service Pack 2. By exporting and loading the data in UTF-8 format, we solved the problems, and the application was able to read the contents in the LOB columns without error.<\/p>\n\n\n<p><\/p>\n<div id=\"authorbox\">\n<div style=\"background: #f3f3f3; width: 100%;\">\n<p style=\"padding: 15px;\"><a href=\"https:\/\/virtual-dba.com\/author\/marc-petros\/\"><span style=\"font-size: 20px; color: #3955a5;\"><strong>Marc Petros&nbsp;|<\/strong> Junior DBA<\/span><\/a><br>Marc Petros is a junior DBA for XTIVIA, primarily working with Db2 for the VDBA team. He\u2019s well-versed in Db2 and also has significant experience in PostgreSQL and Microsoft SQL Server. With a certification in MS MTA database fundamentals \u2014 and working towards his Db2 LUW Fundamentals certification \u2014 Marc scripts, sets permissions, and maintains client records\/settings for VDBA. In his free time, he enjoys reading, writing, and spending time with his two children.&nbsp;<a href=\"https:\/\/virtual-dba.com\/author\/marc-petros\/\">Read More from Marc Petros<\/a><\/p>\n<p style=\"padding: 15px;\"><a href=\"https:\/\/virtual-dba.com\/author\/rebecca-mitchell\/\"><span style=\"font-size: 20px; color: #3955a5;\"><strong>Rebecca Mitchell&nbsp;|<\/strong> Senior SQL Server DBA<\/span><\/a><br>Rebecca Mitchell is a Senior SQL Server DBA at XTIVIA. She has 20+ years of experience in IT, mainly working with SQL Server administration. A member of PASS, she routinely works with multiple versions of SQL Server and Integration\/Reporting Services. She has experience with various industries including aerospace, local government, and more. Outside of work, Rebecca enjoys writing, reading science fiction, and listening to a variety of music ranging from opera to heavy metal.&nbsp;<a href=\"https:\/\/virtual-dba.com\/author\/rebecca-mitchell\/\">Read More from Rebecca Mitchell<\/a><\/p>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>THE PROBLEM While working with a client on a data migration from Microsoft SQL Server 2014 to IBM Db2 11.1, the client reported that the application was displaying the following error when attempting to read records from tables containing LOBs that we had just loaded. [jcc][1037][12546][3.72.30] Exception occurred during clob conversion. See attached Throwable for [&hellip;]<\/p>\n","protected":false},"author":36,"featured_media":36849,"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,17,55],"tags":[4135,765,4136,394],"class_list":["post-36843","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-db2","category-sql-server","tag-data-migration","tag-db2-11-1","tag-db2-error","tag-sql-server-2014"],"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>JCC Errorcode -4220 After Loading Data<\/title>\n<meta name=\"description\" content=\"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.\" \/>\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\/jcc-errorcode-4220-after-loading-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"JCC Errorcode -4220 After Loading Data\" \/>\n<meta property=\"og:description\" content=\"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\" \/>\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-01-02T17:45:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-11T01:05:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/media\/JCC-Errorcode-4220-After-Loading-Data.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=\"Marc Petros and Rebecca Mitchell\" \/>\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=\"Marc Petros and Rebecca Mitchell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\"},\"author\":{\"name\":\"Marc Petros and Rebecca Mitchell\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/e4859c172020d825776883065bba464e\"},\"headline\":\"JCC Errorcode -4220 After Loading Data\",\"datePublished\":\"2020-01-02T17:45:00+00:00\",\"dateModified\":\"2021-02-11T01:05:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\"},\"wordCount\":613,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg\",\"keywords\":[\"data migration\",\"db2 11.1\",\"db2 error\",\"sql server 2014\"],\"articleSection\":[\"Blog\",\"Db2\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\",\"name\":\"JCC Errorcode -4220 After Loading Data\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg\",\"datePublished\":\"2020-01-02T17:45:00+00:00\",\"dateModified\":\"2021-02-11T01:05:31+00:00\",\"description\":\"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg\",\"width\":557,\"height\":291},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"JCC Errorcode -4220 After Loading Data\"}]},{\"@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\/e4859c172020d825776883065bba464e\",\"name\":\"Marc Petros and Rebecca Mitchell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e37699a936deaa67ae9092ba103e20dfff7c12fa51de5214f23a8d0d1201b88a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e37699a936deaa67ae9092ba103e20dfff7c12fa51de5214f23a8d0d1201b88a?s=96&d=mm&r=g\",\"caption\":\"Marc Petros and Rebecca Mitchell\"},\"url\":\"https:\/\/virtual-dba.com\/author\/marc-petros-and-rebecca-mitchell\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"JCC Errorcode -4220 After Loading Data","description":"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.","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\/jcc-errorcode-4220-after-loading-data\/","og_locale":"en_US","og_type":"article","og_title":"JCC Errorcode -4220 After Loading Data","og_description":"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.","og_url":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2020-01-02T17:45:00+00:00","article_modified_time":"2021-02-11T01:05:31+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/media\/JCC-Errorcode-4220-After-Loading-Data.jpg","type":"image\/jpeg"}],"author":"Marc Petros and Rebecca Mitchell","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Marc Petros and Rebecca Mitchell","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/"},"author":{"name":"Marc Petros and Rebecca Mitchell","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/e4859c172020d825776883065bba464e"},"headline":"JCC Errorcode -4220 After Loading Data","datePublished":"2020-01-02T17:45:00+00:00","dateModified":"2021-02-11T01:05:31+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/"},"wordCount":613,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg","keywords":["data migration","db2 11.1","db2 error","sql server 2014"],"articleSection":["Blog","Db2","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/","url":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/","name":"JCC Errorcode -4220 After Loading Data","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg","datePublished":"2020-01-02T17:45:00+00:00","dateModified":"2021-02-11T01:05:31+00:00","description":"When trying to access lob data after migration a JCC error is displayed. This article includes the cause and the solution.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/JCC-Errorcode-4220-After-Loading-Data.jpg","width":557,"height":291},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/jcc-errorcode-4220-after-loading-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"JCC Errorcode -4220 After Loading Data"}]},{"@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\/e4859c172020d825776883065bba464e","name":"Marc Petros and Rebecca Mitchell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e37699a936deaa67ae9092ba103e20dfff7c12fa51de5214f23a8d0d1201b88a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e37699a936deaa67ae9092ba103e20dfff7c12fa51de5214f23a8d0d1201b88a?s=96&d=mm&r=g","caption":"Marc Petros and Rebecca Mitchell"},"url":"https:\/\/virtual-dba.com\/author\/marc-petros-and-rebecca-mitchell\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36843","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\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=36843"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36843\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/36849"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=36843"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=36843"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=36843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}