Search found 42189 matches

by chulett
Thu Feb 04, 2010 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unidata to Oracle date conversion - random failures
Replies: 3
Views: 2432

There's no additional information logged when you Reset the aborted job? Specifically in a 'From previous run...' log entry that the reset would add. I'd also be curious what exact Oracle client version you have installed on your DataStage server? Some are buggy and can cause these odd intermittent ...
by chulett
Thu Feb 04, 2010 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data length problem
Replies: 8
Views: 4039

If the source data is larger than the target column size, you should handle that in the job, either by logically rejecting it via a size check or substringing the data to fit. Oracle will abort if you don't, as you've seen.
by chulett
Thu Feb 04, 2010 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of oracle enterprise stage that can be used in a job
Replies: 2
Views: 1372

Any such limit would be on the Oracle side.
by chulett
Thu Feb 04, 2010 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Query
Replies: 10
Views: 2586

Well... it is but if the only difference in the 'configuration' is the number of nodes, there wouldn't be any issues.
by chulett
Thu Feb 04, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Cobol copybook , ask to edit copybook file
Replies: 5
Views: 4777

'Z' means the leading zeroes are suppressed.
by chulett
Thu Feb 04, 2010 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on variable length values
Replies: 9
Views: 3547

You could try incorporating some kind of substring check based on result length and key value in the transformer to weed out the false positives... maybe. Sorta. :wink:
by chulett
Thu Feb 04, 2010 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054
Replies: 11
Views: 10586

Could have told you that while that index observation was an issue it certainly wasn't the issue. No-one can help you with this except you and yours, especially your DBAs. Resource busy means the table is in use. Period. Unless you are the victim of some bizarre Oracle bug, as hard as that is to bel...
by chulett
Thu Feb 04, 2010 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read Inputs
Replies: 5
Views: 1737

It is included in the 8.x release now but (since it was a chargeable item) I believe you have to ask for it for the 7.x release.
by chulett
Thu Feb 04, 2010 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054
Replies: 11
Views: 10586

Re: Oracle Enterprise Stage - sqlldr, ORA-00604, ORA-00054

ORA-00054: resource busy and acquire with NOWAIT specified DBA's have confirmed no one else is loading these tables/accessing any object in the schema Short answer is the DBAs are incorrect, as the error shows. Someone or something has the table in question 'in use' such that your operation cannot ...
by chulett
Thu Feb 04, 2010 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating the Reject files for Source and Refrence tables
Replies: 2
Views: 1157

Re: Creating the Reject files for Source and Refrence tables

PRODUCT CATEGORY *********** *************** PROD ID CATG_ID CATG_ID CATG_NAME PROD ID 1 100 100 ABC 1 2 101 101 PQR 2 3 102 103 RTS 4 There you go, all better. Code tags, people, code tags preserve white space.
by chulett
Thu Feb 04, 2010 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Query
Replies: 10
Views: 2586

Re: Dataset Query

rumu wrote:I heard that in such scenerio 2nd job shud abort
You heard wrong.
by chulett
Thu Feb 04, 2010 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we lock the job in datastage 8.0.1?
Replies: 9
Views: 3260

To what purpose? Wondering if perhaps you really mean 'read only', hence the question.
by chulett
Thu Feb 04, 2010 6:12 am
Forum: General
Topic: Which if statment would be efficient
Replies: 5
Views: 1462

#2 doesn't make sense but #1 does. Do you need to know which columns are null or just the fact that at least one column is null?
by chulett
Wed Feb 03, 2010 5:41 pm
Forum: General
Topic: How to properly remove data.30 and over.30 files
Replies: 4
Views: 3727

That would a dynamic (type 30) hashed file and how you remove a hashed file depends on how it was created. A pathed hashed file where you specify a directory for it to be created in is created by the operating system command mkdbfile and can be removed with a 'rm -r <dir_name>' to remove all of the ...
by chulett
Wed Feb 03, 2010 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 4775

I have no idea what you mean by "run c code". The question is pretty simple - did you create and compile a small C program using the compiler options you posted?