i have source as
Column1
101 a 101 b 101 c
so i want to load target as
column1 ---> 101 abc
Answer Posted / dilip ingole
using SQL
SELECT SUBSTR('101 a 101 b 101 c',1,4) ID ,REPLACE(TRANSLATE('101 a 101 b 101 c','1234567890',' '),' ','') DATA FROM DUAL;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain pushdown optimization and types in informatica
what is $$$$?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Explain pmcmd command usage in informatica
What is a repository manager?
Where is metadata stored?
How an expression transformation differs from aggregator transformation?
4 yrs etl devloper roles and responsibilities?any body give solutions
Why update strategy and union transformations are active? Explain with examples.
How many ways a relational source definition can be updated and what are they?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
What is target designer and target load order?
Explain dynamic target flat file name generation in informatica