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

Home -> Community -> Usenet -> c.d.o.server -> Finding records within a query

Finding records within a query

From: <rrenzo_at_my-deja.com>
Date: Sun, 20 Aug 2000 06:55:30 GMT
Message-ID: <8nnvcu$nmv$1@nnrp1.deja.com>

If I have a CURSOR defined as

DECLARE
CURSOR C1 IS
    SELECT * FROM PERSONS and suppose this returns 100.000 records; can I perform fast searches on this cursor?

I want to be able to have a cursor on a large table and position the cursor on a record while it is still possible to move in both directions.

Thanks,
TC.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sun Aug 20 2000 - 01:55:30 CDT

Original text of this message

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