loading data frm xml file to database

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
vishal_rastogi
Participant
Posts: 47
Joined: Thu Dec 09, 2010 4:37 am

loading data frm xml file to database

Post by vishal_rastogi »

Hi

i have to load data from One xml file to database
i am using

sequential file ---> xml input stage ----> oracle stage

first i am taking all the cols into one colmn(in sequential file) then in xml input stage under output tab i am providing the correct path for all the colms

while running i am getting the error ORPHCallActivePluginInitialize().

please suggest!!!!
Vish
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Post the complete, unedited error. And use an External Source stage, not a Sequential File stage to feed in the XML URL/Filepath, otherwise you are asking for trouble.
-craig

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