What problem does it solve?
Migrating Oracle databases to Percona Server for MySQL requires substantial schema and code rewrites because Oracle compatibility is not available in MySQL/Percona. This migration involves translating data types, SQL constructs, and PL/SQL logic into MySQL-compatible equivalents to ensure correctness and performance.
Core Features & Use Cases
- Data-type mapping guidance (e.g., NUMBER to DECIMAL, VARCHAR2 to VARCHAR with utf8mb4)
- PL/SQL to SQL/PSM rewrites and procedural translation guidance
- Schema and code translation patterns for common Oracle constructs (ROWNUM, CONNECT BY, sequences) and recommended tooling
- Use cases include migrating a standalone schema, a suite of PL/SQL packages, or an application relying on Oracle-specific features to Percona Server for MySQL
Quick Start
Provide your Oracle schema definitions and sample PL/SQL to generate an initial migration plan.