Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: reading random records with JDBC?
> 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
![]() |
![]() |