Hi Arun,
I am still not able to solve the problem. Not sure where I am doing wrong. In post load commands I had put the query as
update EMPLYR set EMPLYR.EMPLYR_PHN_NMBR_TXT = QUERY_WORK_PHN.EMPLYR_PHN_NMBR_TXT WHERE EMPLYR.EMPLYR_ID = QUERY_WORK_PHN.EMPLYR_ID
EMPLYR is the target table. QUERY_WORK_PHN is schema in where I have all the needed values. I need to update the EMPLYR_PHN_NMBR_TXT from schema in to Target table. PFA screen shot.
I tried another way of putting all the values in SCHEMA IN to Staging table and update the target table using script. I couldn't get how to take variables from the staging and pass it to target table. Appreciate your help.
Thx