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.

ComeOnOliver Updated 61 repo stars

File contents

ComeOnOliver/skillshub/tree/main/skills/github/awesome-copilot/migrating-oracle-to-postgres-stored-procedures commit a799fdc647

Frequently asked questions

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