dba_tableSpace
Retrieve table space usage for a specific table or all tables in a database. Provide a database name for all tables, or a table name for targeted results.
Instructions
Get table space used for a table if table name is provided or get table space for all tables in a database if a database name is provided."
Arguments: database_name - database name table_name - table name
Returns: ResponseType: formatted response with query results + metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_name | No | ||
| table_name | No |