exp怎么做增量备份?===============exp怎么做增量备份?
如题,我按照网上的介绍的方法备份,出错了!
Oracle版本是10.2G
备份的是一个方案(完全备份没问题)
如下
[oracle@db ~]$ exp system/manager inctype=cumulative owner=system file=data-2007-04-26.dmp
Export: Release 10.2.0.1.0 - Production on 星期六 4月 28 14:22:05 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
EXP-00041: INCTYPE 参数已废弃
EXP-00021: 在“完整数据库”模式下只能执行增量导出
EXP-00000: 导出终止失败
------解决方案--------------------oracle9i以后exp 不再支持 inctype
------解决方案--------------------exp的增量是假牙,只要表里有一条记录变了,就全表重备,不用也罢。