最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

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

来源:动视网 责编:小采 时间:2020-11-09 12:40:58
文档

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

IMP-00013只有DBA才能导入由其他DBA导出的文件:IMP-00013 只有 DBA 才能导入由其他 DBA 导出的文件 --实例演示---system用户导出C:\Users\ZML>exp system/zml file='D:\zml.dmp' log = 'D:\zml.log' tables = (zml) Export: Release 11.2.0.1.0 - Prod
推荐度:
导读IMP-00013只有DBA才能导入由其他DBA导出的文件:IMP-00013 只有 DBA 才能导入由其他 DBA 导出的文件 --实例演示---system用户导出C:\Users\ZML>exp system/zml file='D:\zml.dmp' log = 'D:\zml.log' tables = (zml) Export: Release 11.2.0.1.0 - Prod


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

--实例演示
---system用户导出
C:\Users\ZML>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:\Users\ZML>
------scott用户导入-------------------
C:\Users\ZML>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:\Users\ZML>
--------给scott用户dba授权限--------------------
SQL> grant dba to scott
2 ;

授权成功。

SQL>
-------scott用户导入---------------
C:\Users\ZML>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:\Users\ZML>

本文永久更新链接地址:

文档

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

IMP-00013只有DBA才能导入由其他DBA导出的文件:IMP-00013 只有 DBA 才能导入由其他 DBA 导出的文件 --实例演示---system用户导出C:\Users\ZML>exp system/zml file='D:\zml.dmp' log = 'D:\zml.log' tables = (zml) Export: Release 11.2.0.1.0 - Prod
推荐度:
标签: 文件 导出 才能
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top