当前位置:  数据库>oracle

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

    来源: 互联网  发布时间:2017-06-03

    本文导语: --实例演示---system用户导出C:UsersZML>exp system/zml file='D:zml.dmp' log = 'D:zml.log' tables = (zml) Export: Release 11.2.0.1.0 - Production on 星期一 4月 21 21:39:12 2014 Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved. 连接到: Oracle Database 11g Ente...

--实例演示
---system用户导出
C:UsersZML>exp system/zml file='D:zml.dmp' log = 'D:zml.log' tables = (zml)

Export: Release 11.2.0.1.0 - Production on 星期一 4月 21 21:39:12 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集

即将导出指定的表通过常规路径...
. . 正在导出表                            ZML导出了          0 行
成功终止导出, 没有出现警告。

C:UsersZML>
------scott用户导入-------------------
C:UsersZML>imp scott/zml file='D:zml.dmp' log = 'D:zml1.log' full = y

Import: Release 11.2.0.1.0 - Production on 星期一 4月 21 21:57:40 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

经由常规路径由 EXPORT:V11.02.00 创建的导出文件
IMP-00013: 只有 DBA 才能导入由其他 DBA 导出的文件
IMP-00000: 未成功终止导入

C:UsersZML>
--------给scott用户dba授权限--------------------
SQL> grant dba to scott
  2  ;

授权成功。

SQL>
-------scott用户导入---------------
C:UsersZML>imp scott/zml file='D:zml.dmp' log = 'D:zml1.log' full = y

Import: Release 11.2.0.1.0 - Production on 星期一 4月 21 22:04:39 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

经由常规路径由 EXPORT:V11.02.00 创建的导出文件

警告: 这些对象由 SYSTEM 导出, 而不是当前用户

已经完成 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集中的导入
. 正在将 SYSTEM 的对象导入到 SCOTT
. 正在将 SYSTEM 的对象导入到 SCOTT
. . 正在导入表                          "ZML"导入了          0 行
成功终止导入, 没有出现警告。

C:UsersZML>


    
 
 

您可能感兴趣的文章:

  • Oracle 数据库导出(exp)导入(imp)说明
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • webmail问题,请高手帮忙!!!谁会使用IMP 3.0????!!!
  • Web邮件系统 IMP
  • WEB前端 iis7站长之家
  • Oracle 管道 解决Exp/Imp大量数据处理问题
  • OracleEXP和IMP用法和介绍


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,