Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?
Answer Posted / ranjan
You can use the minus keyword
Source table name is A
Target table name is B.
Query can be
select * from B
minus
select * from A
or else you can do a minus from A to B.
select * from A
minus
select * from B
Inthis way you can find the mismatch
(Note: This is just one way pf comparing)
Thanks,
Ranjan
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the types of transformations?
In warehouses how many schemas are there?
How to use procedural logic inside infromatica?
How can we delete duplicate rows from flat files?
Please let me know how to make encryption and decryption with example?
COM components can be used in Informatica
What do you mean by enterprise data warehousing?
What is meant by lookup transformation? Explain the types of lookup transformation?
How can we store previous session logs?
what is the Default Source Option For Update Strategy Transformation?
Write the advantages of partitioning a session?
What are the settings that you use to configure the joiner transformation?
my source is junk data how will u remove that junk data by using unix please any one replay me
generate date / time dimension in informatica
What are the different lookup cache(s)?