数据泵导入报错 ORA-39001、ORA-39000、ORA-31640、ORA-27041、ORA-04002、O/S-Error



出现上述错误,请确保一下几点:
1、确保directory存在并正确。创建sql:create directory dir_test as 'd:\test';
2、grant read, write on directory dir_test to username;
3、dmp文件放在 d:\test 目录下
impdp xx/xx@xx full= y directory = dir_test

猜你喜欢

转载自xuejiangtao.iteye.com/blog/2044108