首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle IMP数据时报20001异常

2012-07-20 
oracle IMP数据时报20001错误IMP数据时报20001错误查了些资料,加了statisticsnoneimp user/user filefil

oracle IMP数据时报20001错误
IMP数据时报20001错误


查了些资料,加了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也一样

热点排行