Catalog
github/reviewing-oracle-to-postgres-migration

github

reviewing-oracle-to-postgres-migration

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

v1.0Latest
New~744Updated Jun 26, 2026

Oracle-to-PostgreSQL Database Migration

Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder.

When to use

  1. Planning — Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which reference insights apply so risks are addressed up front.
  2. Validating — After migration work is done, confirm every applicable insight was addressed and integration tests cover the new PostgreSQL semantics.

Workflow

Determine the task type:

Planning a migration? Follow the risk assessment workflow. Validating completed work? Follow the validation workflow.

Risk assessment workflow (planning)

Risk Assessment:
- [ ] Step 1: Identify the migration scope
- [ ] Step 2: Screen each insight for applicability
- [ ] Step 3: Document risks and recommended actions

Step 1: Identify the migration scope

List the affected database objects (procedures, triggers, queries, views) and the application code that calls them.

Step 2: Screen each insight for applicability

Review the reference index in references/REFERENCE.md. For each entry, determine whether the migration scope contains patterns affected by that insight. Read the full reference file only when the insight is potentially relevant.

Step 3: Document risks and recommended actions

For each applicable insight, note the specific risk and the recommended fix pattern from the reference file. Flag any insight that requires a design decision (e.g., whether to preserve Oracle empty-string-as-NULL semantics or adopt PostgreSQL behavior).

Validation workflow (post-migration)

Validation:
- [ ] Step 1: Map the migration artifact
- [ ] Step 2: Cross-check applicable insights
- [ ] Step 3: Verify integration test coverage
- [ ] Step 4: Gate the result

Step 1: Map the migration artifact

Identify the migrated object and summarize the change set.

Step 2: Cross-check applicable insights

For each reference in references/REFERENCE.md, confirm the behavior or test requirement is acknowledged and addressed in the migration work.

Step 3: Verify integration test coverage

Confirm tests exercise both the happy path and the failure scenarios highlighted in applicable insights (exceptions, sorting, refcursor consumption, concurrent transactions, timestamps, etc.).

Step 4: Gate the result

Return a checklist asserting each applicable insight was addressed, migration scripts run, and integration tests pass.

Files11
11 files · 46.8 KB

Select a file to preview

Overall Score

88/100

Grade

A

Excellent

Safety

95

Quality

88

Clarity

85

Completeness

82

Summary

This skill surfaces Oracle-to-PostgreSQL migration risks by cross-referencing code against nine documented behavioral differences (empty strings, exceptions, parentheses, sorting, numeric type coercion, timestamp timezones, refcursors, concurrent transactions, TO_CHAR formatting). It provides two workflows: a risk assessment checklist for planning migrations, and a validation workflow for reviewing completed migration work against applicable insights from reference files.

Detected Capabilities

file readreference lookupdocumentation analysischecklist generation

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

oracle to postgres migrationdatabase migration planningoracle postgres differencesmigration risk assessmentvalidate migration work

Referenced Domains

External domains referenced in skill content, detected by static analysis.

docs.oracle.comgithub.comwww.npgsql.orgwww.postgresql.org

Use Cases

  • Identify Oracle-to-PostgreSQL migration risks before starting work
  • Plan database procedure and query migration by reviewing applicable behavioral differences
  • Validate completed migration work against known Oracle/PostgreSQL semantic gaps
  • Confirm integration test coverage for Oracle/PostgreSQL edge cases
  • Review stored procedure and trigger migrations for type coercion and exception handling mismatches

Quality Notes

  • Comprehensive reference library covering nine critical behavioral differences with code examples in multiple languages (SQL, C#, VB.NET)
  • Clear separation of planning vs. validation workflows with step-by-step checklists
  • Each reference file includes migration checklist, real-world examples, common error messages, and testing recommendations
  • Well-documented scope boundaries: focuses exclusively on Oracle→PostgreSQL semantics, not infrastructure/tooling
  • Excellent cross-references between related concepts (type coercion, TO_CHAR, timestamp handling)
  • References include specific error messages and detection strategies, making troubleshooting actionable
  • All documentation is read-only; no database writes or execution
  • Missing: guidance on how to prioritize risks by impact/frequency; no metrics on which patterns appear most in real codebases
Model: claude-haiku-4-5-20251001Analyzed: Jun 26, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use github/reviewing-oracle-to-postgres-migration in your dev environment

Command Palette

Search for a command to run...