Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to load a complete empty record using sqlldr?
Hi there,
I have a ascii data file(separated by |) with 2 fields and thousands of rows. One of the rows(the first row) is completely empty. The data file looks like:
|
aaa|bbb ccc|ddd eee|fff
If I do a load using sqlldr, the first record(the one completely empty) are always discarded. Is there a way to load a completely empty row using sqlldr? You may ask why I need to load a empty record into the db. This is for some data relationship purpose that I must do. And I don't want to do a insert ... values ('','') every time after the db is refreshed.
Thanks!
Ed
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Jun 09 1999 - 17:36:27 CDT
![]() |
![]() |