C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期五 11月 18 15:16:31 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn ;
已连接。
SQL> select table_name from user_tables;
TABLE_NAME
------------------------------
B_BK_JGCL
TEST
SNAPALL
TEST22
TEST112
JACKY
MARY
MARK
HAHA
FEIT
ORCL2BK
已选择11行。
SQL> --共有11个表,其中包括B_BK_JGCL,接下来我将导出除了这个表以外的表;
SQL> exit;
从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options 断开
C:\Documents and Settings\Administrator>expdp dumpfile=111803.dmp exclude=tab
Export: Release 10.2.0.1.0 - Production on 星期五, 18 11月, 2011 15:18:12
Copyright (c) 2003, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
启动 "ORCL2"."SYS_EXPORT_SCHEMA_01": dumpfile=111803.dmp exclude=table:in
正在使用 BLOCKS 方法进行估计...
处理对象类型 SCHEMA_EXPORT/TABLE/TABLE_DATA
使用 BLOCKS 方法的总估计: 64 KB
处理对象类型 SCHEMA_EXPORT/USER
处理对象类型 SCHEMA_EXPORT/SYSTEM_GRANT
处理对象类型 SCHEMA_EXPORT/ROLE_GRANT
处理对象类型 SCHEMA_EXPORT/DEFAULT_ROLE
处理对象类型 SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
处理对象类型 SCHEMA_EXPORT/TABLE/TABLE
处理对象类型 SCHEMA_EXPORT/TABLE/INDEX/INDEX
处理对象类型 SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
处理对象类型 SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
处理对象类型 SCHEMA_EXPORT/TABLE/COMMENT
处理对象类型 SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . 导出了 "ORCL2"."ORCL2BK" 6.273 KB 6 行
. . 导出了 "ORCL2"."FEIT" 0 KB 0 行
. . 导出了 "ORCL2"."HAHA" 0 KB 0 行
. . 导出了 "ORCL2"."JACKY" 0 KB 0 行
. . 导出了 "ORCL2"."MARK" 0 KB 0 行
. . 导出了 "ORCL2"."MARY" 0 KB 0 行
. . 导出了 "ORCL2"."SNAPALL" 0 KB 0 行
. . 导出了 "ORCL2"."TEST" 0 KB 0 行
. . 导出了 "ORCL2"."TEST112" 0 KB 0 行
. . 导出了 "ORCL2"."TEST22" 0 KB 0 行
已成功加载/卸载了主表 "ORCL2"."SYS_EXPORT_SCHEMA_01"
******************************************************************************
ORCL2.SYS_EXPORT_SCHEMA_01 的转储文件集为:
E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL2\DPDUMP\111803.DMP
作业 "ORCL2"."SYS_EXPORT_SCHEMA_01" 已于 15:18:22 成功完成
阅读(3378) | 评论(0) | 转发(0) |