Oracle Load Error

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
sandeepgs
Participant
Posts: 87
Joined: Wed Jul 02, 2008 12:22 am

Oracle Load Error

Post by sandeepgs »

Hi,

I am trying to load data from a flat file to oracle data base.

I am Using Oracle Stage to load data

Properties set:

WriteMeathod = Load
WriteMode = Append

But it is throwing warning

Warning Message:

Oracle_Enterprise_3,0: The system(sqlldr system/oracle@Orcl CONTROL=ora.1286384.380289.0.ctl LOG=ora.1286384.380289.0.log BAD=ora.1286384.380289.0.log.bad SILENT=header PARFILE=ora.1286384.380289.0.par) failed; see the log file for the Oracle specific message.

When using UPSERT there are no warnings.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And what did you find in the LOG file?
-craig

"You can never have too many knives" -- Logan Nine Fingers
sandeepgs
Participant
Posts: 87
Joined: Wed Jul 02, 2008 12:22 am

Post by sandeepgs »

chulett wrote:And what did you find in the LOG file? ...
Thanks for your quick response.

I finally resolved the issue.

I found out the error by going throug the oracle log report. The problem is with the souce data provided.

Data is declared as null in source for not null columns.
Post Reply