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: Wed, 07 Nov 2007 21:08:14 -0000
Message-ID: <1194469694.910404.184050@v3g2000hsg.googlegroups.com>


> There are no records in a database, only rows.

I just checked the official oracle docu. It's not called "rows", it's called "zeilen"!

> So exactly what is the key that makes the rows comparable? Use that.
> IOW, select a sample from table 1 and fectch the rows with the same
> keys from table 2, and then compare.

I want to compare the tables physically, by rows, and not by key. I don't know the keys, the program deals with different tables.

JMS Received on Wed Nov 07 2007 - 15:08:14 CST

Original text of this message

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