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

Home -> Community -> Usenet -> c.d.o.server -> Re: loading test data using SQLLOADER

Re: loading test data using SQLLOADER

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 7 Apr 2001 09:49:56 -0500
Message-ID: <9an9ek$93m$1@garnet.tc.umn.edu>

Solution 1.
Learn a scripting language like perl, AWK or even KSH. generate your data from one row template and vary the key.

Solution 2.
Use the same row 20,000 times for a file and drop all constraints. No key constraint problem. Using sqlldr or any loading, one key to performance is dropping constraints and indexes.

Solution 3.
If you can only point and click hire a consultant.

-- 

---------------------------------------------------------
Steven Hauser email: hause011@tc.umn.edu URL: http://www.sofbot.com/
---------------------------------------------------------
Received on Sat Apr 07 2001 - 09:49:56 CDT

Original text of this message

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