Search found 42189 matches

by chulett
Fri Dec 22, 2006 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REPLACE option - performing bulk loads Oracle OCI Load Stage
Replies: 8
Views: 1872

Well, it is supported - but only in a Sequence job. It's called the Execute Command stage, as you've noted, and would be the preferred method of accomplishing this. If you wanted to keep the sqlldr call in your Server job (which I would not recommend as it's not restartable there) you would need to ...
by chulett
Fri Dec 22, 2006 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REPLACE option - performing bulk loads Oracle OCI Load Stage
Replies: 8
Views: 1872

Why, when loading to an Oracle 7 database, of course. In other words, hardly ever any more. And as to why those other options are not supported, you'd have to ask IBM. Automatic mode doesn't use a control file or even create any logs, it communicates directly with the Oracle direct path loader under...
by chulett
Fri Dec 22, 2006 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage call Oracle APIs?
Replies: 7
Views: 2463

Define exactly what you mean by 'Oracle APIs' in this context.
by chulett
Fri Dec 22, 2006 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REPLACE option - performing bulk loads Oracle OCI Load Stage
Replies: 8
Views: 1872

Unfortunately, that's not supported. You'd either need to go Manual mode and edit the resulting control file on the fly or stick with your own scripting to solve the problem. :cry:
by chulett
Fri Dec 22, 2006 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation validation
Replies: 10
Views: 2320

Or... if you've been keeping up on recent conversations, then perhaps just this:

Code: Select all

ALPHA(Convert(" -'", "abc", in.Col))

Will automagically resolve to true or false, no 'if-then-else' required. :wink:
by chulett
Fri Dec 22, 2006 9:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ade files
Replies: 11
Views: 6950

You'd have to call IBM support and ask them that, heck if I know. Or perhaps wait for Mr Ostic to stumble across this thread. You'd have a better chance of that if you posted this question in the proper forum - there *is* one specific to RTI / SOA questions, ya know. :wink:
by chulett
Fri Dec 22, 2006 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise semi-colon clarification
Replies: 13
Views: 5576

DSguru2B wrote:No one made that assertion, True, but Delete being a DML command and Truncate being a DDL command, points towards that assertion.

You do know that Ray just made that part up, yes? SQL is SQL and it either needs a trailing semi-colon or it doesn't. :lol:
by chulett
Fri Dec 22, 2006 9:39 am
Forum: General
Topic: String Conversion - SqlServer Target ODBC
Replies: 5
Views: 2767

DSguru2B wrote:By specifying (') in the quote character box in seqential file stage properties.

Bzzzt... thanks for playing! Was an ODBC question, my friend, not a flat file question. :lol:
by chulett
Fri Dec 22, 2006 9:37 am
Forum: General
Topic: String Conversion - SqlServer Target ODBC
Replies: 5
Views: 2767

Welcome Aboard, matey! :D Did you try clicking on the 'Get SQLInfo' button on the General tab of the ODBC stage? That should query the database and set that option automatically for you based on what it finds the target needs. Failing that, you should be able to manually change the Quote character t...
by chulett
Fri Dec 22, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert MM/DD/YYYY IN TO DD-MON-YYYY
Replies: 18
Views: 10421

People, Oracle will accept any date format - as long as the proper TO_DATE mask goes along with it. And unless you are a fan of user-defined sql places where it ain't needed, I'd suggest you stick with the format that matches the sql the stage will auto-generate. :wink:
by chulett
Fri Dec 22, 2006 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert MM/DD/YYYY IN TO DD-MON-YYYY
Replies: 18
Views: 10421

The OCI stages require the 'Timestamp' datatype to be in the following format:

YYYY-MM-DD HH24:MI:SS

As can be seen by the sql the stage generates. If you don't need to time portion that a DATE field can carry, then just tack on a zero time to the end of your date: " 00:00:00".
by chulett
Fri Dec 22, 2006 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-Build Repository
Replies: 5
Views: 3016

:? Kim specifically said that seeing 'both counts' should mean they are not corrupt, so no need to 'revert back' unless you are just crazy bored and looking for hours of work.

Retry the reindex as noted... with exclusive access to DataStage.
by chulett
Fri Dec 22, 2006 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise semi-colon clarification
Replies: 13
Views: 5576

Ah. In that one they never specified their exact DataStage version, perhaps it is a '7.5.2 versus The World' kind of thing. One would need to ask over there to be sure.
by chulett
Fri Dec 22, 2006 9:12 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ade files
Replies: 11
Views: 6950

You can certainly delete any old ones but I wouldn't suggest doing so for any running jobs.
by chulett
Fri Dec 22, 2006 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise semi-colon clarification
Replies: 13
Views: 5576

Ultramundane wrote:I am confused because of previous observations. Maybe a change in behaviour for DS752?

What 'previous observations'? Are you saying that it did not work this way before you upgraded? If that's the case, that's a question to pose to support I would think.