只有 DBA 才能导入由其他 DBA 导出的文件

两句话搞定问题:

grant dba to testuser ;

如果还不行,再执行:

alter user  testuser default role DBA;

posted @ 2014-08-21 10:29  阳光温暖了心情  阅读(362)  评论(0编辑  收藏  举报