NO LOCK on UPDATE
623209Feb 14 2008 — edited Feb 14 2008Hi All,
MS SQL has a NOLOCK option that could be specified along with a SELECT / UPDATE to avoid locks on the tables. What equivalent option is available in Oracle ? If not what is the best method that can be used to keep row locks to a minimum ? I am not a developer but I am aware of the various UPDATE methods but would be grateful if any of your experience has let you choose a particular method. This is on Oracle 10g R1.