DB
文章平均质量分 71
liaoya
认真游戏,积极做人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Oracle dead lock deep research.
Update SQLS will lead dead lock exception. Because by default, it use optimistic lock but not pessimistic lock.Below description is exceprted from the attachment(It exceeds my image that this blog原创 2010-04-28 12:37:00 · 666 阅读 · 0 评论 -
Oracle10 sp execute the very very long sql!
1. Use the clob to concatenate the sql string. 2. Use DBMS_SQL to execute SQL.原创 2011-04-28 10:58:00 · 614 阅读 · 0 评论 -
how to check oracle current running sql status?
Normal 0 false false false EN-US ZH-CN X-NONE MicrosoftInternetExplorer4原创 2011-06-22 10:19:00 · 1118 阅读 · 0 评论 -
how to check oracle current running sql status?
-- check the block running sqlselect sid,serial#,sql_id,blocking_session,username from v$session where blocking_session>0; -- find the current running sqlSELECT OSUSER,SERIAL#,SQL_TEXT原创 2011-06-22 10:19:00 · 932 阅读 · 0 评论
分享