What is Code Page Compatibility?
Answer / sanjay
it is compatibility of code for maintaining the accuracy of
data. Used when the the sorce data might be in different
language.
| Is This Answer Correct ? | 6 Yes | 1 No |
select count(1) from emp? what is the o/p?
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Hi All, I've 110 records in my table but 101 records contains an error. When I run the session, I want to load the 100 records into the target. Can anyone suggest me the best solution for this... Thanks in Advance,
sorce is a flatfile only 1st and last row should insert to target how will u do?
which T/r we can use it mapping parmeter and mapping variable? and which one is reusable for any mapping mapping parmeter or mapping varibale?
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
How can you use an Oracle sequences in Informatica? You have an Informatica sequence generator transformation also. Which one is better to use?
Where is the cache stored in informatica?
I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?
How to use procedural logic inside infromatica?
How to do the error handling of if ur source is flatfiles?