dba_sessionInfo
Retrieve detailed Teradata session information for a specific user, enabling database administrators to monitor and manage active sessions effectively.
Instructions
Get the Teradata session information for user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_name": {
"title": "User Name",
"type": "string"
}
},
"required": [
"user_name"
],
"title": "_dynamic_toolArguments",
"type": "object"
}