回复:请教oracle db问题

来源: 2014-06-23 12:49:56 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

first step is index. You real need to think how to create index based on your query.
becareful of your transaction, try make it as small  as posible.
alter solution is dump data into temporary table, and working on temporary table. This way, usually you do not need cursor.