oracle-expert

oracle-expert is a skill for Claude Code from personamanagmentlayer/pcl. It costs 81 tokens per session (1,195 once invoked), scanned A, original, Apache-2.0.

An Oracle database specialist covering Oracle Database, PL/SQL, clustered databases, backups, recovery, and query performance. PL/SQL is Oracle's programming language for database procedures and functions.

In plain words
What is it for?
Use it for Oracle schema design, PL/SQL code, performance tuning, high availability, backup and recovery, and database operations.
Why use it?
It supplies Oracle-specific knowledge for database design and administration, reducing the risk of applying advice meant for another database system.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for Oracle schema design, PL/SQL code, performance tuning, high availability, backup and recovery, and database operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/personamanagmentlayer/pcl/oracle-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add personamanagmentlayer/pcl --skill oracle-expert
Clone the repo
git clone --depth 1 https://github.com/personamanagmentlayer/pcl

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oracle-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/oracle-expert/github.svg)](https://agentmods.dev/skills/personamanagmentlayer/pcl/oracle-expert)
Your own site
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/oracle-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/oracle-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oracle-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/oracle-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/oracle-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,195 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.01195
Opus 5 $0.00041 $0.00598
Sonnet 5 $0.00016 $0.00239
Haiku 4.5 $0.00008 $0.00120

Measured 4d ago against content hash e6dfda78daaf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

oracle-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

stdlib/domains/oracle-expert/SKILL.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Oracle Database Expert

Core Concepts

Oracle Architecture

  • Instance - Memory structures (SGA, PGA) and background processes
  • Database - Physical files (data files, control files, redo logs)
  • Tablespace - Logical storage container
  • Schema - Collection of database objects owned by a user
  • RAC - Real Application Clusters for high availability
  • Data Guard - Disaster recovery and data protection

PL/SQL Programming

  • Procedures - Reusable code blocks
  • Functions - Return value blocks
  • Packages - Grouped procedures and functions
  • Triggers - Event-driven code execution
  • Collections - Arrays and nested tables
  • Exception Handling - Error management

Performance & Tuning

  • Execution Plans - Query optimization paths
  • AWR - Automatic Workload Repository
  • ASH - Active Session History
  • Statistics - Cost-based optimizer data
  • Indexes - B-tree, bitmap, function-based
  • Partitioning - Data distribution strategies

Best Practices

Database Design

  • Normalize data to appropriate level (usually 3NF)
  • Use appropriate data types
  • Implement proper constraints (PK, FK, CHECK)
  • Design efficient indexes
  • Use partitioning for large tables
  • Implement proper security model

PL/SQL Development

  • Use bind variables to prevent SQL injection
  • Implement exception handling
  • Use bulk operations for better performance
  • Follow naming conventions
  • Document code thoroughly
  • Use packages for code organization

Performance Optimization

  • Analyze execution plans regularly
  • Update statistics frequently
  • Use appropriate indexes
  • Implement result cache when applicable
  • Optimize SQL queries before tuning database
  • Monitor AWR reports

High Availability

  • Implement Oracle RAC for clustering
  • Configure Data Guard for disaster recovery
  • Use RMAN for backup and recovery
  • Implement flashback technology
  • Monitor alert logs
  • Regular testing of recovery procedures

Anti-Patterns

Read the full file on GitHub · 169 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 169 lines · 81 tokens per session scan A e6dfda78daaf

Subscribe to this mod's changes

oracle-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed 2d ago), licensed Apache-2.0. It adds 81 tokens to every session and 1,195 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

oracle-plsql-ptbr

PL/SQL Oracle 19c — packages, procedures, functions, types, cursores, LOBs e EBR. ATIVE em BULK COLLECT, FORALL, NOCOPY, EXECUTE IMMEDIATE, MERGE INTO, compound trigger, editioning view, cross-edition trigger, CLOB/BLOB, Logger, exception handler, DML alternatives. Frases ambíguas com contexto PL/SQL — "criar…

Maxwbh/oracle-skills-ptbr · 190 tokens

oracle-trivadis-ptbr

Trivadis PL/SQL Guidelines 4.4 — nomenclatura, estrutura de código e revisão. ATIVE em revisar código Oracle com padrão Trivadis, validar prefixos (g, gc, l, lc, p, r, t, co, e), naming PT-BR em variáveis/tabelas/colunas, checklist antes de deploy/GMUD, "esse código segue Trivadis?", "qual prefixo usar?", "como nomear…

Maxwbh/oracle-skills-ptbr · 170 tokens

oracle-apex-ptbr

Oracle APEX 24.2 — desenvolvimento e dicionário de metadados. ATIVE em Dynamic Actions, Interactive Report, Interactive Grid, Classic Report, Page Process, AJAX Callback, Validations, Authorization Schemes, pagination, LOV, APEXAPPLICATION, APEXAPPLICATIONPAGE, APEXWORKSPACE, APEXAPPL, Workflows, Tasks, AI configs…

Maxwbh/oracle-skills-ptbr · 168 tokens

oracle-dba-ptbr

DBA operacional Oracle 19c e dicionário (V$, GV$, DBA, CDB, DBAHIST). ATIVE em sessão travada, bloqueio, kill session, RAC (GV$SESSION, INSTID), flashback query/table, recompile objetos inválidos, tablespace cheio, espaço em disco, DBMSSTATS, AWR histórico, ASH (DBAHISTACTIVESESSHISTORY), Diagnostics Pack, SE2 vs EE…

Maxwbh/oracle-skills-ptbr · 185 tokens

oracle-ords-ptbr

Oracle ORDS — REST services e dicionário USERORDS/DBAORDS. ATIVE em definemodule, definetemplate, definehandler, AutoREST, OAuth, ORDSSECURITY, ORDSSECURITYADMIN, JWT, PAR via ORDSPAR, privilege, role ORDS, ORDSEXPORT, USERORDSMODULES, USERORDSHANDLERS, USERORDSSCHEMAS, DBAORDS, sourcetypecollectionquery, CORS…

Maxwbh/oracle-skills-ptbr · 180 tokens

oracle-tuning-ptbr

Performance tuning Oracle 19c — explain plan, AWR em tempo real, ASH, indexes, hints, bind variables, cursor sharing, DBMSSTATS, V$SQL, V$SQLAREA, V$SESSIONWAIT. ATIVE em query lenta, full scan indesejado, hard parse alto, index strategy, plano de execução ruim, estatísticas desatualizadas, cardinality errada, AWR…

Maxwbh/oracle-skills-ptbr · 170 tokens