Search found 437 matches

by somu_june
Fri Dec 11, 2009 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a CLOB data type using oracle enterprise stage
Replies: 4
Views: 4078

Hi chulett,

Thanks for reply. Sorry it is my fault I forgot to commit after I inserted the record in database. After I do a commit parallel job is doing fine with both Varchar and LongVarchar.



Thanks,
Raju
by somu_june
Fri Dec 11, 2009 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a CLOB data type using oracle enterprise stage
Replies: 4
Views: 4078

Hi chulett, In oracle it selected the row which I mentioned 123, in datastage oracle Enterprise stage I used the same sql select dbms_lob.substr( TEST, 4000, 1 ) as TEST from Test_CLOB and with sql type as varchar and with no length specified and it is returning no rows and no rows written to a data...
by somu_june
Fri Dec 11, 2009 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a CLOB data type using oracle enterprise stage
Replies: 4
Views: 4078

Reading a CLOB data type using oracle enterprise stage

Hi , I'm trying to read a CLOB data type in datastage 7.5.2 using oracle Enterprise stage and my oracle is 10g in oracle DESC Test_CLOB Name Null? Type ----------------------------------------- -------- -------- TEST CLOB select dbms_lob.substr( TEST, 4000, 1 ) as TEST from Test_CLOB; I got output a...
by somu_june
Tue Apr 21, 2009 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise read method
Replies: 6
Views: 1861

Hi, When I ran the same job from Development (Datastage) server pointing to Preprod Oracle server, job is working fine and when I ran the same job from Preprod (Datastage) server pointing to Preprod Oracle server job Iam facing the above problem as I mentioned and I checked all the environment varia...
by somu_june
Tue Apr 14, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise read method
Replies: 6
Views: 1861

Hi Ray,


Iam reading it sequentail so it will have only one node





Thanks,
Somaraju
by somu_june
Tue Apr 14, 2009 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise read method
Replies: 6
Views: 1861

Hi,


From Job Monitor and Job log. I determined the no of records Iam extracting




Thanks,
Somaraju.
by somu_june
Tue Apr 14, 2009 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise read method
Replies: 6
Views: 1861

Oracle Enterprise read method

Hi, Iam using oracle Enterprise stage to read data from a table SELECT * FROM EMP WHERE EXISTS (SELECT DEPT FROM DEPT A WHERE A.DEPT_NO = EMP.DEPT_NO) ORDER BY EMP.ENAME When I am using above query to run my job to extract from oracle enterprise stage it is extracting only 5000000 (half million) ins...
by somu_june
Mon Apr 13, 2009 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing SQL in oracle Enterprise Stage
Replies: 6
Views: 3109

Re: Parameterizing SQL in oracle Enterprise Stage

My problem was solved by placing \' and \'

before \'EMPNO~Seq \'




Thanks,
Somaraju.
by somu_june
Mon Apr 13, 2009 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing SQL in oracle Enterprise Stage
Replies: 6
Views: 3109

Parameterizing SQL in oracle Enterprise Stage

Hi, Iam passing user defined SQL through a job parameter and statement looks like this psql (Parameter) string and its default value = SELECT * from EMP where EMP_NO = 'EMPNO~Seq' and in oracle stage Read Method = user-defined and in SQL Query = #psql#. When this job runs it is failing by throwing t...
by somu_june
Fri Dec 26, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DBX error
Replies: 1
Views: 2065

This problem was solved by replacing lookups with join stage. This problem is because of large lookups.











Thanks,
Somaraju.
by somu_june
Mon Dec 22, 2008 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DBX error
Replies: 1
Views: 2065

DBX error

Hi, I had a job which has single lookup stage and 4 lookup datasets. The size of lookup datasets are 4.3GB, 0.23 GB , 0.51 GB and 0.13 and input dataset has 1.95 GB which is stream link. My job is aborting by throwing the following errors LU_Monthly_Data,0: sh: dbx: not found LU_Monthly_Data,0: Oper...
by somu_june
Tue Oct 07, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 1
Views: 1106

Email Notification

Hi, I have sequencer job . I had two command activities, in command tab I provided command: test -s and parameter tab I provided the file name and in second command activity I did the same thing to check whether second file exists or not. And I had sequencer activity and last I had email notificatio...
by somu_june
Mon Aug 11, 2008 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting
Replies: 1
Views: 844

Pivoting

Hi, I have a requirement like this, I have input Columns, CLNT, PLN, PQ, YTD C1 P1 5.2 7.4 and I need output as CLNT, PLN, RT, TR C1 , P1 , PQ , 5.2 C1 , P1 , YTD, 7.4 I am getting TR column by using Horizontal pivot but Iam not getting RT output column which should contain input column names, is th...
by somu_june
Wed Aug 06, 2008 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 2
Views: 1037

Email Notification

Hi,

I have requirment like this. I need to send a .csv file attachment in mail when there are records in the file, if there are no records then no need to send the attachment in the mail. Is there a way to find the records present or not in a file before sending an attachment .


Thanks,
Somaraju.
by somu_june
Fri Jul 25, 2008 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command activity
Replies: 7
Views: 4223

Hi,

Here is the script



#!/bin/ksh/
cd /data/ins/dev/dataset/R1/
orchadmin delete PSRA*_$1.ds



Thanks,
Somaraju