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

Administrator Guide

Administrator Guide

Cleanup Commands

Cleanup Commands

Dynamic Data Masking runs cleanup commands before closing a connection pool to remove privileges from the Dynamic Data Masking administrator.
Dynamic Data Masking runs the following cleanup commands:
Oracle
ALTER SESSION SET CURRENT_SCHEMA = <DDM admin user>
Sybase
SET PROXY <DDM admin user>
USE <DDM catalog>
Microsoft SQL Server
REVERT
USE "<DDM catalog>"
DB2
SET CURRENT SCHEMA <DDM admin user>
SET CURRENT PATH <DDM admin current path>

0 COMMENTS

We’d like to hear from you!