home / skills / partme-ai / full-stack-skills / oracle
This skill helps you master Oracle databases, SQL, and PL/SQL with guided best practices for writing, optimizing, and administering Oracle systems.
npx playbooks add skill partme-ai/full-stack-skills --skill oracleReview the files below or copy the command above to add this skill to your agents.
---
name: oracle
description: Provides comprehensive guidance for Oracle database including SQL, PL/SQL, database administration, and Oracle-specific features. Use when the user asks about Oracle, needs to write Oracle SQL, work with PL/SQL, or manage Oracle databases.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides comprehensive guidance for Oracle Database, covering SQL, PL/SQL, performance tuning, backup and recovery, security, and Oracle-specific features. It helps developers and DBAs write correct queries, design stored procedures, optimize execution plans, and manage Oracle instances. Use it to resolve practical problems, generate example code, and follow recommended administration procedures.
The skill inspects user requests to determine whether they relate to Oracle SQL, PL/SQL, administration, performance, or configuration. It returns concise, actionable answers: example queries and procedures, execution-plan analysis tips, configuration recommendations, and step-by-step admin tasks. When needed it suggests Oracle-specific syntax, recommended parameters, and diagnostic commands.
Can you convert generic SQL to Oracle-specific SQL?
Yes. I translate ANSI/other-dialect SQL to Oracle syntax, recommend Oracle functions, and suggest optimizations like analytic functions or MERGE statements.
Do you provide production-ready RMAN scripts and config changes?
I provide tested patterns and examples, plus explanations of risk and required adjustments, but always validate scripts in your environment before production use.