Insert Long datatype from ORacle db to oracle db

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
parsi_cnu
Charter Member
Charter Member
Posts: 43
Joined: Thu Dec 04, 2003 4:26 pm

Insert Long datatype from ORacle db to oracle db

Post by parsi_cnu »

How should i insert Long datatype into oracle long datatype field .

I am getting error. there is no Long datatype in Datastage env

thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why involve DataStage if it's Oracle to Oracle? It would be faster to do it within Oracle.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
parsi_cnu
Charter Member
Charter Member
Posts: 43
Joined: Thu Dec 04, 2003 4:26 pm

Post by parsi_cnu »

[quote="ray.wurlod"]Why involve DataStage if it's Oracle to Oracle? It would be faster to do it within Oracle.[/quote]

I am developing a datastage job where i had source table
1 column is defined as Long and i had to populate that column in another oracle database env. This job should run everyday. I wanted to know what is the max can i get the string from oracle database using datastage.

Source is transactional db and populating in Datamart.

Thanks
sri
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What datatype did you choose? What error did you get? You're going to have problems handling it but *may* be able to get it to work.
-craig

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