Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Oracle11g 用Deflate算法压缩的Oracle解压字符串_Oracle11g - Fatal编程技术网

Oracle11g 用Deflate算法压缩的Oracle解压字符串

Oracle11g 用Deflate算法压缩的Oracle解压字符串,oracle11g,Oracle11g,在Oracle中,如何解压缩使用deflate算法压缩并存储在VARCHAR2字段中的base64字符串 我尝试使用UTL_COMPRESS.lz_解压缩失败 select UTL_COMPRESS.lz_uncompress(src => (utl_encode.base64_decode(UTL_RAW.CAST_TO_RAW('eJwLSS0uCS4pysxLBwAWHwQY')))) from dual; 返回错误 ORA-29294: A data error occurr

在Oracle中,如何解压缩使用deflate算法压缩并存储在VARCHAR2字段中的base64字符串

我尝试使用UTL_COMPRESS.lz_解压缩失败

select UTL_COMPRESS.lz_uncompress(src => 
(utl_encode.base64_decode(UTL_RAW.CAST_TO_RAW('eJwLSS0uCS4pysxLBwAWHwQY'))))
from  dual;
返回错误

ORA-29294: A data error occurred during compression or uncompression.
ORA-06512: at "SYS.UTL_COMPRESS", line 29
该字符串没有crc32校验和