in datastage interview qustion
source target
------- -------
12345 1
2
3
4
5
Answer Posted / lajpat kurdiya
SELECT SUBSTR(12345,LEVEL,1) AS Source
FROM DUAL
CONNECT BY LEVEL <= LENGTH(12345);
SELECT SUBSTR('12345',LEVEL,1) AS Source
FROM DUAL
CONNECT BY LEVEL <= LENGTH('12345');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to clean the datastage repository?
explain about citrix scheduling tool in datastage
How to read the length of word in unix?
Difference between data warehousing and olap?
What are stage variables?
Highlight the main features of datastage?
On which Dimension Table you implemented SCD Type in your Project
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
Explain entity, attribute and relationship in datastage?
CHANGE CAPTURE
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
How do you start developing a datastage project?
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
Explain how a source file is populated?
What are routines in datastage? Enlist various types of routines.