"oracle datatype not presently supported".

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
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

"oracle datatype not presently supported".

Post by Jagan617 »

when accessing the oracle table which has column defined as BLOB datatype through oracle 8 stage in datastage 7.5.1A, i am getting the error
"oracle datatype not presently supported".

Pls can anyone help me in this.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Use another Data type. It seems that at V8 you can write CLOBs and BLOBs to Oracle using the enterprise edition, but you still cannot read them.
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

Post by Jagan617 »

I cann't change the datatype, its coming from source itself.
Whats the alternative for this in datastage 7.5.1A?
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

Post by Jagan617 »

I cann't change the datatype, its coming from source itself.
Whats the alternative for this in datastage 7.5.1A?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

He means in the job, not in the database, in an effort to work around the simple fact that BLOBs are not officially supported. What datatype are you currently using?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you reading for writing? You might have to do what we did - lots of cast and substring operations in the SQL in order to break the large object into distinct 4Kb chunks that fit into supported data types.
Post Reply