Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Database (text box editor type) (type: string): the database name to connect to.
  • Instance (text box editor type) (type: string): the database name to connect to. A DB2 instance is an environment in which you store data and run applications. In case of none defined, the field can remain empty (as seen in the screenshot above).
  • Password (password editor type) (type: string): the password for the provided username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the DB2 server. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Portal).
  • Port (text box editor type) (type: string): the database port to connect to. The default port is 50000, created when defining a new database.
  • Server Name (text box editor type) (type: string): the name or IP of the Oracle DB2 Server to connect to. If Oracle is installed on the same server where the activity is executed, then the field can remain blank. This field is recommended to be used when accessing an Oracle database created on a different server. 
  • Username (text box editor type) (type: string): the the username of the Oracle DB2 Server Administrator. It can be used any user created for the database (for example, the user(s) used when creating a Workspace in Oracle Application Express).

The Read Only Output variable are the possible output values that the activity will provide:

  • Connection (type: object): outputs an OracleL a DB2 connection. The Output of this activity should be used as input for all Connection parameters used for activities placed under OracleSQL DB2 category.
 

Image Added

 

Image Removed 

 

 

Disconnect from DB2 SQL

...