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.

thedixitjain 92bb5fb 3.1 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/backend-and-data/migrating-oracle-to-postgres-stored-procedures commit 92bb5fb03d

Frequently asked questions

npx skillmds add thedixitjain/migrating-oracle-to-postgres-stored-procedures