Oracle OCI Load stage (Automatic)

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
rajendran77
Participant
Posts: 16
Joined: Mon May 14, 2007 1:46 pm

Oracle OCI Load stage (Automatic)

Post by rajendran77 »

HI Folks,
I design a job which will dump records from file(data file) to Table.
I used Oracle OCI Load stage of AUTOMATIC option.When I run the job my job got aborted with the following error message

SqlLdr_Tst..Tgt_Market_Trade: Internal Error: Unable to initialize the Direct Path Context
ORA-02373: Error parsing insert statement for table SSENG_USER1.TEST.
ORA-00904: "COL1": invalid identifier

I have datafile and Control file in the mentioned path. Let me know how to rectify this problem

Thanks in advance

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

Post by chulett »

Welcome aboard. :D

That error simply means that at least one of the columns you've included in the stage does not exist in the target table. In this case, one called 'COL1'.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Abburi
Participant
Posts: 31
Joined: Tue May 29, 2007 12:38 pm

Re: Oracle OCI Load stage (Automatic)

Post by Abburi »

rajendran77 wrote:HI Folks,
I design a job which will dump records from file(data file) to Table.
I used Oracle OCI Load stage of AUTOMATIC option.When I run the job my job got aborted with the following error message

SqlLdr_Tst..Tgt_Market_Trade: Internal Error: Unable to initialize the Direct Path Context
ORA-02373: Error parsing insert statement for table SSENG_USER1.TEST.
ORA-00904: "COL1": invalid identifier

I have datafile and Control file in the mentioned path. Let me know how to rectify this problem

Thanks in advance

Rajendran :?
The column COL1 name entered is either missing or invalid, check column
rajendran77
Participant
Posts: 16
Joined: Mon May 14, 2007 1:46 pm

Re: Oracle OCI Load stage (Automatic)

Post by rajendran77 »

Thanks. Its works fine. COL1 doesn't exist in the metadata as some user has been alter the table.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Then your enterprise's communication processes need better management.
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