HI Experts,
What is BULK mode and NORMAL mode, Which one gives better
performance. How? Please Explain with an example...! It
will help's me a lot.
Thanks In advance.
Answer Posted / guravareddy
When u chose target load type Normal mode the integration service creates database log and is used in session
recovery.
Where as in bulk mode the integration service by pass load the data into target, but its not
possible to create a session recover.
But in Bulk mode its faster in peformance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you differentiate between powercenter and power map?
What are the databases that informatica can connect to windows?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
Can we create two repositories on same database instance in oracle?
Is there any way to read the ms excel datas directly into informatica?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
what is song in infrmatica...?
How you can differentiate between connected lookup and unconnected lookup?
what is the size of u r source(like file or table)?
How do you load only null records into target?
What does “tail –f” command do and what is its use as an Informatica admin.
What is sq transformation?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
What are the basic requirements to join two sources in a source qualifier transformation using default join?