Search found 42189 matches

by chulett
Sun Aug 19, 2007 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting failed, but loading data into Oracle
Replies: 3
Views: 935

Looks like you're going to need to find another place to do these deletes. The close command must wrap stuff up in an anonymous block and thus, when the delete finds nothing to delete, throws the 'no data found' error.
by chulett
Sun Aug 19, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet problem
Replies: 12
Views: 5052

UNIX doesn't care, your issue lies elsewhere.
by chulett
Sun Aug 19, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert special characters
Replies: 6
Views: 1832

... because... what he said. :wink:
by chulett
Sun Aug 19, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Trap Oracle Error fileldwise per Record
Replies: 5
Views: 1768

So, no misunderstanding at all. As noted, only one Oracle error will be reported at a time. You fix it and then the next will be raised. Lather, rinse, repeat. This is not a 'DataStage server' behaviour, it is a standard database behaviour.
by chulett
Sun Aug 19, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem while inserting date into oracle
Replies: 2
Views: 1346

i am inserting this values into oracle table using oracle(database) stage. oracle internal format is 'dd-mon-yyyy'. No, that is not the 'Oracle internal format'. That is an external format. you don't have to use 'to_date' function in your insert statement because already the input column is convert...
by chulett
Sun Aug 19, 2007 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert special characters
Replies: 6
Views: 1832

tatireddi wrote:If we have a "&" in the values clause the oracle will go for the Prompt "Enter Value for" considering the value after "&" as variable.

No.
by chulett
Sat Aug 18, 2007 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File System Error while runnig the DS jobs
Replies: 3
Views: 1068

Re: File System Error while runnig the DS jobs

siva7143 wrote:So what could be solution for this.

Why, more disk space of course. :wink:
by chulett
Sat Aug 18, 2007 6:10 pm
Forum: General
Topic: uvodbc.config issue..Not updating available DSNs
Replies: 6
Views: 2045

I know the readme always said that, but I never needed to rebuild/relink anything from what I recall. [shrug]
by chulett
Sat Aug 18, 2007 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using String Math functions
Replies: 3
Views: 816

Sure... a search on DSParams should turn up conversations where that is discussed. Just a simple exercise with a text editor. :wink:
by chulett
Sat Aug 18, 2007 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using String Math functions
Replies: 3
Views: 816

I've only used them in routines. I'm not positive but have you tried just typing them in and compiling the job regardless of the fact that it stays red in the derivation? Sometimes that's just a matter of the function not being in the DSParams file so it's not recognized as valid but works fine when...
by chulett
Sat Aug 18, 2007 8:30 am
Forum: General
Topic: uvodbc.config issue..Not updating available DSNs
Replies: 6
Views: 2045

You'll need to purchase any drivers you get from DataDirect. Have you done all of the configuration steps needed for Oracle in DataStage? Edited the dsenv file to include $ORACLE_HOME and added the appropriate library to your 'shared library' path then restarted? If the OCI stages work then you've g...
by chulett
Sat Aug 18, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert special characters
Replies: 6
Views: 1832

Have you actually tried it and had a problem? There shouldn't be anything 'special' about that character that I recall. :?
by chulett
Sat Aug 18, 2007 7:23 am
Forum: General
Topic: uvodbc.config issue..Not updating available DSNs
Replies: 6
Views: 2045

There are two files that need to be edited if you want things to show up automagically, see if this helps: m Otherwise, from what I recall, after creating the .odbc.ini entry manual entry of the entry name will create the uvodbc.config entry in the Project for you. I prefer to do both myself. Your '...
by chulett
Fri Aug 17, 2007 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purpose of the 'Array Size' and 'Transaction size' in OCI
Replies: 2
Views: 794

I'm sensing a pattern emerging here... Please take the time to try to help yourself first. Open the OCI stage, switch to the tab you are curious about and then click the 'Help' button. For example, from the Input tab you'll get a help page with explanations for all of the questions you've posted her...
by chulett
Fri Aug 17, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of the "Command Stage" in DataStage Server
Replies: 6
Views: 3117

The Command stage is like a Sasquatch - I've worked on UNIX servers all of my DataStage life and yet I've never seen it. When I asked about it here many moons ago, I was told that was because it is only installed on Windows servers so that's what I passed along. More than that, I know not.