IMP-00013: 只有 DBA 才能导入由其他 DBA 导出的文件

IMP-00013: only a DBA can Import a file Exported by another时间:2010-07-12 10:17来源:网络作者:admin 点击: 675次 -

IMP-00013: only a DBA can Import a file Exported by another DBA异常问题解决方案:
〖环境(Environment)〗
OS:RHEL 5
DB:Oracle 10g

〖现象(Symptom)〗DUMP文件EMPTY.dmp是由用户test产生的。test2执行数据的导入,把文件EMPTY.dmp的内容导入数据库,但是产生IMP-00013错误,如下所示:

$imp test2/test2 file=EMPTY.dmp ignore=yes
Import: Release 10.1.0.3.0 - Production on Fri Aug 25 19:15:19 2006
Copyright (c) 1982, 2004, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release
10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
Export file created by Export:V10.01.00 via conventional path
IMP-00013: only a DBA can Import a file Exported by another DBA
IMP-00000: Import terminated unsuccessfully


〖原因(Cause)〗

要想导入由其他用户创建的DUMP文件,执行导入的用户必须具有IMP_FULL_ DATABASE权限。

〖方法(Action)〗

以用户system的身份登录数据库。

SQL> CONNECT system
Enter password:
Connected.


把IMP_FULL_DATABASE权限授予用户test2。

SQL> GRANT IMP_FULL_DATABASE to test2;
GRANT succeeded.


经过上面步骤就解决了:IMP-00013: only a DBA can Import a file Exported by another DBA这个问题


本文来自: 114JAVA技术网(www.114java.com) 详细出处参考:http://www.114java.com/shujuku/Oracle/201007/2409.html

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7353848/viewspace-691312/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7353848/viewspace-691312/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值