Skip to main content

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:33.2Kforks:4Kupdated:May 17, 2026 at 08:48
SKILL.md
readonly
namemigrating-oracle-to-postgres-stored-procedures
descriptionMigrates 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.

No content found

This skill doesn't have an associated SKILL.md file or the content couldn't be fetched.