Oracle 存储过程迁移
原名:migrating-oracle-to-postgres-stored-procedures
将 Oracle PL/SQL 存储过程转换为 PostgreSQL PL/pgSQL,并保留业务语义。
中文 Skills 技能说明
适合过程、函数和参数类型迁移。先识别 Oracle 特有行为和调用契约,再逐项测试;转换结果必须由数据库负责人复核,不能直接覆盖生产过程。
上游能力依据
上游原始适用说明: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.
上游 SKILL.md 主要章节(保留原文标题):
- Workflow
使用边界
先确认数据口径、只读或写入权限以及备份方案。查询结果需要说明范围,任何结构或数据变更都应先预览并人工确认。
作者、翻译与许可证
- 原作者
- GitHub, Inc. 与 awesome-copilot contributors
- 中文翻译
- CEOFans翻译
- 许可证
- MIT
- 上游来源
- https://github.com/github/awesome-copilot/tree/bbaa5872640e6cbae953beb22a71ae337398ca12/skills/migrating-oracle-to-postgres-stored-procedures
适用范围
平台:linux、macos、windows;标签:数据与数据库、Oracle 存储过程迁移
安全提示
基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。
如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。