Data extracting issue from oracle

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
DWH-M
Premium Member
Premium Member
Posts: 46
Joined: Thu Sep 06, 2007 5:26 am

Data extracting issue from oracle

Post by DWH-M »

I am facing problem while extracing the data from using ODBC enterprise. I have imported the columns using the table definition.
but when i try to check the data using view data button i am getting an error like data type not supported and getting like ODBC process meta data not available in data base. When i have imported table definitions for the column i have got NVarchar, Nchar, Timestamp, decimal,biginit,longnvarchar.

Please let me know the solutions.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The preference would be to use the orchdbutil command to import the table metadata as that is the most accurate way for PX.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Import > Table Definitions > Orchestrate

will invoke orchdbutil when that particular option is selected in the dialog - you don't need to learn the intricacies of the orchdbutil command itself.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply