Search found 202 matches

by pavankvk
Thu Mar 27, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 3627

What load method are you using and are these VarChar2 columns? ... Using an Upsert mode with a user defined update only. i have a insert statement instead of update. all columns are varchar2. with in the oracle stage, in the insert statement if i use trim(orchestrate.column), i dont see these chara...
by pavankvk
Thu Mar 27, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 3627

What load method are you using and are these VarChar2 columns? ... Using an Upsert mode with a user defined update only. i have a insert statement instead of update. all columns are varchar2. with in the oracle stage, in the insert statement if i use trim(orchestrate.column), i dont see these chara...
by pavankvk
Thu Mar 27, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 3627

ArndW wrote:APT_STRING_PAD_CHAR ...
its a single space. when its a varchar, how does this matter?
by pavankvk
Thu Mar 27, 2008 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 3627

Re: Control characters inserted into Oracle

Hi, I have a datastage job in which the source and target are defined as varchar,but while inserting into the database where the column is defined as 50, i see ^z (ascii 32) being inserted into the table. if input is say "abc" in the database i see abc padded with ^z till 50 bytes. it app...
by pavankvk
Thu Mar 27, 2008 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 3627

Control characters inserted into Oracle

Hi, I have a datastage job in which the source and target are defined as varchar,but while inserting into the database where the column is defined as 50, i see ^z (ascii 32) being inserted into the table. if input is say "abc" in the database i see abc padded with ^z till 50 bytes. it appe...
by pavankvk
Fri Mar 14, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control File location
Replies: 1
Views: 706

Control File location

Hi,

if we are using a oracle enterprise stage with load option, where is the control file created and where do the logs go to?
by pavankvk
Fri Mar 14, 2008 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Multi Byte Character Dataset
Replies: 2
Views: 919

Handling Multi Byte Character Dataset

Hi

What is the best way to handle multi byte character datasets in datastage. We have NLS mapped to UTF-8. Will this handle all the cases. we are facing issues in oracle enterprise stage because of this.
by pavankvk
Thu Mar 13, 2008 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

kumar_s wrote:Dsxchange helps you. And so you got to help Dsxchange by paying Membership fee. ...
A regular insert worked fine with the same data,but the load fails
by pavankvk
Thu Mar 13, 2008 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

kumar_s wrote:Dsxchange helps you. And so you got to help Dsxchange by paying Membership fee. ...
thanks, i tried taking the membership for 50$, there was some error when i actually tried to pay, after that the fee was hiked.

anyway the datatype is varchar
by pavankvk
Thu Mar 13, 2008 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

There is a ecase 92389 already open for this. "If a partial mutibyte character is at end of string, U_TRUNCATED_CHAR_FOUND error and string is nulled. Customer requires replacement character and a ... Hmm i cant see it. Since its already a case error and not the knowledge of a premium member,c...
by pavankvk
Thu Mar 13, 2008 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

kumar_s wrote:But the metedata of the target table could be different from the Metedata specified Datastage. ...
I verified that,they are the same.
by pavankvk
Thu Mar 13, 2008 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

Check for the input data, if you have any string, whose length is more than the specified metadata. ... When the dataset reads the data, will it not read according to the metadata length? if i specify a column as 50, though the input is 100, its supposed to read only 50..so why do you think its a i...
by pavankvk
Thu Mar 13, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND Oracle Load
Replies: 9
Views: 2679

U_TRUNCATED_CHAR_FOUND Oracle Load

Hi,

I am using a Oracle Enterprise Edition Stage with Load/Append option and my jobs are aborting with this specific message

U_TRUNCATED_CHAR_FOUND encountered

My default NLS map is UTF-8

How to fix this error?
by pavankvk
Tue Feb 19, 2008 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning for Different stages
Replies: 5
Views: 1778

Here goes my five cents: I think the logic for partitioning data in a stage (or link to be more precise) is required when you have to match data between links (join/merge/lookup etc) or to compare rows within a stage (aggregator, R-Dup etc). This will help improve accuracy and performace, as you ca...
by pavankvk
Tue Feb 19, 2008 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning for Different stages
Replies: 5
Views: 1778

Here goes my five cents: I think the logic for partitioning data in a stage (or link to be more precise) is required when you have to match data between links (join/merge/lookup etc) or to compare rows within a stage (aggregator, R-Dup etc). This will help improve accuracy and performace, as you ca...