Re: Order of rows after sqlload

From: Monique M Morris <mmorris_at_usc.edu>
Date: 1996/03/20
Message-ID: <3150762B.5441_at_usc.edu>#1/1


If the order of the loaded rows is crucial, you can add a column to your table which holds a record number. Then tell SQL*Loader to load RECNUM or SEQUENCE into that column. RECNUM will insert the logical record number from the data file while SEQUENCE will load a unique increasing sequential number (in case you are appending several data files into one table). See the SQL*Loader doc in Oracle7 Server Utility User's Guide - look for the section called Generating Data.

-- 
Monique M Morris
Sr Oracle Applications Developer
Childrens Hospital Los Angeles
Received on Wed Mar 20 1996 - 00:00:00 CET

Original text of this message