Selecting LONG datatype from Oracle connector

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
mohdtausifsh
Participant
Posts: 14
Joined: Tue Dec 20, 2005 2:29 am

Selecting LONG datatype from Oracle connector

Post by mohdtausifsh »

HI All
We are in process of migrating data from Oracle to 9i to MS Sql 2005.
There are some oracle tables containing long datatype ,when iam trying to select the table containing long column data is not displayed.I would like to know if there is any option which i need to select in oracle connector to be able to view the data and load the data in MS Sql table.

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

Post by ray.wurlod »

Do you really need to view the data? Would it be sufficient to move the data from Oracle to SQL Server?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mohdtausifsh
Participant
Posts: 14
Joined: Tue Dec 20, 2005 2:29 am

Post by mohdtausifsh »

When i try to load the data only NULL's are getting loaded.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The LONG datatype has never been supported. They are painful to work with in SQL, never mind an ETL tool.
-craig

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