issue - the Long data type column from oracle table

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
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

issue - the Long data type column from oracle table

Post by sureshabbisetti »

Hi,

How to import the oracle table having a column with long data type. The source sysem is already existing system so it could not possible to change data type now. I am getting the following error:

Caught ORCHESTRATE exception in main program: APT_ParseError: Expected identifier; got: <eof>
Could not find type:

Thanks in advance

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

Post by chulett »

An actual LONG, not a CLOB? Yuck. Definitely 'Not Supported' and a PITA to work with even in Oracle. What version of Oracle, btw?
-craig

"You can never have too many knives" -- Logan Nine Fingers
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

Post by sureshabbisetti »

Hi Chulett,

Oracle 9i
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

Post by sureshabbisetti »

Hi Chulett,

Oracle 9i

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

Post by chulett »

Then you *may* be able to use the dbms_lob package to help, talk to your DBA about it.
-craig

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