Use this query to identify users that have the ABORT SESSION (AS) privilege, which allows them to force other users off the system:
SELECT DISTINCT UserName FROM DBC.AllRightsX WHERE AccessRight = ’AS’ ;
Use this query to identify users that have the ABORT SESSION (AS) privilege, which allows them to force other users off the system:
SELECT DISTINCT UserName FROM DBC.AllRightsX WHERE AccessRight = ’AS’ ;