zoukankan      html  css  js  c++  java
  • IMP-00013 目前只有 DBA 其他导入能力 DBA 导出的文件

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

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

    版权声明:本文博主原创文章,博客,未经同意不得转载。

  • 相关阅读:
    爬虫(七):爬取猫眼电影top100
    爬虫(六):Selenium库使用
    爬虫(五):PyQuery的使用
    爬虫(四):BeautifulSoup库的使用
    爬虫(三):Requests库的基本使用
    爬虫(一):基本原理
    爬虫(二):Urllib库详解
    安装mongodb
    利用 Chromium Embedded Framework (CEF) 定制提取 Flash 视频的浏览器
    Flash Player 19.0.0.124 Beta + IHTMLDocument3 IHTMLDocument2 ->get_innerHTML
  • 原文地址:https://www.cnblogs.com/blfshiye/p/4825563.html
Copyright © 2011-2022 走看看