what is pre and post sql and what is diff between source
presql and target pre sql
Answer / priyaraj
Pre SQL means that the integration service runs SQL
commands against the source database before it reads the
data from source.
Post SQL means IS runs SQL commands against target database
after it writes to the target.
| Is This Answer Correct ? | 26 Yes | 3 No |
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What is the difference between Active and Passive transformation?
Why filter transformation is an active one?
what is mapping parameter?
I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?
What are the types of caches in lookup?
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?
How many repositories can be created in informatica?
How to get EVEN & ODD numbers separately?
in my source table i want to delete first and last records and load in between records into target? how can it possible?
3 Answers HCL, Thomson Reuters,
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Explain how many types of dimensions are available in informatica?