10g 用sys使用者執行資料庫匯入匯出
錯誤現象:
[oracle@wwl data]$ exp " as sysdba" file=/data/sys.dmp log=/data/sys.log full=y;
LRM-00108: invalid positional parameter value 'as'
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully
原因:
這個可能是Oracle10g的一個BUG,只需按照如下兩種方法即可:
解決辦法:
第一種方法:
[oracle@wwl data]$ exp \"sys/oracle as sysdba\" file=/data/sys.dmp log=/data/sys.log full=y;
Export: Release 10.2.0.1.0 - Production on Wed May 2 19:20:12 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export the entire database ...
. exporting tablespace definitions
. exporting profiles
. exporting user definitions
. exporting roles
. exporting resource costs
第二種方法:
[oracle@wwl ~]$ exp \'sys/oracle as sysdba\' file=/data/sys1.dmp log=/data/sys1.log full=y;
Export: Release 10.2.0.1.0 - Production on Wed May 2 19:26:08 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export the entire database ...
. exporting tablespace definitions^[
. exporting profiles
. exporting user definitions
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20674423/viewspace-722581/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysqldumper 多執行緒 匯出匯入資料MySql執行緒
- 資料庫的匯入匯出資料庫
- mysql 資料庫匯入匯出MySql資料庫
- MySQL資料庫匯入匯出MySql資料庫
- 資料庫 MySQL 資料匯入匯出資料庫MySql
- 【匯入匯出】將資料匯入到其他使用者
- 【mysql】資料庫匯出和匯入MySql資料庫
- mysqldump匯入匯出mysql資料庫MySql資料庫
- oracle資料庫匯入匯出命令!Oracle資料庫
- Mysql 資料庫匯入與匯出MySql資料庫
- 匯出和匯入資料庫使用者操作說明資料庫
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- 安裝mongodb,建立資料庫、使用者、建立表、匯出匯入資料庫MongoDB資料庫
- SQL資料庫的匯入和匯出SQL資料庫
- plsql developer匯入匯出資料庫方法SQLDeveloper資料庫
- 利用Java進行MySql資料庫的匯入和匯出JavaMySql資料庫
- 【匯入匯出】執行匯入,匯出時如何以as sysdba 身份連線。
- mysql多執行緒匯出匯入MySql執行緒
- 在SQL Server資料庫中匯入匯出資料SQLServer資料庫
- xml與資料庫中資料的匯入匯出XML資料庫
- 資料庫泵(expdp/impdp)匯入匯出流程資料庫
- 不同版本間的資料庫匯入匯出資料庫
- plsql developer匯入匯出資料庫方法 <轉>SQLDeveloper資料庫
- Oracle資料庫的匯入和匯出命令Oracle資料庫
- 資料泵匯出匯入
- Oracle 資料匯入匯出Oracle
- mysql資料匯入匯出MySql
- mysql資料匯出匯入MySql
- Oracle資料匯入匯出Oracle
- DB2資料庫匯出表結構與匯入、匯出表資料DB2資料庫
- [Docker核心之容器、資料庫檔案的匯入匯出、容器映象的匯入匯出]Docker資料庫
- EBS 10g/11g 資料庫匯出匯入遷移指令碼 - transform資料庫指令碼ORM
- SQL Server資料庫匯入匯出資料方式比較SQLServer資料庫
- 將informix匯出的文字資料匯入oracle資料庫ORMOracle資料庫
- 10g資料泵和匯入匯出效能對比(三)
- 10g資料泵和匯入匯出效能對比(二)
- 10g資料泵和匯入匯出效能對比(一)
- 10g資料泵和匯入匯出效能對比(四)