dba_sessionInfo
Retrieve Teradata session details for a specific user to monitor database connections 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"
],
"type": "object"
}