get_table_indexes
Retrieve index information for Oracle database tables to analyze query performance and optimize database structure.
Instructions
Get indexes for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| schema | No | Schema name (optional, searches all accessible schemas if not specified) |