1.想使用usera導(dǎo)出userb用戶(hù)下的表tabb,起初使用如下命令:
exp usera/passa@db owner=userb tables=(tabb) file=c:\test.dmp
Export: Release 9.2.0.1.0 - Production on 星期五 11月 9 17:48:32 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
連接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
EXP-00026: 指定了沖突模式
EXP-00000: 導(dǎo)出終止失敗
2.這里感覺(jué)只指定了三個(gè)參數(shù),應(yīng)該是owner和tables參數(shù)有沖突,對(duì)exp命令進(jìn)行修改:
exp usera/passa@db tables=(userb.tabb) file=c:\test.dmp
Export: Release 9.2.0.1.0 - Production on 星期五 11月 9 17:52:20 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
連接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
已導(dǎo)出 ZHS16GBK 字符集和 UTF8 NCHAR 字符集
服務(wù)器使用 UTF8 字符集 (可能的字符集轉(zhuǎn)換)
即將導(dǎo)出指定的表通過(guò)常規(guī)路徑 ...
當(dāng)前的用戶(hù)已更改為 userb
. . 正在導(dǎo)出表 tabb 6 行被導(dǎo)出
EXP-00091: 正在導(dǎo)出可疑的統(tǒng)計(jì)信息。
EXP-00091: 正在導(dǎo)出可疑的統(tǒng)計(jì)信息。
EXP-00091: 正在導(dǎo)出可疑的統(tǒng)計(jì)信息。
導(dǎo)出成功終止,但出現(xiàn)警告。
3.使用如下命令可以到處userb:
exp usera/passa@db owner=userb file=c:\test.dmp
posted on 2008-03-27 09:16
Jam Chan 閱讀(11693)
評(píng)論(1) 編輯 收藏 所屬分類(lèi):
Oracle