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. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

Changing the Listener Port

Changing the Listener Port

If the Dynamic Data Masking service runs on a standalone server, you must modify the
tnsnames.ora
file to add a database alias for Dynamic Data Masking service. The
tnsnames.ora
file is a configuration file that defines the addresses that the client uses to connect to the database. When you add a database alias to the file, applications send requests to the Dynamic Data Masking listener instead of the database listener.
Before you change the
tnsnames.ora
file, back up the original copy.
  1. Open
    tnsnames.ora
    . By default, this file is located in the following location:
    <Oracle install directory>/app/oracle/product/<product version>/server/NETWORK/ADMIN
  2. Find the following entry in the
    tnsnames.ora
    file:
    DBNAME=(DESCRIPTION= (ADDRESS=(PROTOCOL=TCP)(HOST=dbServer)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=prod.mycompany.com)))
  3. Replace the service listener port and host with the Dynamic Data Masking host and listener port.
    The following tnsnames.ora file shows the entry updated with the updated host and listener port.
    DBNAME=(DESCRIPTION= (ADDRESS=(PROTOCOL=TCP)(HOST=DynamicDataMasking)(PORT=1525)) (CONNECT_DATA=(SERVICE_NAME=prod.mycompany.com)))

0 COMMENTS

We’d like to hear from you!