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...

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


Please Help Members By Posting Answers For Below Questions

Explain in detail about scd type 1 through mapping.

1627


What is expression transformation?

1144


What do you mean by blocking transformation?

1116


Difference between Data and Index Caches?

1198


What is the difference between router and filter?

1366


have u done any performance tuning? how u ll do?

2362


what is degenerated dimension?

4091


is it possible to index the data in cache of lkp transformation ?

2074


What is the session task and command task?

1111


what is the size ur source like(file system or database)? how many record daily come u r banking project?

2190


What is target load order?

1297


Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

1077


How do you migrate data from one environment to another?

1142


What are the new features of Power Center 5.0?

1846


What is sequence generator transformation in informatica?

1121