文档解释
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. 对偏移量进行补齐,确保参数完整有效。