Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> question about external files

question about external files

From: Michael McMullen <ganstadba_at_hotmail.com>
Date: Thu, 20 Jan 2005 13:49:45 -0500
Message-ID: <BAY20-DAV11A27801555F18F429345A6810@phx.gbl>


9.2
I'm trying to load a file that has a field that can be > 4000 characters. external files don't let you use a clob so I'm using a varchar2(4000). problem is I don't want any rejected records but it's ok to only grab the first 4000 characters. so how do I do this in external files, sqlloader I could substr the column.

Thanks
Mike

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jan 20 2005 - 13:58:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US