RE: Import comma-delimited text file into Oracle

2001-03-28 Thread Morton, Ronald D
Helmut, I believe that SQL*Loader is the quickest way to load your data. You could write a procedure that uses UTL_FILE also. And there is another choice, but truly brute force - you could edit your file into INSERT statements and load it through SQL*PLUS. :-( Ron Morton Union Switch Signal

RE: Import comma-delimited text file into Oracle

2001-03-28 Thread Richard Ji
Or you can write a program in (C, Perl, Java, etc) to parse the file and do inserts. Richard -Original Message- Daiminger Sent: Tuesday, March 27, 2001 10:36 PM To: Multiple recipients of list ORACLE-L Hi! Is SQL*Loader the only way to move the contents of a comma-delimited ASCII