Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What happened to the adfmsrc.zip source code file in 11.1.1.7.0

Does anyone know what happened to the adfmsrc.zip file in 11.1.1.7.0?

In the prior release it was in the following directory:
/scratch/software/mw_local/FMWTOOLS_11.1.1.6.0_GENERIC_120112.0037.2_PATCHES4FA_11.1.1.6.4_PLATFORMS/<username>/mw_home/jdeveloper/BC4J/src.

In 11.1.1.7.0 the adfmsrc.zip file does not exist, at least not in this src directory. This makes it rather difficult to debug in to the framework code.

Comments

SriniVEERAVALLI
Answer
You have to execute only 1 EP for both Incr and Full loads, followed by another custom EP which set the DAC refresh table(W_ETL_REFRESH_DT) column as NULL.
ex:UPDATE W_ETL_REFRESH_DT SET LAST_REFRESH_DT =NULL

You need to schedule the custom ep to run on only Saturdays just before your actual EP start time so that you can have DAC refresh dates are null and follow load would be full load.

You need to create a custom etl mapping so that you can set this.. that might be a command from session or workflow.

If helps pls mark as correct :)

Edited by: Srini VEERAVALLI on Jan 24, 2013 8:22 AM
Marked as Answer by user10920449 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 10 2012
Added on Nov 12 2012
0 comments
140 views