QUESTION POSED ON: 14 July 2003 I'm trying to load data into a one-column table
using SQL*Loader. The column length is a varchar2(550), but sqlldr rejects data because of "Field in data file
exceeds maximum length." But if I insert rows using a
query INSERT INTO ... VALUES('... ') it works!
What is going on?
>
The most common cause of this problem is due to
whitespace that you can't see. Are you sure that you
don't have spaces at the end of the line before the
NEWLINE code?
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.