B.11 HS_FDS_CONNECT_INFO

HS_FDS_CONNECT_INFO initialization parameter for Oracle Database Gateway for DRDA.

Property Description

Default Value

None

Range of Values

Not applicable

HS_FDS_CONNECT_INFO that describes the connection to the non-Oracle system.

The default initialization parameter file already has an entry for this parameter. The syntax for HS_FDS_CONNECT_INFO for the gateways are as follows:

HS_FDS_CONNECT_INFO=IP_address:Port_number/Database_name,Type

Where:

  • IP_address is the hostname or IP address of the DB2 DRDA server.
  • Port_number is the port number of the DB2 DRDA server.
  • Database_name is the database name of the DB2 server.
  • Type (case insensitive) is one of the following:
    • ZOS (DB2 UDB for z/OS),
    • IOS (DB2 UDB for iSeries), or
    • LUW (DB2 UDB for Linux, Unix, or Windows)

This release of gateway can support IPv6. If IPv6 address format is to be specified, you would need to wrap square brackets around the IPv6 specification to indicate the separation from the port number.

For example,

HS_FDS_CONNECT_INFO=[2001:0db8:20C:F1FF:FEC6:38AF]:1300/DB2M,ZOS