Define archive target connection properties to archive data to Informix databases.
You can configure the following target connection properties:
Host
Host of the target application database server.
Port
Port of the target application database server.
Server Name
Unique identifier or system identifier for the target database server.
You must enter both the server name and the database name. Use the following format:
<server_name>;databasename=<dbname>
ILM Repository Administrator User
Default administration database user for the target database server, such as SYSTEM.
Password
Password for the administration login name.
Application User Name
Application database user that owns the tables that you want to archive to. Also commonly referred to as the history application user.
Password
Password for the application login name.
Data Tablespace
Tablespace name in the application database user that stores the history tables when you run an archive cycle. The archive job always stores the history tables in this tablespace. The archive job only stores staging tables in this tablespace if you configure the source to use staging.
Index Tablespace
Index tablespace name for the history tables.
Database Link to Source
Database link name that connects the target database to the source database. The archive job uses the database link when the job copies data to the destination.
If you do not provide a value, then the archive job uses JDBC to move the data.
Drop Destination Indexes
Controls whether the archive job drops the index on the history database before it inserts data in the history database. Use to improve performance when the archive job copies data to the destination.