I am having problems loading a set of csv data with sql loader. i have a control file that contains the data and i have already created the target table in oracle 10g.
when i run this following command,
C:\Users\lee\sqlloadertest> sqlldr scott/tiger@MYDB,CONTROL='Ad.ctl'
it produces
SQL*Loader: Release 10.2.0.3.0 - Production on Tue Sep 11 17:46:43 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Commit point reached - logical record count 52
when i check the Address table, it shows no rows created, meaning the table was not populated