analyze_db_health
Check Oracle database health by analyzing tablespace usage, session status, wait events, and invalid objects to identify performance and configuration issues.
Instructions
Perform comprehensive database health checks including tablespace usage, session status, wait events, and invalid objects
Args:
include_all_invalid (bool, optional): If True, return all invalid objects. If False, limit to first 20. Default is False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_all_invalid | No |