migrating-oracle-to-postgres-stored-procedures
Skillby github
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.
Details
- Path
- skills/migrating-oracle-to-postgres-stored-procedures
- Dependencies
- 1