get_top_queries
Identify database performance bottlenecks by retrieving the slowest queries from an Oracle database based on elapsed time. Control the number of results with the limit parameter (default 10).
Instructions
Get the slowest queries based on elapsed time
Args:
limit (int, optional): Number of queries to return. Default is 10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |