Skip to main content
AI/MLgithub

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.

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--migrating-oracle-to-postgres-stored-procedures
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/oracle-to-postgres-migration-expert/skills/migrating-oracle-to-postgres-stored-procedures/SKILL.md -o .claude/skills/migrating-oracle-to-postgres-stored-procedures.md

Drops the SKILL.md into .claude/skills/migrating-oracle-to-postgres-stored-procedures.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.