Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Migrating data to column having User defined datatype

Status
Not open for further replies.

srvu

Programmer
Apr 29, 2008
49
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top