I have a 1000+-line file of SQL INSERT statements for loading a table. I can copy-and-paste 30 lines from the file into SQL*PLUS at a time, and that works, but I'd rather just open the file in SQL*PLUS directly and load the table directly. But the table doesn't get loaded at all, even though autocommit is turned on. Any ideas as to what I'm doing wrong?