ChinaUnix.net
相关文章推荐:

exp 00604

除了备份 数据库文件 控制文件 redo 文件等, 还能备份ORACLE 系统的其他什么信息,如果把备份的 dmp 文件 imp 到另外一台机器上是否可以(如果目录结构是一样的话),另一台机器还需要做什么改动吗?

by yanghaidong - Oracle - 2004-11-11 13:09:15 阅读(912) 回复(0)

相关讨论

增量导入导出必须用system用户吗?exp system/manager inctype=complete file=040731.dmp 和平常全库导出(full=y)有何不同?如何增量或差量导入?

by dong_jh - Oracle - 2004-08-16 22:13:56 阅读(896) 回复(0)

C:\Documents and Settings\liu>exp ljw/ljw123@testdb owner=ljw c:\test\ljw.dmp export: Release 11.2.0.1.0 - Production on 星期三 10月 31 21:50:50 2012 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. 连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 已导出 ZHS...

by tomer - Oracle - 2012-10-31 22:01:38 阅读(1148) 回复(0)

请教大家,我在exp一个oracle9i数据库的时候,里面有200多张物理表,其中一张一照片表,数据量太大,无不想导出,怎么写(exp导出时要指定到那些表可以用tables=***,要指定导出除***表以外的),嘿嘿,谢谢大虾!

by jinxueping - Oracle - 2006-12-30 15:49:48 阅读(1275) 回复(2)

我在做数据库导出的时候,到处的文件大于4G,win2000 fat分区的操作系统不支持这么大的文件,exp file=.......,能不能采用分卷的方式?怎样做?

by tswy - Oracle - 2006-10-27 17:51:06 阅读(999) 回复(1)

我怎么能只导出一个数据库的库结构呐?不包含数据。

by chensk - Oracle - 2006-01-08 21:31:53 阅读(1350) 回复(7)

bdwjf1>; NLS_LANG=AMERICAN.ZHS16CGB231280 bdwjf1>; export NLS_LANG bdwjf1>; exp sys/test@ywyt1 full=y file=ywytall.dmp log=ywytall.log export: Release 8.1.7.4.0 - Production on Thu Jun 23 15:38:01 2005 (c) Copyright 2000 Oracle Corporation. All rights reserved. Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production With the Partitioning and Parallel Server options JServer...

by zly0216 - Oracle - 2005-07-19 10:45:04 阅读(908) 回复(6)

连接到: Personal Oracle9i Release 9.2.0.1.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.1.0 - Production 已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集 即将导出指定的表通过常规路径 ... exp-00011: MYTEST.MYTEST; 不存在 导出成功终止,但出现警告。 可mytest表是存在的呀

by solubleglassxx - Oracle - 2004-05-26 17:12:34 阅读(967) 回复(3)

大家好,我想询问一下:在ORACLE下用exp备份用户到磁带上,该如何操作? 如:exp scott/tiger file=\dev\rmt\1n\1.dmp full=y,盼望各位大虾解难. 我的操作系统只支持2G,而我exp的数据大于2G,怎么办?

by xzcsi - Oracle - 2004-04-26 18:42:04 阅读(1175) 回复(1)

feedback=150是什么意思 direct path又具体是怎么个机制

by chdonald - Oracle - 2004-02-10 14:23:56 阅读(1031) 回复(2)

select * from v$nls_parameters; PARAMETER ---------------------------------------------------------------- VALUE ---------------------------------------------------------------- NLS_LANGUAGE SIMPLIFIED CHINESE NLS_TERRITORY CHINA NLS_CURRENCY RMB PARAMETER ---------------------------------------------------------------- VALUE ---------------------------------------------------------------- NL...

by chdonald - Oracle - 2004-02-13 10:20:10 阅读(1088) 回复(2)