Search found 42189 matches

by chulett
Fri Mar 16, 2007 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in performance
Replies: 2
Views: 913

Welcome to Earth, marsboy! :D Are you familiar with using hashed files in a DataStage Server job? Doing things directly like this in Oracle is the slowest way you could have chosen, as you are coming to realize. A typical job design to do what you want would leverage hashed files for speed and go so...
by chulett
Fri Mar 16, 2007 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding oci load and sql loader
Replies: 3
Views: 1098

Re: regarding oci load and sql loader

Saama wrote:I know that OCI and MSSQLSERVERLOAD disables the constrainsts and indexes , doesn't check for integrity of data and load the data.

Not true, at least not as a blanket statement. Or at least not for Oracle. What you say it does is an option in the process.
by chulett
Fri Mar 16, 2007 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 3865

I have already a script for extracting the files to Ds server and looping it. Still i need to write another routine for that. What does that mean? What 'that' do you need a routine for? You are 'looping' in your script? Rather than in a Sequence job? The script should just return a delimited list o...
by chulett
Fri Mar 16, 2007 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS READ FIXEDWIDTH
Replies: 22
Views: 9977

Alas, no. I've never seen mention of nls_read_fixedwidth() in terms of selecting from Oracle before, so this message might have come when DataStage is checking the metadata of your write to a fixed-width file. The problem definition is a little confusing. First mention of the 'nls_put_fixwidth' pro...
by chulett
Fri Mar 16, 2007 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS READ FIXEDWIDTH
Replies: 22
Views: 9977

A 'put' would generally mean a write, not a read. Sounds like you are writing to a fixed-width file and you are sending more data to a column than will fit in it. This is not allowed in a fixed-width file.
by chulett
Fri Mar 16, 2007 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2023

In the name space it will just import the Xpath. No, you can type whatever you want in there as well as import information. I have imported the schema and try to validate the XML Inputfile if any attributes are missing then the job should abort. If that attribute is required and it is missing, sure...
by chulett
Fri Mar 16, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 3865

Ok, good... just wanted to make sure you weren't expecting anything more from me. Yet. :wink:
by chulett
Fri Mar 16, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2023

What kind of validation are you expecting? Note that there is more to it than simply checking the option, did you read the online help for the stage? To reference a schema in your XML document, use the schemaLocation attribute within the root element tag. In other words, you've got to tell it where ...
by chulett
Fri Mar 16, 2007 2:45 pm
Forum: General
Topic: string replacement in mainframe job
Replies: 8
Views: 1992

Because of you, I would guess. :wink:
by chulett
Fri Mar 16, 2007 2:44 pm
Forum: General
Topic: books for datastage
Replies: 5
Views: 2530

Instead? No. However, that one is well worth reading.
by chulett
Fri Mar 16, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC.INI. ---odbc error
Replies: 2
Views: 1335

By 'Oracle stage' do you mean the OCI stages? They don't use ODBC, but leverage your existing Oracle client software. The process to configure DataStage for the Oracle OCI plug-ins is documented in both the pdf for the stage itself or the 'Plug-In Installation and Configuration Guide' pdf.
by chulett
Fri Mar 16, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind Variable issues
Replies: 11
Views: 3690

Oh good, you got a solution.

ps. If you're not sure if you should start a new topic or not - start a new topic. :wink:
by chulett
Fri Mar 16, 2007 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 3865

I know, that's why I said 'Never mind'.

Did you read the rest of the post? :?
by chulett
Fri Mar 16, 2007 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving Version Project
Replies: 3
Views: 1080

Glad you found that old post. :D

Those are account based hashed files that you can do sql against, as far as I know. So it should be possible to update the field and replace all 'X' with 'Y', yes? Perhaps someone like Ray or Kim could confirm...