Target Table (oracle 10g) is having datatype Addr, where 5 columns are embeddedd
Addr contains (address1, address2, city_name, district, state, pincode)
we have to migrate data from SQL where the above mentioned are 6 different columns having varchar as datatype and pincode is numeric.
When target table is imported to Informatica colum which is having user defined type is having Precision zero.
Now how can we transfer data to target, we tried with UDF in Informatica, it's giving error
can anybody help with a solution
Addr contains (address1, address2, city_name, district, state, pincode)
we have to migrate data from SQL where the above mentioned are 6 different columns having varchar as datatype and pincode is numeric.
When target table is imported to Informatica colum which is having user defined type is having Precision zero.
Now how can we transfer data to target, we tried with UDF in Informatica, it's giving error
can anybody help with a solution