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: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 05 Nov 2007 10:53:27 -0800
Message-ID: <1194288803.883430@bubbleator.drizzle.com>


MfwEwkCtzVem_at_spammotel.com wrote:
> Would it make sense to create 10 rowids in java and then do a query
> like that:
>
> select * from table where rowid in
> ("2378","98989","127489","100323"....)
>
> Thanks,
> Martin

It might unless one were to consider that ROWID is a reserved word in Oracle with a very specific meaning.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Nov 05 2007 - 12:53:27 CST

Original text of this message

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