Translate Oracle schemas and PL/SQL into PostgreSQL, then generate tests that compare source and target behavior.
Relational output
Oracle tables, views, data types, constraints, and SQL become PostgreSQL-compatible DDL and queries.
Procedural output
PL/SQL packages, procedures, functions, and triggers become PL/pgSQL or explicit emulations where PostgreSQL needs a different construct.
- Dependency-aware PL/SQL translation
- Oracle built-in and data-type mapping
- Generated source-versus-target correctness tests