fusion_docs_describe_table
Describe Oracle Fusion table schemas from a local docs snapshot, returning column descriptions, keys, indexes, flexfields, and view SQL in milliseconds without a pod call.
Instructions
Describe a table from the local Oracle-docs snapshot -- instant, no pod call.
Serves the OEDM documentation Oracle publishes for every Fusion table:
column business descriptions, primary key, foreign keys (join edges!),
indexes, flexfield mappings, and for views their defining SQL. Prefer this
over fusion_describe_table for exploration -- it answers in milliseconds
instead of 12-14 s and carries meaning the pod's dictionary lacks.
The snapshot is docs-derived, not pod ground truth: a column that exists
here but not on the pod will fail loudly in fusion_adhoc_query, never
silently. Custom objects and case-twin duplicates exist only on the pod,
so fall back to the live tools when this returns not_found.
Args:
table: Exact table or view name, e.g. PO_HEADERS_ALL.
columns_like: Optional substring to filter columns by name or by words
in their description -- use it on wide tables to keep responses
small.
limit: Maximum number of column entries returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| columns_like | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||