ChinaUnix.net
相关文章推荐:

expdp table

当使用 by 雪凤凰_cu - Oracle - 2011-12-19 13:56:46 阅读(748) 回复(0)

相关讨论
by 雪凤凰 - Oracle - 2011-12-19 13:56:44 阅读(890) 回复(0)

570b@oracle[/oradb/backup]expdp system/manager DIRECTORY=/oradb/exp dumpfile=teset20131106.dmp LOGFILE=test20131106.log SCHEMAS=SYSDEERP; Export: Release 11.2.0.3.0 - Production on Wed Nov 6 10:49:10 2013 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning,...

by dksgqbj - Oracle - 2013-11-07 11:21:54 阅读(5334) 回复(3)

oracle expdp --带query导出,转义 ./expdp data/solardata@data directory=zxjtest dumpfile=tb_ori_0004_his_2003.dmp tables=tb_ori_0004_his query=tb_ori_0004_his:\"WHERE f0004_001d\>=to_date\(\'20030101\',\'yyyymmdd\'\) and f0004_001d\<=to_date\(\'20031231\',\'yyyymmdd\'\)\" exclude=index,constraint Oracle Database 10g引入了最新的数据泵(Data Dump)技术,使DBA或开发人员可以将数据库元数据(对象定...

by 听老歌 - Veritas技术交流区 - 2012-03-15 17:39:37 阅读(1078) 回复(1)


客户端备服务器ORACLE,文件在服务器端生成:

expdp u/u@uni  directory=expdir dumpfile=expdp_u110712.dmp exclude=statistics logfile=expdp_u110712.log

impdp ul/u  directory=expdir dumpfile=expdp_u110712.dmp  schemas=u logfile=impdp_u110712.log

按条件:

expdp notify/not@...

by jl8323 - Oracle - 2011-12-22 08:54:02 阅读(588) 回复(0)

Data Pump工具
 Data Pump
     从oracledatabase 10g开始引入了data pump(数据泵)工具,它提供了一种基...

by jonelaw - Oracle - 2011-12-20 09:48:14 阅读(1172) 回复(0)

expdp工具中transport_tablespaces与tablespaces这两个参数有什么区别?

by oracleoneone - Oracle - 2011-11-14 19:59:41 阅读(1341) 回复(0)

环境:WINDOWS 2003、oracle 10.2.0.1.0 2003上通过映射网络驱动器,挂了一个NAS。现在想通过expdp 将DMP文件直接放在此NAS上。 报错如下: Z:\test>expdp system directory=orcl schemas=scott dumpfile=d.dmp logfile=d.log Export: Release 10.2.0.1.0 - Production on 星期三, 21 3月, 2012 16:15:52 Copyright (c) 2003, 2005, Oracle. All rights reserved. 连接到: Oracle Database 10g Enterprise Edition Release 1...

by toutou1231 - Oracle - 2012-03-21 16:28:30 阅读(1481) 回复(0)

imp vpms_/ray#vpms_@vpmsdb file=vnet_w246.dmp fromuser=vnet touser=vpms_bj log=bj.log grants=n ignore=y

 

expdp system/1 schemas=vent01 directory=mydir NETWORK_LINK=MY_LINK dumpfile=bj.dmp job_name=my_job
impdp system/1 remap_schema=vpms_hlj:vpms1 remap_tablespace=vpms_hljdb:vpms directory=mydir dumpfile=bj.dmp job...

by scb0814 - Oracle - 2011-12-21 08:43:58 阅读(728) 回复(0)

[oracle@dg01 backup]$ time expdp system/atyu30@atyu30 directory=dump_dir dumpfile=database02.dmp logfile=database02.log full=y

Export: Release 10.2.0.1.0 - 64bit Production on Friday, 07 January, 2011 23:52:06

Copyright (c) 2003, 2005, Oracle.  All rights reserved.
;;;
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the P...

by atyu30 - Oracle - 2011-12-19 13:56:41 阅读(600) 回复(0)

OS:AIX5.3 DB:ORA10GR2 Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production With the Partitioning, Real Application Clusters, OLAP and Data Mining options Starting "SYSTEM"."SYS_EXPORT_SCHEMA_43": system/******** schemas=symbols directory=MYDIR dumpfile=UDBPROD_SYMBOLS_expdp_2008070104 03.dmp logfile=UDBPROD_SYMBOLS_expdp_200807010403.log parallel=10 Estimat...

by fish617 - Oracle - 2008-07-01 14:13:50 阅读(2203) 回复(1)