蓝海豹

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

ORA-20001: Invalid or inconsistent input values解决办法

查了些资料,加了statistics=none

imp user/user file=file.dmp full=y statistics=none
解决
参数说明

exp userid=user_name/user_pwd@net_service_name owner=user_name file=exp_user_name.dmp log=exp_user_name.log buffer=67108864 statistics=none grants=n consistent=y


buffer缓冲区大小,64M,再往上也没有明显的性能提升
statistics:表示不导出分析数据
grants:相关对象的授权
consistent:确保在imp的时候,不会出现fk不能enable的情况

exp help=y可以查看所有选项和说明,imp也一样
posted on 2013-02-21 16:25  蓝海豹  阅读(601)  评论(0编辑  收藏  举报