Table of Contents

Search

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

Administrator Guide

Administrator Guide

Configure WebLogic for Windows

Configure WebLogic for Windows

Complete the following steps to configure WebLogic for Windows:
  1. Copy the GenericJDBC.jar file. You can find the file in the following location:
    <Dynamic Data Masking installation>\Wrappers\jdbc\GenericJDBC.jar
  2. Save the GenericJDBC.jar file in the following location:
    ...\Middleware\user_projects\domains\base_domain\lib
    For example, you might save the file in the following location:
    C:\Oracle\Middleware\user_projects\domains\base_domain\lib
  3. Find the startWebLogic.cmd file. You can find the file in the following directory:
    ...\Middleware\user_projects\domains\base_domain\bin
    For example, the file might be in the following location:
    C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd
  4. Save a backup of the startWebLogic.cmd file.
  5. Open the startWebLogic.cmd file in a text editor. To append the -javaagent argument to the Java command line, enter the following text below the comments section:
    set JAVA_OPTIONS=% JAVA_OPTIONS % -javaagent:..\lib\GenericJDBC.jar=host:<ddm_host>,port:<ddm_generic_service_port>
  6. To set the classpath, add the following line after the classpath lines, but before the echo statements:
    set CLASSPATH=%CLASSPATH%;..\lib\GenericJDBC.jar; ..\lib\informatica-jdbc-db2-5.1.2.HF1.jar;<additional drivers>
  7. Save startWebLogic.cmd.

0 COMMENTS

We’d like to hear from you!