摘要:
十进制与十六进制的转换十进制-->十六进制select to_char(100,'XX') from dual;十六进制-->十进制select to_number('7D','XX') from dual; 阅读全文
posted @ 2014-07-30 21:27
princessd8251
阅读(331)
评论(0)
推荐(0)
摘要:
Example to show the dead lock caused by lack of index on foreign key of child table.Session 1:create table p ( x int primary key );create table c ( x ... 阅读全文
posted @ 2014-07-30 20:36
princessd8251
阅读(819)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/liqfyiyi/article/details/7727641http://www.askmaclean.com/archives/category/oracle/lockhttp://database.51cto.com/art/201004/19729... 阅读全文
posted @ 2014-07-30 20:16
princessd8251
阅读(467)
评论(0)
推荐(0)
摘要:
1. enable traceDBCC TRACEON (trace# [ ,...n ][ , -1 ] ) [ WITH NO_INFOMSGS ]trace# Is the number of the trace flag to turn on.n Is a placeholder that... 阅读全文
posted @ 2014-07-30 15:43
princessd8251
阅读(661)
评论(0)
推荐(0)
浙公网安备 33010602011771号