describe_table
Retrieve detailed table structure from Oracle databases, including column names, data types, and constraints, by specifying the table name and optional schema.
Instructions
Get table structure including columns, data types, and constraints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (optional, searches all accessible schemas if not specified) | |
table_name | Yes | Table name |