Login
For an Oracle or Db2 LUW target, the Login parameter specifies all of the startup information required for an apply request. The parameter includes the user ID, password, and database name for the target database.
Attributes
This parameter has the following attributes:
Attribute | Value |
|---|---|
Section | [StartUp] |
Abbreviation | None |
DBMS | Db2 LUW, Oracle |
Required? |
|
Valid values |
|
Default value | None |
Usage
Specify values for the Login parameter as follows:
- Specify a user ID and password with the appropriate database authority for the apply request.
- Specify the name of the instance or database that contains the target tables for the request.
If the target Oracle instance is configured for automated login, you do not need to include the Login parameter in your configuration. If your Oracle user ID or password include lowercase characters, enclose the values in quotes to prevent the High-speed Apply Engine from converting the characters. For example,
'userID/password'
By default, High-speed Apply Engine converts the user ID and password to uppercase characters. If your Db2 LUW user ID or password include lowercase characters, enclose the values in quotes to prevent High-speed Apply Engine from converting the characters. For example,
'userID/password@databaseName'
Related topics