Hi All,
I am using SAP BODS 4.0 and Oracle 11g , we have a code which was running without any issue from past 1-1.5 yrs. which runs within 2-3 mins. Currently I am facing the issue for the same code which was running without any issue.
The issue is we are loading data from file to oracle staging table which is drop and recreate i.e. straight mapping. the Display optimized sql on dataflow also showing insert/update statement. When I try to execute the job it simply hangs,i.e. all transforms are in ready state without any progress for hours. but when i debug the the job it simply takes 1-2 minutes. Also the target which are created are not able load new data when i tried it to drop manually from oracle it got stuck there.so every time i need to create new target tables for each run and then use them in next dataflow as source.
This may be issue from the bods server or oracle db.
Can any one plz help me on this issue as same code was in production and was working fine but now its creating issue. There is also less help available on this issue. I will be thankful if somebody help to sort out the issue.