SQL*Loader-500: Unable to open file (C:\sqlloaderpra\tmp.txt) SQL*Loader-553: file not found SQL*Loader-509: System error: The system cannot find the file specified. SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
Where my ctrl file is
load data
infile 'C:\sqlloaderpra\tmp.txt'
into table tmpload
append
fields terminated by ","
trailing nullcols
(
a Integer external,
b char nullif b=blanks)
Files are there but i get this error.