get_database_schema
Retrieve Oracle database schema details, including table lists or specific column information for query planning and data analysis.
Instructions
Get database schema information. If tableName is provided, returns column details for that table. Otherwise, returns a list of all accessible tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | No | Optional table name to get column information for |