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: Tools or means to create test data

Re: Tools or means to create test data

From: Dave Bernick <bernz_at_bernztech.org>
Date: Wed, 22 Dec 1999 17:16:17 -0500
Message-ID: <38614DB1.73F8320B@bernztech.org>


sriviswa_at_hotmail.com wrote:
>
> Does anybody know of any tools or ways (scripts) to create test data
> for any given database schema? We need to generate and populate our
> stress test database with hundreds of thousands of rows. Thanks.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

honestly? i'd just create a table. then using java or perl or any other language with a SQL interface, i'd do a loop of 1 to 100000000000 or whatever and do an insert within that loop. or maybe that's the hard way??

dave Received on Wed Dec 22 1999 - 16:16:17 CST

Original text of this message

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