提示符导入导出oracle表数据

阅读更多
--导出
C:\Users\1> exp o2optzq/o2optzq@IP:1521/orcl file=F:\tab1.dmp  tables=(tb1,tb2)
------------------------------如下:表示导出成功
Export: Release 11.2.0.1.0 - Production on 星期一 7月 2 10:38:35 2018

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Produc
tion
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集

即将导出指定的表通过常规路径...
. . 正在导出表                   TMALLTYPEINFO导出了        1524 行
成功终止导出, 没有出现警告。


--导入
imp qyhyd/qyhyd@IP:1521/orcl file=E:/0620码表.dmp log=e:/dible_db.log full=y ignore=y

你可能感兴趣的:(oracle)