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

Home -> Community -> Usenet -> comp.databases.theory -> How to implement Updatable CURSOR

How to implement Updatable CURSOR

From: leon <captain_cnus_at_yahoo.com>
Date: 17 Mar 2002 18:52:34 -0800
Message-ID: <29e4c617.0203171852.3e8cd21d@posting.google.com>


For Read-only cursor, maybe we can make a copy of results, but how to for updatable one. If with the same way, the consistency between copy cursor and real DB is a problem. If we only keep the location in DB, in order to prevent others modify those rows in result set, we must lock all these rows, which will influence the performance heavily.

Is anyone able to give some advice? Received on Sun Mar 17 2002 - 20:52:34 CST

Original text of this message

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