B.10 HS_FDS_CAPABILITY
HS_FDS_CAPABILITY
initialization parameter for Oracle Database Gateway for DRDA.
Property | Description |
---|---|
Default Value |
None |
Range of Values |
Refer to SQL Functions That Can Be Enabled |
Syntax |
|
If the HS_FDS_CAPABILITY
is set to ON
then the specified function will be sent to DB2 for processing. In other words, post processing will be not needed for that function.
If the HS_FDS_CAPABILITY
is set to OFF
then the specified function will be not be sent to DB2 for processing. In other words, it will be post processed.
If the HS_FDS_CAPABILITY
is set to SKIP
then the specified function will be stripped from the SQL statement sent to DB2. In other words the function will be ignored.
Parent topic: Initialization Parameters