join problem

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

join problem

Post by dnat »

Hi,

I have a file which i am joining with a oracle table using a varchar column name. The name contains ampersand(&) in the values. But even if there is a join between the file and the table these records which have (&) contained in the column "name" are not being populated in the output. Is there some special handling for this?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, the "&" should have no effect on this. How are you doing the join - do you have any custom SQL involved?
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

Post by dnat »

I had defined all the columns in the seq file stage with a default length(it had taken as 255). I just changed the column length of the join key field to its original field and it is working fine now.
But i am wondering why it was not joining the column which had & in its value. Looks wierd.
Post Reply