BBC.SHARED.VARA@SEC_SQLI.LIST-AGENTS

Summary

Object type
VARA
Object Folder
PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/LISTING
Title
Returns a list of all agents
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:00:38
Last Modified
WRITER/B4A am: 2022-07-01 19:11:51 11 x
Last Used
-

SQL

Statement (MS SQL)
SELECT OH_Name AS “Agent”, HOST_HostAttrType AS “Platform” FROM OH JOIN HOST ON OH_Idnr = HOST_OH_Idnr JOIN HACL ON OH_Idnr = HACL_OH_Idnr WHERE OH_OType = ‘HOST’ AND HACL_Client = ? AND OH_DeleteFlag = 0
Statement (Oracle)
SELECT OH_Name AS “Agent”, HOST_HostAttrType AS “Platform” FROM OH JOIN HOST ON OH_Idnr = HOST_OH_Idnr JOIN HACL ON OH_Idnr = HACL_OH_Idnr WHERE OH_OType = ‘HOST’ AND HACL_Client = ? AND OH_DeleteFlag = 0
Result Format

Bind Parameters

Number Parameter
1 &$CLIENT#

Attributes

Data & Formatting

Data Type
TEXT
Force Upper Case

Script Access

If key not found
INITIAL_VALUES