Simulate Database Writes

2003-01-10 Thread VIVEK_SHARMA
Instead of making Actual Database Writes is it possible to Simulate Such Writes by using a suitable program in order to Check the thruput of a newly configured RAID Storage Box ? Nature of Application - Hybrid If so What should be the Size of the Writes ? Our DB_BLOCK_SIZE is 8K Is there a

Re: Simulate Database Writes

2003-01-10 Thread Jonathan Lewis
There's an outline and sample C program that I wrote about 5 years ago on my web site under http://www.jlcomp.demon.co.uk/block.html Bear in mind that the write has to be at the equivalent of an oracle block boundary, and you need to open the file and write to the file using the same calls

RE: Simulate Database Writes

2003-01-10 Thread Jesse, Rich
PROTECTED]] Sent: Friday, January 10, 2003 8:04 AM To: Multiple recipients of list ORACLE-L Subject: Re: Simulate Database Writes There's an outline and sample C program that I wrote about 5 years ago on my web site under http://www.jlcomp.demon.co.uk/block.html Bear in mind