Search found 39 matches

by rohit_mca2003
Fri Feb 20, 2009 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to retrive the data from CLOB Column through datastage
Replies: 11
Views: 9482

Please try to use Dynamic RDBMS stage to retrieve CLOB data... select datatype of column as Longvarchar but do not menion any column length... it works for lengthy CLOBs also.
by rohit_mca2003
Thu Feb 05, 2009 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Null Columns of Dataset showing as Nullable
Replies: 4
Views: 3391

Not Null Columns of Dataset showing as Nullable

Hi, I am writting data in Dataset, which has few columns defined as Not Null. All the values are properly populating in the dataset. But when I am looking the dataset schema in Data Set Management, it is showing 2 columns as NULLABLE. However I have declared those columns as NOT NULL. Run Time Colum...
by rohit_mca2003
Tue Dec 23, 2008 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading CLOB data using ORACLE stage
Replies: 4
Views: 2352

Reading CLOB data using ORACLE stage

It is giving error in the Oracle stage only. I am taking oracle data into dataset. I am not converting any data and just copying the oracle data. I am not using user defined SQL. I am using same metadata, what I have imported using metadata definition. Also I am not mapping CLOB data to decimal. Eve...
by rohit_mca2003
Tue Dec 23, 2008 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading CLOB data using ORACLE stage
Replies: 4
Views: 2352

Reading CLOB data using ORACLE stage

Hi, I am trying to read the CLOB data type column using Oracle OCI stage. when I imported the metadata, it has given Longvarchar(4000) but after running the job is has aborted with the following error message: Implicit conversion from source type "decimal[10,0]" to result type "string...
by rohit_mca2003
Wed Dec 17, 2008 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract empty vale from XML schema
Replies: 1
Views: 929

How to extract empty vale from XML schema

Hi, I have input as follows (2 records) in XML file: <mandatory>true</mandatory> <subsection></subsection> <question>XYZ</question> <currentQuestion>false</currentQuestion> <mandatory>true</mandatory> <subsection>123</subsection> <question>ABCD </question> <Question>false</Question> When I am extrac...
by rohit_mca2003
Fri Dec 12, 2008 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Rows to One Row (Vertical Pivoting)
Replies: 3
Views: 1836

Multiple Rows to One Row (Vertical Pivoting)

Thanks for all your replies. I have searched the topics but I have not got any suitable reply for my input set of data. If you see the input set it has two pivot columns ID and SECTION. It would be greatful if anyone can provide solution to this example. Input Data: ------------- Id Fname Sname Sect...
by rohit_mca2003
Fri Dec 12, 2008 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 14998

Combine multiple rows into one row (Vertical Pivoting)

Thanks for all your replies. I have searched the topics but I have not got any suitable reply for my input set of data. If you see the input set it has two pivot columns ID and SECTION. It would be greatful if anyone can provide solution to this example. Input Data: ------------- Id Fname Sname Sect...
by rohit_mca2003
Thu Dec 11, 2008 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 14998

Combine multiple rows into one row (Vertical Pivoting)

Hi, I have a requirement to pivot the multiple rows into a single row. I have input data as below: Input Data: ------------- Id Fname Sname Section Ques Ans -------------------------------------------------------------------- 100 Sam Roy S1 Q11 A11 100 Sam Roy S1 Q12 A12 100 Sam Roy S1 Q13 A13 100 S...
by rohit_mca2003
Thu Dec 11, 2008 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Rows to One Row (Vertical Pivoting)
Replies: 3
Views: 1836

Multiple Rows to One Row (Vertical Pivoting)

Hi, I have a requirement to pivot the multiple rows into a single row. I have input data as below: Input Data: ------------- Id Fname Sname Section Ques Ans -------------------------------------------------------------------- 100 Sam Roy S1 Q11 A11 100 Sam Roy S1 Q12 A12 100 Sam Roy S1 Q13 A13 100 S...