文档解释
ORA-39816: Direct Path Unload of tables with encrypted column(string.string) is not allowed.
Cause: An attempt was made to use Direct Path API Unload to unload a table with encrypted columns.
Action: Do not use Direct Path Unload to unload a table with encrypted columns.
该ORA-39816错误消息表示Database不允许将加密列经由直接路径载出。官方解释是:
Database doesn’t allow Direct Path Unload of tables with encrypted columns. For encrypted columns, Use “column_encryption” clause, along with “include” clause, in the “unload” command.
常见案例
当用户试图通过直接路径载出包含已加密列的表时,会出现该错误。
一般处理方法及步骤
1. 通过使用“unload”命令,可以使用“column_encryption”子句与“include”子句,载出包含加密列的表。
2. 使用UNLOAD命令可以将表中的数据直接载出到磁盘文件中。
3. 根据需要,也可以将数据载出到指定的目录中。
4. 如果在导出时应用了索引,则仅需要表中索引列中的数据。
5. 在导出期间,可以使用其索引和列编码来缩短导出时间。
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/280406.html<

