Unable to load LONG data.

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The answer is to lie to DataStage. Specify a length of 2Gb for the field.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you reading from or writing to this stage? In your first post you stated "loading" but now I am not sure. It seems that the OCI stage has truncated the string, so the OCI stage definitions are relevant.

In DataStage Server the length of a VarChar field does not actually limit the length of the string that is stored.

I don't have access to DS right now, but I do remember that Longvarchar or BLOBs have a limit of 2Gb.

Have you looked into the Oracle PDF file to see if it makes mention of the limitations?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The quote from the documentation recommends choosing a length greater than 4Kb.

Are you reading from or writing to the database?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How exactly was this 'resolved'? Can you please post that so the rest of the world knows? Thanks.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply