Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: reading random records with JDBC?
> So I guess you are basically doing this
> open SELECT * from tableA
> open SELECT * from tableB
> loop
> fetch rowA
> fetch rowB
> compare and report
> end loop
>
> so you get a report on Monday. Monday night, the DBA migrates the DB
> to a new server, or maybe just reorganizes the file structure. No data
> is changed. rerunning you program on Tuesday gives different results.
> (Do you know why?)
> This report tells you nothing really. So you are doing this
> because...?
My report told me that the rows are matching, which is what we wanted to see.
JMS Received on Tue Nov 27 2007 - 12:11:59 CST
![]() |
![]() |