Dynamic Data Masking
- Dynamic Data Masking 9.9
- All Products
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. |
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