dba_tableSqlList
Retrieve SQL statements executed against a specific table within a given number of days, with an option to materialize results as a volatile table for further analysis.
Instructions
Get a list of SQL run against a table in the last number of days.
Arguments: table_name - Table name to search for no_days - Number of days to look back persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name to search for | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| no_days | No | Number of days to look back |