dba_sessionInfo
Retrieve Teradata session information for a specific user or all users, optionally materializing results as a volatile table for further analysis.
Instructions
Get the Teradata session information for user.
Arguments: user_name - User name to analyze. User '*' to get all users. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persist | No | If True, materializes result as a volatile table and returns table name | |
| user_name | No | User name to analyze. User '*' to get all users. | * |