diffrence between command task and control task
Answer / pradosh
cmmand task:use the cmmand to perform the task i.e copy
copy\D: file1 E;\file1
that means after the execution of cmd task ,it takes copy (back up)
Control task:it is used for stop,abrot and fail the top level wf.(cntrol the data flow)
ex:fail parent
i.e after Execution of control task ,parent wf fail
Is This Answer Correct ? | 8 Yes | 0 No |
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000
my source contain data like this eno ename phno 100 john 9989020508 101 ram 7246599999 i want to load the data into target is eno name phno 100 john (998)-9020-508 102 ram (724)-6599-999.
Briefly explain the aggregator transformation?
difference between source based commit? and target based commit? which is better with respect to performance?
How do you remove duplicate records in informatica?
how many session run unix environment what command using ?
1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??
we have table like cust_id,cust_name,cust_loc like this 1.we need to get perticular location,to do this we can use filter transformatin,that logic is same for relation table and flat file tabl?
What is joiner change?
i have a source table and 3 target table. when session runs first time-1st tgt second time-2nd tgt third time-3rd tgt fourth time-again 1st target. so no
How many number of sessions that u can create in a batch?
In a table, 4 person having same salary. How to get Third person record only?