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.

eryajf Updated 0 repo stars

File contents

eryajf/eryajf-used-skills/tree/main/my-pull-requests/migrating-oracle-to-postgres-stored-procedures commit 41f1b8bbf2

Frequently asked questions

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