08 2014 档案

摘要:遇到这种情况,重建完表和索引后,终于正常INSERT了。 阅读全文
posted @ 2014-08-28 11:06 阳光温暖了心情 阅读(13069) 评论(0) 推荐(0)
摘要:select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time; 查看数据库都有哪些锁 阅读全文
posted @ 2014-08-28 11:04 阳光温暖了心情 阅读(726) 评论(0) 推荐(0)
摘要:select * from table_name for update; 阅读全文
posted @ 2014-08-27 13:06 阳光温暖了心情 阅读(1935) 评论(0) 推荐(0)
摘要:grant dba to testuser ; 阅读全文
posted @ 2014-08-21 10:29 阳光温暖了心情 阅读(372) 评论(0) 推荐(0)
摘要:oralce 11g client安装 阅读全文
posted @ 2014-08-21 10:09 阳光温暖了心情 阅读(2836) 评论(0) 推荐(0)
摘要:oracle 11g server安装 阅读全文
posted @ 2014-08-19 18:05 阳光温暖了心情 阅读(5669) 评论(1) 推荐(0)
摘要:导出dmp: exp iflashbuy/password@width246 file=iflashbuy20140121.dmp owner=iflashbuy246 阅读全文
posted @ 2014-08-06 15:56 阳光温暖了心情 阅读(14040) 评论(0) 推荐(0)