oracle-dba-capacity-planning-reportinglisted
Install: claude install-skill Shreyas70773/oracle-dba-agentic-skills
# Oracle DBA - Capacity Planning & Reporting
Read-only operational + capacity reporting (status, space, resource, SLA, growth
forecast, capacity recommendation, chargeback) and the one additive metrics-capture
job that gives forecasting long-term history — for Oracle 19c and 23ai (EE;
single-instance and Data Guard; on-prem). Everything self-executing is **T1
(observe)** except the daily space-snapshot capture, which is **T2 (reversible,
additive, dry-run-default)**. **All ACTING on a recommendation — provisioning
storage/CPU/memory/sessions, and creating the optional repository tables (DDL) —
is T3** and lives only in `references/runbooks.md`: it prints commands for a human
and never self-executes. The reports recommend; humans (with an approval token)
provision. "When in doubt, runbook."
## Scope & risk map
Covers every task in section 18 ("Capacity Planning & Reporting") of the
`oracle_dba_task_level_map.md`, plus the supporting capture job and the T3 repo /
provisioning runbooks the L3 reports point at.
| Task | Level | Tier | Mechanism (sql / script / runbook path) | Idempotent? |
|------|-------|------|------------------------------------------|-------------|
| Daily / weekly status report | L1 | T1 | `scripts/checks/run_report.sh --report status` / `.ps1 -Report status` -> `sql/status_report.sql` | yes — read-only (emits KEYVAL metrics + threshold findings, never mutates) |
| Space usage trend report | L2 | T1 | `scripts/checks/run_report.sh --report space-trend` /