ORA-14464: Compression Type not specified ORACLE 报错 故障修复 远程处理
文档解释
ORA-14464: Compression Type not specified
Cause: Compression Type was not specified in the Compression Clause.
Action: specify Compression Type in the Compression Clause.
ORA-14464表示在执行dmp文件时没有指定压缩类型。
报错信息如下:
“ORA-14464 Compression Type not specified! Compression Type must be specified when a dump file is being written”
官方解释
ORA-14464是表示在使用exp或imp导入/更新dmp文件时未指定压缩类型。
常见案例
当向dmp文件中写入信息时,却没有指定任何压缩类型,就会出现ORA-14464错误。
正常处理方法及步骤
1、可以尝试在导出或导入之前,使用EXP或IMP对dmp文件设置压缩类型,并按照要求指定压缩等级。
2、重试操作,检查是否正确处理压缩类型,如果正确则重新执行操作。
3、如果无法正常执行,说明参数配置不正确,可以重新检查。