cooper168 发表于 2015-1-20 15:32:44

开启Extract抓取进程时能否指定SCN号

在从数据库中导出数据时有查询当时的SCN号,但是在配置和开启抓取进程前系统数据有发生变化,请问能否在开启抓取进程时指定SCN号,谢谢!

Liu Maclean(刘相兵 发表于 2015-1-20 15:35:00


ODM FINDING:

FYI

If using the BEGIN option, do not combine other options in the statement. Issue separate statements, for example:

ALTER EXTRACT finance, BEGIN 2011-01-01
ALTER EXTRACT finance, ETROLLOVER
ALTER EXTRACT finance, SCN 789000
If using the SCN or BEGIN option for Integrated Extract, it requires a DBLOGIN, and the SCN or timestamp value specified cannot be below the outbound server's first SCN or timestamp. To find the outbound server's first SCN, issue the following comman

cooper168 发表于 2015-1-20 15:37:44

Very appreciate for your support!

WMLM 发表于 2015-1-20 16:05:48

像刘大这么认真的高手真不好找呀
页: [1]
查看完整版本: 开启Extract抓取进程时能否指定SCN号