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

Export

Export

Exports a Dynamic Data Masking service. The Dynamic Data Masking Server must be running.
Use the
export
command to export a Dynamic Data Masking service and the connection rules associated with the service into a file. You can then import the file into one or more Dynamic Data Masking Servers.
If you do not specify a source Dynamic Data Masking Server, the
export
command exports the service from the local Dynamic Data Masking Server.
The command uses the following syntax:
server service export [/y] <DDM Service> <file> [[-source] user/pwd@host:port]
For example, if you want to export the DDM for Oracle service from the local Dynamic Data Masking Server and name the file DDM_for_Oracle, you might enter the following command:
server service export "DDM for Oracle" "DDM_for_Oracle"
If you want to export the DDM_for_Oracle service from a remote Dynamic Data Masking Server, you might enter the following command:
server service export /y "DDM for Oracle" "DDM_for_Oracle" -source admin/admin@ABC12345:1111
The
export
command uses the following parameters:
/y
Forces the command to continue without user confirmation. If you use the
/y
parameter, Server Control does not require confirmation to overwrite an existing file. For example, you might use the
/y
parameter in a script.
DDM Service
The Dynamic Data Masking service that you want to export.
file
The name of the file that the Dynamic Data Masking service exports to.
-source
Indicates that the following argument is a source.
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!