ORA-13369: invalid value for etype in the 4-digit format ORACLE 报错 故障修复 远程处理
文档解释
ORA-13369: invalid value for etype in the 4-digit format
Cause: A 4-digit etype for a non-polygon type element is used, or the orientation is not a valid orientation for interior/exterior rings of the polygon.
Action: Correct the geometry definition.
ORA-13369: invalid value for etype in the 4-digit format这个错误指的是在使用Oracle的DBMS_CRYPTO程序包的时候,使用工具函数decrypt函数去解密时,出现了etype参数错误的情况。
官方解释
常见案例
正常处理方法及步骤
1. 正确获取以及指定加密算法etype参数。可以采用AES或3DES等加密算法的有效etype参数,例如AES的etype参数为0001,3DES的etype参数为0003;
2. 对加密内容检查补齐,确保采用Block-chain加密方式时,长度为8个字节8*8=512位;
3. 对偏移量进行补齐,确保参数完整有效。
香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
版权声明:
作者:后浪云
链接:https://www.idc.net/help/38501/
文章版权归作者所有,未经允许请勿转载。
THE END