Get Table Details
get_table_detailsRetrieve Oracle table metadata, including owner, tablespace, optimizer statistics, and optional exact row counts, to profile tables for analysis.
Instructions
Retrieves table details: owner, tablespace, optimizer statistics (NUM_ROWS, BLOCKS, AVG_ROW_LEN, LAST_ANALYZED) and, optionally, an exact row count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| exact_row_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||