2009年10月27日

oracle 锁问题的解决

摘要: 可以用Spotlight软件对数据库的运行状态进行监控。 当出现session锁时,我们要及时进行处理. 1. 查看哪些session锁: SQL语句:select 'alter system kill session '''||sid||','||serial#||''';' from v$session where sid in (select sid from v$lock where block = 1); SQL> select 'alter system kill session ' 阅读全文

posted @ 2009-10-27 15:06 spring3mvc学习笔记 阅读(199) 评论(0) 推荐(0)

linux平台下oracle从10.2.0.1升级到10.2.0.4

摘要: 10.1.0.X.0 TO 10.2.0.4.0 1. Install 10.2.0.1.0 software The software can be downloaded from the following link : http://www.oracle.com/technology/software/products/database/index.html https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&id=169706.1&blackframe=1 : Oracle? Database Insta 阅读全文

posted @ 2009-10-27 14:35 spring3mvc学习笔记 阅读(138) 评论(0) 推荐(0)

导航