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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL*LOADER Questions

Re: SQL*LOADER Questions

From: Jonathan Gennick <jonathan_at_gennick.com>
Date: Mon, 09 Jul 2001 09:45:21 -0700
Message-ID: <F001.00344836.20010709093041@fatcity.com>

Monday, July 09, 2001, 11:30:20 AM, Ron Smith wrote:

SRL> We are trying to replace a VB program with SQL*Loader.  Two Questions.  The
SRL> input file contains record types.  A type 1 header record contains data that
SRL> must be retained and combined with a type 3 record.  Also, depending on the
SRL> record type the data is loaded into different tables.  Is all this possible
SRL> in SQL*Loader?

SQL*Loader can recognize record types, and can direct data from the different types of records to different tables. Retaining data from a type 1 record, and combining it with a type 3 record, especially multiple type 3 records, is beyond what SQL*Loader can do. At least, I can't conceive of a way to do it as I think about it right now.

Best regards,

Jonathan Gennick
mailto:jonathan_at_gennick.com * 906.387.1698 http://Gennick.com * http://MichiganWaterfalls.com * http://MetalDrums.org

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Jonathan Gennick
  INET: jonathan_at_gennick.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jul 09 2001 - 11:45:21 CDT

Original text of this message

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