Loading...
Loading...
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.
npx skill4agent add github/awesome-copilot migrating-oracle-to-postgres-stored-proceduresProgress:
- [ ] Step 1: Read the Oracle source procedure
- [ ] Step 2: Translate to PostgreSQL PL/pgSQL
- [ ] Step 3: Write the migrated procedure to Postgres output directory.github/oracle-to-postgres-migration/DDL/Oracle/Procedures and Functions/.github/oracle-to-postgres-migration/DDL/Oracle/Tables and Views/PARAM_NAME IN table_name.column_name%TYPENUMERICVARCHARINTEGERCOMMENTGRANTCOLLATE "C"orafce.github/oracle-to-postgres-migration/DDL/Postgres/Tables and Views/.github/oracle-to-postgres-migration/DDL/Postgres/Procedures and Functions/{PACKAGE_NAME_IF_APPLICABLE}/