<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DBMigrateAIPro Engineering Blog</title>
    <link>https://medaxai.com/blog/</link>
    <atom:link href="https://medaxai.com/rss.xml" rel="self" type="application/rss+xml" />
    <description>Engineering articles on database migrations, Oracle to PostgreSQL, CDC, and data infrastructure from the DBMigrateAIPro team.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 14 May 2026 00:00:00 GMT</lastBuildDate>
    <generator>Next.js (static export)</generator>
    <item>
      <title>5 Signs Your Team is Ready for PostgreSQL</title>
      <link>https://medaxai.com/blog/oracle-database-migration-readiness/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/oracle-database-migration-readiness/</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>Most teams know whether PostgreSQL is the right next move — but they ask the question too late, after a roadmap commitment or project deadline forces it. Five observable signals from 500+ migrations that your team is ready, plus a readiness scorecard. If 3 match, you should be scoping this quarter.</description>
      <category>PostgreSQL</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>What Makes a Database Migration Succeed (Or Fail)</title>
      <link>https://medaxai.com/blog/database-migration-success-failure/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/database-migration-success-failure/</guid>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <description>70-80% of database migrations are said to fail or over-run. After 500+ migrations, the patterns are predictable — and they&apos;re not what most teams expect. Five failure modes, five success predictors, and where the time actually goes.</description>
      <category>Migration</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>PostgreSQL vs Oracle: A DBA&apos;s Honest Comparison After 20 Years</title>
      <link>https://medaxai.com/blog/postgresql-vs-oracle-honest-comparison/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/postgresql-vs-oracle-honest-comparison/</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description>No marketing pitch — a working DBA&apos;s side-by-side look at Oracle and PostgreSQL across performance, cost, tooling, HA, and where each one genuinely wins in 2026.</description>
      <category>Engineering</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>Why We Built DBMigrateAIPro: The Migration Tool We Always Needed</title>
      <link>https://medaxai.com/blog/why-we-built-dbmigrateaipro/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/why-we-built-dbmigrateaipro/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>After 20 years and 500+ enterprise database migrations, we got tired of the tools that existed. So we built our own — with AI-powered PL/SQL conversion, zero-downtime CDC cutover, and row-hash validation.</description>
      <category>Engineering</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>Oracle to PostgreSQL Migration: A Complete Step-by-Step Guide</title>
      <link>https://medaxai.com/blog/oracle-to-postgresql-complete-guide/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/oracle-to-postgresql-complete-guide/</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>Everything you need to migrate from Oracle to PostgreSQL — schema conversion, PL/SQL transpilation, data migration, CDC cutover, and post-migration validation.</description>
      <category>Guide</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>PL/SQL to PL/pgSQL: What Changes and What Stays the Same</title>
      <link>https://medaxai.com/blog/plsql-to-plpgsql-conversion/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/plsql-to-plpgsql-conversion/</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <description>A hands-on guide covering every PL/SQL construct that needs manual or automatic conversion to PL/pgSQL — packages, sequences, cursors, exceptions, and more.</description>
      <category>Engineering</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>Zero-Downtime Database Migrations Using CDC</title>
      <link>https://medaxai.com/blog/zero-downtime-migrations-cdc/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/zero-downtime-migrations-cdc/</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>How Change Data Capture (CDC) enables near-zero-downtime cutover: run Oracle and PostgreSQL in sync for weeks, then flip the switch with seconds of downtime.</description>
      <category>Engineering</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>The 40-Point Oracle Migration Checklist (Before You Start)</title>
      <link>https://medaxai.com/blog/oracle-migration-checklist/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/oracle-migration-checklist/</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <description>Skip the painful surprises. This pre-migration checklist covers supplemental logging, XMLTYPE, partitioned tables, sequences, circular FKs, and 34 more gotchas.</description>
      <category>Best Practices</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>ETL vs ELT in 2026: Which Should You Choose?</title>
      <link>https://medaxai.com/blog/etl-vs-elt-2026/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/etl-vs-elt-2026/</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
      <description>The rise of cloud data warehouses changed the ETL vs ELT debate. We break down when each approach makes sense and how to pick the right pattern for your stack.</description>
      <category>Architecture</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
    <item>
      <title>Why Data Validation Is the Most Underrated Migration Step</title>
      <link>https://medaxai.com/blog/data-validation-migrations/</link>
      <guid isPermaLink="true">https://medaxai.com/blog/data-validation-migrations/</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
      <description>Most migration failures aren&apos;t schema problems — they&apos;re data quality problems discovered too late. Here&apos;s how to build a validation layer that catches issues before production.</description>
      <category>Best Practices</category>
      <author>noreply@medaxai.com (Rakesh Mamidala)</author>
    </item>
  </channel>
</rss>
