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: How to generate a lot of load on an Oracle database?

Re: How to generate a lot of load on an Oracle database?

From: Sandeep Dubey <dubey.sandeep_at_gmail.com>
Date: Fri, 18 Nov 2005 13:34:09 -0500
Message-ID: <bf2f74740511181034r53093e84vde89f16ac5ca8872@mail.gmail.com>


You can also write a stored procedure that insert data in to table(s). You can make it run in loop for given number of iterations or time. To increase further load call it through dbms_job for n number in a loop to run in n sessions.

Regards

Sandeep Dubey

On 11/18/05, Radoulov, Dimitre <cichomitiko_at_gmail.com> wrote:
>
>
> >>> We need to test the maximum I/O throughput of our SAN storage system and
> therefore need an Oracle database to generate so much load that >>> there is
> an I/O bottleneck. Does anybody out there have open source tools or Oracle
> scripts for that?
>
> Just an idea (quick and dirty): there are a couple of sql scripts to
> generate "load" that Oracle provides with the VMware/Linux/Oracle RAC image
> demo kit for the EM Advisors presentation that may be usefull.
>
>
> Regards,
> Dimitre Radoulov
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 18 2005 - 13:37:51 CST

Original text of this message

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