get_object_details
Retrieve detailed information about an Oracle database object. Provide the object name and optional type (TABLE, VIEW, SEQUENCE) to get its details.
Instructions
Get detailed information about a database object
Args:
object_name (string): The name of the object
object_type (string, optional): The type of object (TABLE, VIEW, SEQUENCE). Default is TABLE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| object_type | No | TABLE |