RE: Simulate Database Writes

2003-01-10 Thread Jesse, Rich
an Lewis [mailto:[EMAIL 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 > ht

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 th