Search found 14 matches

by juliyas
Sun Oct 29, 2006 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Exract only number from alphanumeric
Replies: 5
Views: 3309

ambasta wrote:Thanks a lot Kumar.My problem is resolved now.
Oconv(Input.column,"MTS") - retrieve the numeric data from the field
by juliyas
Mon Sep 26, 2005 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

As your where clause includes the column CYCLE_MONTH, oracle should use partition pruning to limit the partitions accessed by the query. How many partitions are there and how many are you putting in the parameter when running the job? I assume the table is range partitioned? Run an explain plan on ...
by juliyas
Mon Sep 26, 2005 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

ray.wurlod wrote:Are there indexes on ROLE and CYCLE_MONTH?
I have index on ROLE and oracle partition on CYCLE_MONTH.
by juliyas
Mon Sep 26, 2005 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

roy wrote:Hi,
Do you have the $DS_ENABLE_RESERVED_CHAR_CONVERT set to true in your job properties?
Where/How i can found this flag?
by juliyas
Sun Aug 28, 2005 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

Jay wrote:Try to view 10 rows or 1 row at least...
View of 10 rows successfully opened
by juliyas
Thu Aug 25, 2005 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

Jay wrote:Need more info. Can you please copy paste the error message when you try to view data?

Thanks
Jay
It is very big table, i think this a problem.
When i try to open it it is stuck a long time.
by juliyas
Tue Aug 23, 2005 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

ray.wurlod wrote:It is a partitioned table? If so, have you specified the Partition Table property in the Oracle Enterprise stage?
Yes, it is a partition table.
I didn't understand if it is a partitioned table i can't define partion in the oracle stage?
by juliyas
Mon Aug 22, 2005 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

I removed the where clause , but view data doesn't work.
The parameters ok.
but i will try to check DBA trace.

thanks
by juliyas
Mon Aug 22, 2005 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle parallel job stuck
Replies: 17
Views: 9284

Oracle parallel job stuck

Hi all, I try to query a very big oracle table (~50M records), When I use sequential access the job works fine , but very slow. When I try to use parallel access the job just hangs with no explenation. I tried to add some APT env variables for debug but still I get ho clue for the reason the job doe...
by juliyas
Tue May 17, 2005 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ReadList
Replies: 2
Views: 1170

thanks
by juliyas
Tue May 17, 2005 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ReadList
Replies: 2
Views: 1170

ReadList

Hi all,

Somebody used the READLIST function?
Is it get only the keys or a full record?

thanks,
Juliya
by juliyas
Mon Apr 04, 2005 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read from hashtable
Replies: 5
Views: 2234

thanks
by juliyas
Mon Apr 04, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read from hashtable
Replies: 5
Views: 2234

Read from hashtable

Hi all, i wrote routine in which i read from hashtable by : SELECT doneFile to 1 DONE = @FALSE Loop Call DSLogInfo('In Loop', 'Job COntrol') READNEXT key FROM 1 Else DONE = @TRUE ... the readnext command read by key, but i want read 2 columns from hash where the first column is key. How i can do it?...
by juliyas
Fri Feb 11, 2005 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS-SQL store procedure trigered problem
Replies: 3
Views: 2191

MS-SQL store procedure trigered problem

Please help, I have store procedure in SQL server, which use the open query. When i run the job which triggered the store procedure by ODBC stage i get the error :" IF9MIF_CCP_CallProc..MSSQL_SP.CheckStatusSp: DSD.BCIOpenR call to SQLExecDirect failed. Statement was:{call Phone_Directory.dbo.Up...