数据导入导出

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

C:\Users\student01>exp ceshi/seentao tablespaces=(system,ceshi) file=d:\ceshi4.d

mp

C:\Users\student01>exp system/seentao owner=ceshi file=d:\ceshi5.dmp

C:\Users\student01>exp ceshi/seentao tablespaces=(system,ceshi) transport_tables pace=y file=d:\ceshi6.dmp

Export: Release 10.2.0.1.0 - Production on 星期二8月5 14:33:53 2014

Copyright (c) 1982, 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

EXP-00044: 必须以'SYSDBA' 身份连接, 才能进行时间点恢复或可传输的表空间导入EXP-00000: 导出终止失败

C:\Users\student01>imp ceshi/seentao file=d:\ceshi.dmp fromuser=ceshi

C:\Users\student01>imp ceshi/seentao file=d:\ceshi.dmp full=y

C:\Users\student01>imp ceshi/seentao file=d:\ceshi00.dmp fromuser=ceshi

数据泵导入导出

C:\Users\student01>sqlplus/nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 星期二8月5 15:27:06 2014 Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> conn/as sysdba 连接数据库

已连接。

SQL> select * from dba_directories where directory_name='DATA_PUMP_DIR'; OWNER DIRECTORY_NAME

------------------------------ ------------------------------

DIRECTORY_PATH

--------------------------------------------------------------------------------

SYS DATA_PUMP_DIR

C:\oracle\product\10.2.0\db_1\admin\orcl\dpdump\

SQL> exit

从Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options 断开

C:\Users\student01>expdp ceshi/seentao dumpfile=ceshi.dmp 数据泵导出数据库

C:\Users\student01>md d:\pump

C:\Users\student01>sqlplus/nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 星期二8月5 15:39:07 2014 Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> conn/as sysdba

已连接。

SQL> grant create any directory to ceshi;

授权成功。

SQL> conn ceshi/seentao

已连接。

SQL> create directory ceshidb as 'd:\pump';

目录已创建。

SQL> exit

从Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options 断开

C:\Users\student01>expdp ceshi/seentao directory=ceshidb dumpfile=ceshi.dmp

Export: Release 10.2.0.1.0 - Production on 星期二, 05 8月, 2014 15:43:13

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

启动"CESHI"."SYS_EXPORT_SCHEMA_01": ceshi/******** directory=ceshidb dumpfile= ceshi.dmp

正在使用BLOCKS 方法进行估计...

处理对象类型SCHEMA_EXPORT/TABLE/TABLE_DATA

使用BLOCKS 方法的总估计: 192 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/CONSTRAINT/REF_CONSTRAINT

处理对象类型SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS

. . 导出了"CESHI"."CARD" 5.593 KB 5 行

. . 导出了"CESHI"."EMPLOYEE" 6.578 KB 4 行

. . 导出了"CESHI"."USERS" 5.281 KB 4 行

. . 导出了"CESHI"."BASICINFO" 0 KB 0 行

已成功加载/卸载了主表"CESHI"."SYS_EXPORT_SCHEMA_01"

****************************************************************************** CESHI.SYS_EXPORT_SCHEMA_01 的转储文件集为:

D:\PUMP\CESHI.DMP

作业"CESHI"."SYS_EXPORT_SCHEMA_01" 已于15:43:23 成功完成

C:\Users\student01>expdp ceshi/seentao directory=ceshidb dumpfile=ceshi1.dmp nol

ogfile=y nologfile=y是不导出日志文件

相关文档
最新文档