Search found 53125 matches

by ray.wurlod
Mon Jul 20, 2009 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in ORAOCI read result between Oracle 9i and 11g
Replies: 11
Views: 6360

It can also be affected by your CREATE TABLE statement. For example you can define a column explicitly as VARCHAR2(30 BYTES) - which would store 10 multibyte characters - or as VARCHAR2(10 CHAR). There is a global setting to provide the default meaning but I can't recall at the moment what it is.
by ray.wurlod
Mon Jul 20, 2009 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dscmdexport error
Replies: 16
Views: 4809

I use dscmdexport (successfully) with the /D=domain switch with no reference to the port number at all.
by ray.wurlod
Mon Jul 20, 2009 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partial Schema file
Replies: 2
Views: 1809

Specify format in schema file.

There are many examples in the manuals; format is specified the same way as for non-partial definitions. Inspect one of your extant sequential file definitions in the Repository, particularly the parallel layout thereof.
by ray.wurlod
Mon Jul 20, 2009 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fd_set Error
Replies: 1
Views: 1014

Check the ulimit settings for the user ID that executes DataStage jobs.

What is "fd_set"?
by ray.wurlod
Mon Jul 20, 2009 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Fatal Error in the Datastage 8.1
Replies: 3
Views: 3090

Please post the entire error message, and identify any stage names (with stage type) and/or link names in it.
by ray.wurlod
Mon Jul 20, 2009 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GCI Initialisation error after installing Oci9 package
Replies: 7
Views: 5614

It is not an issue of enablement, it is an issue of licensing. Enterprise Edition gets you parallel job and server job licences, but it is possible only to licence parallel jobs. (You're still paying for server job licence, but under no obligation to use it. Personally I think that's a dumb choice b...
by ray.wurlod
Mon Jul 20, 2009 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on which stage
Replies: 6
Views: 1359

Unless you are doing a sparse lookup, the data are always loaded into a (virtual) Data Set. You don't have to do anything. This just happens. Loading into a (physical) Data Set won't change performance at all in the big picture, but may time-shift the cost of loading the data set to an earlier phase...
by ray.wurlod
Mon Jul 20, 2009 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while reading entire file
Replies: 7
Views: 3309

Yes, put it in the user-defined area. There are many environment variables not in the project "out of the box" - for most of them you discover the name when reading the manuals.
by ray.wurlod
Mon Jul 20, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wide Character error
Replies: 3
Views: 1250

Was the install with NLS enabled?
by ray.wurlod
Mon Jul 20, 2009 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format problem
Replies: 2
Views: 1001

The first date is YMD order. Is the second date also YMD order? If not, what is the order of the day, month and year components, and have you informed Oracle that such is the case?
by ray.wurlod
Mon Jul 20, 2009 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: source and target database with different NLS character sets
Replies: 2
Views: 1643

US7ASCII is not multibyte. You may be able to read this data with a map of NONE.
by ray.wurlod
Mon Jul 20, 2009 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a new user
Replies: 3
Views: 1020

Users are typically created by unskilled labor with the job title "parents".

Do you mean user IDs?
:lol:
by ray.wurlod
Mon Jul 20, 2009 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

Your job failed when attempting to write to a log.

What error message was generated?

How large is the log for the job?
by ray.wurlod
Mon Jul 20, 2009 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in ORAOCI read result between Oracle 9i and 11g
Replies: 11
Views: 6360

Since your Oracle is set up for Japanese, it uses three bytes per character for storage. This the source of the trebling. It is not a bug.