Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


when load type is selected as bulk or normal in session level ?let me know the internal process and give me an example?

Answers were Sorted based on User's Feedback



when load type is selected as bulk or normal in session level ?let me know the internal process and ..

Answer / sandeep desai

when session scheduled then load type is bulk mode at that time integration service bypass the database log file..it not create it and you cannot rollback the data
but in normal mode integration service create database log file and u can rollback the data

Is This Answer Correct ?    7 Yes 0 No

when load type is selected as bulk or normal in session level ?let me know the internal process and ..

Answer / dbseeker

For History Load, generally the data is bulk loaded because the cost of indexes on the table is skipped when bulk loading is done as indexes on the target table are not allowed for bulk load.Once the data is loaded then the indexes are created. This way we could load the data into the target much faster.Also bulk load would not write the rows in the roll back segment.The time taken to write into roll back segment is also saved.Hence performance improved.

Is This Answer Correct ?    2 Yes 0 No

when load type is selected as bulk or normal in session level ?let me know the internal process and ..

Answer / skg

A:when you run a session with Normal load IS commits data into the target table as well as commits rowid into a log table.
For Example: you have 10000 records in your source,while loading data if your session fails at any point of time then there is a scope of recovery.After you fetch the issue when you rerun the job you need to ensure that your session is running with Normal load and instead of loading from the scratch,IS connect to the Repository service then Repo service connect to the Repo Database and check what is the last rowid commited in the log table and start loading from the max rowid+1 on wards.

checkpoint at session level: Resume From Last save heckpoint
BulkLoad: when you run a session with Bulk load the IS loads the data into target table and it won't commit any rowid into the log table. so performance will be good because only one operation is happing here but if session is failed at any point of time then there is no scope of recovery.
Note: when you work with Bulk load you need to ensure that there is no indexes on target table.if it has indexes your session get fails.
Q: I want to use bulk load and i have indexes on target table can't i access?
A: Yes you can achieve this by ensuring the option
Pre-SQL as :Drop Index index_Name;
Post-SQL as:create Index index_Name on table_Name(col_Name);

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

How to find from a source which has 10,000 records, find the average between 500th to 600th record?

3 Answers  


Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.

10 Answers   CSC,


How can you recover the session in sequential batches?

1 Answers  


What is difference between stored procedure transformation and external procedure transformation?

2 Answers  


There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)

4 Answers  


what is the flow?

1 Answers  


Explain load alternative records / rows into multiple targets - informatica

0 Answers   Informatica,


what are the row and column separations in Flat Files

3 Answers   CTS,


how do u move the code from development to production?

6 Answers  


What is the difference between a connected look up and unconnected lookup?

0 Answers  


Explain lookup transformation source types in informatica

0 Answers   Informatica,


Hi experts, can anyone tell how much we use plsql in real time

3 Answers  


Categories