A Data Replication installation includes the following subdirectories that appear after installation or that are generated subsequently:
configs
Contains Data Replication configuration files and the Extractor and Applier SQLite databases. For each configuration file, Data Replication generates the following directory and files:
<config_name>
_
<target_number>
. A subdirectory for a configuration that contains the SQLite database files that store the Applier service information for each target. When a replication has multiple targets, Data Replication generates a separate subdirectory for each target.
<config_name>
.db
,
<config_name>
.db-journal
or
<config_name>
.db-wal
,
<config_name>
.db-shm
. The SQLite database files that store the configuration file and Extractor service information.
dd/lib
On Linux and UNIX, contains the DataDirect ODBC driver libraries.
doc
Contains Data Replication user manuals, including this user guide. The
samples
deploy
subdirectory contains a sample deploy.properties file for deploying a configuration in the Server Manager Command Line Interface. Specify the settings for the configuration you want to deploy, and then save the file with another file name in any directory.
dump
Data Replication generates files in this directory to store invalid records that the Oracle Extractor cannot parse.
lib
On Windows, contains java libraries for the Data Replication Console, including JDBC drivers to connect to various databases.
The infaLib subdirectory contains .jar file executables for the following targets:
Cloudera
Hive
Hortonworks
logs
Initially, this subdirectory is empty. When you run the Data Replication Console, Server Manager, and replication tasks, Data Replication generates the following types of log files in this directory or in a subdirectory within it:
Data Replication Console log files, including se.log and ui.log. These log files contain error and debug information for a Console session.
A deployment log file, deployment.log. This log file contains error, status, and warning messages that the Console displays during local or remote deployment of a configuration or configuration changes.
Server Manager log files, which are stored in the SM subdirectory. These log files contain error and debug information for a Server Manager execution.
Log files for replication tasks, including Extractor, Applier, and Send File tasks. The Server Manager groups these logs by execution date and stores them in the appropriate subdirectories.
messages
Contains the error message files that the Data Replication Console displays for Data Replication tasks and processes. The subdirectory also contains separate message files for replication tasks performed with a specific source or target database.
output\
configuration_name
Contains the intermediate files that Data Replication generates for a configuration when a replication job runs. Each configuration has a separate
configuration_name
subdirectory. The subdirectory contains both the data and transaction files that comprise the intermediate files. The data files are .dat files. The transaction files are .trn files.
scripts
On Linux and UNIX, contains the script that sets the environment variables to configure the DataDirect ODBC drivers. Data Replication script files call the script prior running the replication tasks.
support
Contains runtime libraries that the Data Replication executables use. The oci_stub subdirectory contains the Oracle Client library stub, which is required for all sources and targets.
uiconf
Contains global configuration files that are used and updated by the Data Replication Console.