【匯入匯出】執行匯入,匯出時如何以as sysdba 身份連線。
1. Command line.命令列形式
C:\Users\aaaa>exp 'system/yang as sysdba' tables=scott.emp file=emp.dmp
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:26:41 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
C:\Users\aaaa>exp '/ as sysdba' tables=scott.emp file=emp.dmp
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:27:01 2011
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
2. 互動模式
C:\Users\aaaa>exp tables=scott.emp
使用者名稱: system
口令:
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
3 .引數檔案形式
d:\emppar.txt
USERID='/as sysdba' ----此用法錯誤
TABLES=scott.emp
FILE=emp.dmp
C:\Users\aaaa>exp parfile=d:\emppar.txt
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:30:21 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
EXP-00004: 使用者名稱或口令無效
使用者名稱: system
口令:
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
d:\emppar.txt 內容如下:
USERID='system/yang as sysdba'
TABLES=scott.emp
FILE=emp.dmp
C:\Users\aaaa>exp parfile=d:\emppar.txt
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:31:08 2011
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
C:\Users\aaaa>exp 'system/yang as sysdba' tables=scott.emp file=emp.dmp
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:26:41 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
C:\Users\aaaa>exp '/ as sysdba' tables=scott.emp file=emp.dmp
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:27:01 2011
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
2. 互動模式
C:\Users\aaaa>exp tables=scott.emp
使用者名稱: system
口令:
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
3 .引數檔案形式
d:\emppar.txt
USERID='/as sysdba' ----此用法錯誤
TABLES=scott.emp
FILE=emp.dmp
C:\Users\aaaa>exp parfile=d:\emppar.txt
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:30:21 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
EXP-00004: 使用者名稱或口令無效
使用者名稱: system
口令:
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
d:\emppar.txt 內容如下:
USERID='system/yang as sysdba'
TABLES=scott.emp
FILE=emp.dmp
C:\Users\aaaa>exp parfile=d:\emppar.txt
Export: Release 11.1.0.6.0 - Production on 星期日 2月 20 22:31:08 2011
連線到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已匯出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即將匯出指定的表透過常規路徑...
當前的使用者已更改為 SCOTT
. . 正在匯出表 EMP匯出了 14 行
成功終止匯出, 沒有出現警告。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-687590/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Activity 流程模型匯入匯出-activity流程模型匯入匯出模型
- Mysql匯入&匯出MySql
- doris匯入匯出
- esayExcel匯入匯出Excel
- docker匯入&匯出離線映象Docker
- vue excel匯入匯出VueExcel
- navlicat 匯入匯出SQLSQL
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- Angular Excel 匯入與匯出AngularExcel
- sqoop資料匯入匯出OOP
- Oracle 資料匯入匯出Oracle
- 資料泵匯出匯入
- .net6 匯入匯出
- Oracle資料匯入匯出Oracle
- phpMyAdmin匯入/匯出資料PHP
- 【docker】docker映象匯出匯入Docker
- ASP.NET 開源匯入匯出庫Magicodes.IE 完成Csv匯入匯出ASP.NET
- Vue框架下實現匯入匯出Excel、匯出PDFVue框架Excel
- vue + element + 匯入、匯出excel表格VueExcel
- sqoop部署及匯入與匯出OOP
- (十一)Electron 匯入匯出檔案
- SQLServer匯出匯入資料到MySQLServerMySql
- kxcel, 方便匯入和匯出 ExcelExcel
- AWR跨庫匯出與匯入
- datapump 匯出匯入ORA-07445
- Colab pydrive 匯入匯出csv(pandas)
- MySQL入門--匯出和匯入資料MySql
- [Docker核心之容器、資料庫檔案的匯入匯出、容器映象的匯入匯出]Docker資料庫
- Mongodb資料的匯出與匯入MongoDB
- IDEA 匯出和匯入jar包教程IdeaJAR
- oracle資料匯出匯入(exp/imp)Oracle
- 匯入和匯出AWR的資料
- 如何使用 JavaScript 匯入和匯出 ExcelJavaScriptExcel
- EasyPoi, Excel資料的匯入匯出Excel
- Vue + Element 實現匯入匯出ExcelVueExcel
- 伺服器批次匯入與匯出伺服器
- esxi 虛擬機器 匯出 & 匯入虛擬機
- Mysql 資料庫匯入與匯出MySql資料庫
- Mysql透過workbench對錶進行匯出匯入MySql