Hi

I dont think you can skip those records randomly.I would suggest you to truncate the table and run the load again.

The other part why it is only reading 244 records is becuase allready no of records rejected has exceded the limit allowed so use this option

sqlldr scott/tiger errors=500

The above option will be handle allmost 500 errors.You can use it depending on ur requirement

Regards