explain what is odi?why is it different from the other etl tools.
if the source have total 15 records with 2 records are updated and 3 records are newly inserted at the target side we have to load the newly changed and inserted records
what is oracle data integrator (odi)?
how to load the data with one flat file and one rdbms table using joins?
how to reverse engineer views(how to load the data from views)?
can we implement package in package?
does odi support web services?
how to handle exceptions?
how to implement data validations?
how to implement the logic in procedures if the source side data deleted that will reflect the target side table?
how to remove the duplicate in odi?
how to write the sub-queries in odi?
in the package one interface got failed how to know which interface got failed if we no access to operator?
suppose having unique and duplicate but I want to load unique record one table and duplicates one table?
suppose I having 6 interfaces and running the interface 3 rd one failed how to run remaining interfaces?