i have a wf like wf-->s1-->s2-->s3-->s4
first start s1 later s2
later s3 here my session s3 have to run 3 times later start s4?
Answer Posted / gazulas
simple:-
Wf-->s1-->s2-->s3-->Instance_of_s3--->Instance_of_s3-->s4
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are multi-group transformations?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
wf dont have integration severances how you can run?
What does command task mean?
What is the difference between Active and Passive transformation?
scenario where i can use only concurrent execution of workflow.
How can repository reports be accessed without sql or other transformations?
In warehouses how many schemas are there?
What is persistent lookup cache?
What is the difference between router and filter?
What are the tasks that source qualifier perform?
what is the -ve test case in your project.
Whats there in global repository
How can you increase the performance in joiner transformation?