explain_query
Retrieve the execution plan for any SQL query to understand how Oracle Database processes it. Optimize query performance by analyzing the plan.
Instructions
Get the execution plan for a SQL query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to explain | |
| connection | Yes | Name of the database connection to use |