Category Archives: SQL*Loader
SQL*Loader and Tab Delimited Input Data
There’s a great article by Tom Kyte about loading a tab delimited file into Oracle using SQL*Loader which can be viewed here. It talks about using the hexadecimal character X’9′ (tab character) as the delimiter when implementing your control file. … Continue reading
Posted in Oracle, SQL*Loader
Tagged null fields, oracle bug, SQL*Loader, tab delimited
Leave a comment