Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: reading random records with JDBC?

Re: reading random records with JDBC?

From: йенс мартин шлаттер <MfwEwkCtzVem_at_spammotel.com>
Date: Tue, 27 Nov 2007 10:11:59 -0800 (PST)
Message-ID: <15f1e5e6-bb5d-401f-b68b-8ab702586a15@g21g2000hsh.googlegroups.com>


> 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

Original text of this message

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