0

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.

Robert
  • 25,425
  • 8
  • 67
  • 81
Satheesh K
  • 31
  • 1
  • 4

0 Answers0