i have a major error message generated in my log file as i tried loading with sql loader
i created a control file named Ad2.ctl with this
and the loading command with
sqlldr scott/tiger@MYDB CONTROL='Ad2.ctl' LOG='Ad2.log'
the content of the file include the following sample
After runing the sql loader command i get a long list of error and the ADDRESS table was not populated.
the errors include the following
SQL*Loader: Release 10.2.0.3.0 - Production on Wed Sep 12 08:47:28 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Control File: Ad2.ctl
Data File: Abbeyruntest2.csv
Bad File: Abbeyruntest2.bad
Discard File: Abbeyruntest2.dis
(Allow all discards)
Number to load: ALL
Number to skip: 0
Errors allowed: 50
Bind array: 64 rows, maximum of 256000 bytes
Continuation: none specified
Path used: Conventional
Table ADDRESS, loaded from every logical record.
Insert option in effect for this table: APPEND
Record 2: Rejected - Error on table ADDRESS, column ADDRESSAREA.
Column not found before end of logical record (use TRAILING NULLCOLS)
Record 3: Rejected - Error on table ADDRESS, column ADDRESSAREA.
Column not found before end of logical record (use TRAILING NULLCOLS)
Appologies for posting the long errors as am a newbee and am confused with it.