oracle导入 不是dba,IMP-00013只有DBA才能导入由其他DBA导出的文件
IMP-00013 只有 DBA 才能導(dǎo)入由其他 DBA 導(dǎo)出的文件
--實例演示
---system用戶導(dǎo)出
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
已導(dǎo)出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將導(dǎo)出指定的表通過常規(guī)路徑...
. . 正在導(dǎo)出表 ZML導(dǎo)出了 0 行
成功終止導(dǎo)出, 沒有出現(xiàn)警告。
C:\Users\ZML>
------scott用戶導(dǎo)入-------------------
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
經(jīng)由常規(guī)路徑由 EXPORT:V11.02.00 創(chuàng)建的導(dǎo)出文件
IMP-00013: 只有 DBA 才能導(dǎo)入由其他 DBA 導(dǎo)出的文件
IMP-00000: 未成功終止導(dǎo)入
C:\Users\ZML>
--------給scott用戶dba授權(quán)限--------------------
SQL> grant dba to scott
2 ;
授權(quán)成功。
SQL>
-------scott用戶導(dǎo)入---------------
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
經(jīng)由常規(guī)路徑由 EXPORT:V11.02.00 創(chuàng)建的導(dǎo)出文件
警告: 這些對象由 SYSTEM 導(dǎo)出, 而不是當前用戶
已經(jīng)完成 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集中的導(dǎo)入
. 正在將 SYSTEM 的對象導(dǎo)入到 SCOTT
. 正在將 SYSTEM 的對象導(dǎo)入到 SCOTT
. . 正在導(dǎo)入表 "ZML"導(dǎo)入了 0 行
成功終止導(dǎo)入, 沒有出現(xiàn)警告。
C:\Users\ZML>
本文永久更新鏈接地址:
,
本條技術(shù)文章來源于互聯(lián)網(wǎng),如果無意侵犯您的權(quán)益請點擊此處反饋版權(quán)投訴
本文系統(tǒng)來源:php中文網(wǎng)
總結(jié)
以上是生活随笔為你收集整理的oracle导入 不是dba,IMP-00013只有DBA才能导入由其他DBA导出的文件的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php redis与me m,Redis
- 下一篇: web td不对齐_珍稀干货!阿里 We