The SQLDUMP utility exports the table data into a file. If the table being exported has DDM-configured fields and you do not have unmasking privileges, then masked values are exported for those fields.

The SQLLOAD utility imports the data from a file to the table. If the file contains masked data, the table is loaded with the masked data. When you attempt to import data into a table that has DDM-configured fields, SQLLOAD fails if you do not have unmasking privileges over those fields; otherwise, data is successfully imported into such tables.