摘要:
现象一:数据库startup时,出现数据库无法正常mount,并报ORA-03113错误。SQL> startupORACLE instance started.Total System Global Area 830930944 bytesFixed Size 2217912 bytesVaria... 阅读全文
摘要:
查询及删除重复记录的SQL语句转载自:http://www.cnblogs.com/252e/archive/2012/09/13/2682817.html1、查找表中多余的重复记录,重复记录是根据单个字段(Id)来判断select * from 表 where Id in (select Id f... 阅读全文
摘要:
快速 入门 使用 10046 事件How to use 10046 eventtrace quickly?--author Eureka at 2013.06.06第一步 使用sqlplus 连接Oracle服务器1 Use tool Sqlplus connect to Oracle server... 阅读全文