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 explicit collation mapping (`COLLATE "C"` only when appropriate, locale collations when required). Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/github@awesome-copilot/skills/migrating-oracle-to-postgres-stored-procedures commit 3c5d101640

Frequently asked questions

npx skillmds@latest add gabrielmoreira/migrating-oracle-to-postgres-stored-procedures