LogLoader.properties

LogLoader.properties

The Log Loader properties file configures the Log Loader to retrieve information from the rule log file and write the information to the database.
Property
Description
ak.instance
A unique name to identify the server.
logDir
The path to the log directory of the Dynamic Data Masking Server. Rule logs for Oracle, DB2, and Informix are in the following directory:
<Dynamic Data Masking directory>\log
Rule logs for Microsoft SQL Server are in the following directory:
<Dynamic Data Masking directory>\gs\log
jdbc.driver
The database driver.
jdbc.url
The driver connection URL.
jdbc.user
The database user that stores the log information.
jdbc.password
The password for jdbc.user.
password.Encrypted
Encrypts the jdbc.password property. Run the Log Loader with the encrypt parameter to encrypt the password.
commitCount
Defines the number statements the Log Loader processes before it commits them to the database. The default is 1000.
debug
If debug is set to true, the Log Loader prints debug information to the output stream.

Sample logLoader.properties File

The following text shows a sample Log Loader properties file configured for Oracle:
ak.instance=invr28ilm6 logDir=../log jdbc.driver=com.informatica.jdbc.oracle.OracleDriver jdbc.url=jdbc:informatica:oracle://127.0.0.1:1521;SID=XE jdbc.user=DDM jdbc.password=NNAIGOFHCFMGIDKG passwordEncrypted=true commitCount=1000 debug=false

0 COMMENTS

We’d like to hear from you!