Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Access Control
  9. Logs
  10. High Availability
  11. Server Control
  12. Performance Tuning
  13. Troubleshooting

Administrator Guide

Administrator Guide

Configure JDBC Logging

Configure JDBC Logging

To enable logging for an application or process that uses the DDM for JDBC service, you must save the configuration file and create a VM argument.
  1. Copy the template.jdbcLogConfig.properties file. You can find the file in the following location:
    <Dynamic Data Masking installation>\Wrappers\jdbc\template.jdbcLogConfig.properties
  2. Save the file to a directory that is accessible to the JVM.
  3. Rename the file that you saved in the previous step to the following name:
    JdbcLogConfig.properties
  4. Create a VM argument and set the value of the argument to the file path and file name of the JdbcLogConfig.properties file you saved in the previous step.
    Create the following VM argument:
    o -DDM_GENJDBC_LOG= <config file name and location>
    For example, you might create the a VM argument with the following value:
    -DDDM_GENJDBC_LOG =C:\DDM_GenJDBC\ JdbcLogConfig.properties

0 COMMENTS

We’d like to hear from you!