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
  12. Troubleshooting

Administrator Guide

Administrator Guide

Configuring the Oracle Target Database Example

Configuring the Oracle Target Database Example

The target database configuration defines the connection parameters that the Dynamic Data Masking service uses to connect to the database. The easiest way to identify the correct database connection settings is to use the information from
tnsnames.ora
. The following example shows how you can use the database parameters from
tnsnames.ora
to configure a database in the Database Editor.
The following entry is from
tnsnames.ora
:
ORA11G = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ora11g) ) )
The following table shows how the parameters in
tnsnames.ora
correspond to the parameters in the Management Console:
Parameter Value in tnsnames.ora
Parameter Name in the Database Editor
ORA11G
Instance Name
localhost
Listener Address
1521
Listener Port
ora11g
Service Name

0 COMMENTS

We’d like to hear from you!