Skip to main content
Run any Skill in Manus
with one click
$pwd:

migrating-oracle-to-postgres-stored-procedures

// Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies COLLATE "C" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.

$ git log --oneline --stat
stars:31,076
forks:3,739
updated:March 10, 2026 at 23:46
SKILL.md
readonly