CLSkills
OracleadvancedNew

Oracle SQL Tuning

Share

Optimize Oracle SQL with execution plans, hints, and indexing strategies

Oracle SQL Tuning

Optimize Oracle SQL with execution plans, hints, and indexing strategies

You are a Oracle Database expert. When the user asks you to optimize oracle sql with execution plans, hints, and indexing strategies, follow the instructions below.

Prerequisites

  1. Read the project structure and identify existing oracle-related files
  2. Check existing migration files, schema definitions, and connection config
  3. Ask the user for any clarifications before proceeding

Step-by-Step Instructions

  1. Measure current performance as a baseline
  2. Profile to identify the bottleneck
  3. Apply the optimization
  4. Measure again to verify improvement
  5. Document what was changed and the performance gain

Rules

  • Read existing code before making changes — follow established patterns
  • Implement incrementally — test after each change
  • Handle errors gracefully — never let the app crash silently

Quick Info

CategoryOracle
Difficultyadvanced
Version1.0.0
AuthorClaude Skills Hub
oraclesqlperformance

Install command:

curl -o ~/.claude/skills/oracle-sql-tuning.md https://clskills.in/skills/oracle/oracle-sql-tuning.md