XMLTYPE Column type in ORacle 9i

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

XMLTYPE Column type in ORacle 9i

Post by ketfos »

Hi,
I am using Oracle9i and datstage 7.5
I want to read a table . The structure is like

COMPANY_NAME VARCHAR2(100 BYTE),
VISIT_DATE DATE,
REPORT SYS.XMLTYPE

When I try to read in datastage, I get Unknown Column type for SYS.XMLTYPE. This happens when I try to load the column definition for this table in the ORacle OCi stage.

What datatype should I associate for this?
Thks
Ketfos
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: XMLTYPE Column type in ORacle 9i

Post by sud »

ketfos wrote:Hi,
I am using Oracle9i and datstage 7.5
I want to read a table . The structure is like

COMPANY_NAME VARCHAR2(100 BYTE),
VISIT_DATE DATE,
REPORT SYS.XMLTYPE

When I try to read in datastage, I get Unknown Column type for SYS.XMLTYPE. This happens when I try to load the column definition for this table in the ORacle OCi stage.

What datatype should I associate for this?
Thks
Ketfos
Varchar or long varchar should work.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
Post Reply