1、load
方法装入数据:
export to
tempfile
of del select * from
tablename
where not
清理条件;
load from
tempfile
of del modified by
delprioritychar
replace into
tablename
nonrecoverable
;说明:在不相关的数据表
export
数据时,可以采取并发的形式,以提高效率;
tablename
指待清理
table
的名称;
modified by
delprioritychar
防止数据库记录中存在换行符
,导致数据无法装入的情况
;replace into
对现数据库中的内容进行替换,即将现行的数据记录清理,替换为数据文件内容;
nonrecoverable
无日志方式装入;
2、查找当前的应用:
db2list application grep
btpdbs
;3、删除当前正在使用的
application:
db2 "f
orce application (id1
,id2,id3
)"id1,id2,id3
是list
显示的 ...


雷达卡


京公网安备 11010802022788号







