SQLDUMP and SQLLOAD utility
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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.