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 01:21:47 -0800 (PST)
Message-ID: <ceb4b113-e86a-414a-87d3-d732ba190c7f@w40g2000hsb.googlegroups.com>


> I have always tried to follow the tenet "there are no stupid
> questions" when I read newsgroups, but this thread is pushing my
> limits.
> Just how would you select the row from the second table?
> Think about what you seem to be attempting to do. Consider this
> outside the context of Oracle. Let say you were comparing two files
> (then record is the correct term). You somehow randomly select records
> out of the first file, then what would be the corresponding record in
> the second file?

I compare the row 1 in table 1 with row 1 in table 2, then row 100 in table 1 with row 100 in table 2. Nothing spectacular. My program works, but is very slow.

JMS Received on Tue Nov 27 2007 - 03:21:47 CST

Original text of this message

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