WHAT IS FORCE COMPILE?
Answers were Sorted based on User's Feedback
Answer / disney
For parallel jobs there is also a force compile option. The
compilation of parallel jobs is by default optimized such
that transformer stages only get recompiled if they have
changed since the last compilation. The force compile
option overrides this and causes all transformer stages in
the job to be compiled. To select this option:
Choose File > Force Compile
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / veeresh
When re-compiling a job, the optimizer will not compile code it detects was not changed. A Force Compile re-compiles all the code in the job.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vijaya
when ever u compile the job for first time it is know as
force compile when ever u do some changes to the job and
compile the job this compilation is known as ordinary compile
| Is This Answer Correct ? | 10 Yes | 14 No |
What is the difference between hashfile and sequential file?
what is the difference between the join and look up explin me one exmple
explain unit testing,systemtesting,integrated testing
Name the command line functions to import and export the DS jobs?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
can we use sequential file as a lookup
i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What is RCP
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
1)What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
root tree will find which is server job and which is parallel job?