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

Import

Import

Imports a Dynamic Data Masking service. The Dynamic Data Masking Server must be running.
Use the
import
command to import a Dynamic Data Masking service and the connection rules associated with the service into a Dynamic Data Masking Server. The type of service that you import must be the same type of service that you specify as the location to import the service. For example, you can import a DDM for Oracle service into a DDM for Oracle service, but you cannot import a DDM for Oracle service into a DDM for Sybase service.
If you do not specify a target Dynamic Data Masking Server, the
import
command imports the service into the local Dynamic Data Masking Server. Use the
-targets
parameter to specify multiple target Dynamic Data Masking Servers.
The command uses the following syntax:
server service import <DDM Service> <file> [[-targets] user/pwd@host:port[user/pwd@host:port user/pwd@host:port]]
For example, if you exported a DDM for Oracle service and named the file DDM_for_Oracle, and you want to import the service into the local Dynamic Data Masking Server, you might enter the following command:
server service import "DDM for Oracle" "DDM_for_Oracle"
If you want to import the DDM_for_Oracle file into multiple Dynamic Data Masking Servers, you might enter the following command:
server service import "DDM for Oracle" "DDM_for_Oracle" -targets admin/admin@ABC12345:1111 admin/admin@XYZ9876:2222
The
import
command uses the following parameters:
DDM Service
The name of the Dynamic Data Masking service that you want to import. You must enter a valid name for the service, such as "DDM for Oracle." If the service that you want to import does not exist, Dynamic Data Masking creates the service in the Management Console tree. If you specify the name of an existing service, the type of service that you import must be the same type as the service that you import into.
file
The file name of the Dynamic Data Masking service that you want to import.
-targets
Indicates that the following arguments are targets.
user
The Dynamic Data Masking user name that you use to log in to the Dynamic Data Masking Server.
pwd
The password for the Dynamic Data Masking user.
host
The Dynamic Data Masking Server host name or IP address.
port
The Dynamic Data Masking Server listener port.
You cannot use the
sync
command to synchronize Dynamic Data Masking services. To copy a service, you must export the service from the source location and import the service into the target location.

0 COMMENTS

We’d like to hear from you!