|
回复 #10 Yong Huang 的帖子
Firstly thx for your reply.
> 1)oracle 有没有数据更新延迟的问题。
No. But before 10g, RAC may have this problem. Beginning with 10gR2, RAC doesn't have this problem any more. Always tell us Oracle version.
>>We are using the Oracle 10g.
> 2)cursor会不会有查询延时的问题。
What do you mean?
>>Saying that is it possible the result set of a cursor might be not the updated result.
> 3)在不考虑我们的生产环境/代码的情况执行,出现这种情况的原因可能会有哪些?
Add a little code to print out session ID. It may be because the second step to query is on a different session.
Do you use shared server config?
>>Sorry for my insufficient knowledge, what you mean the shared server config? |
|