摘要: select table_name ,NUM_ROWS from user_tables where NUM_ROWS=0 or NUM_ROWS is null ; select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0 or NUM_ROWS is null 阅读全文
posted @ 2017-06-06 16:07 DaryllD 阅读(131) 评论(0) 推荐(0)
摘要: select object_name,machine,s.sid,s.serial# from v$locked_object l,dba_objects o ,v$session s where l.object_id = o.object_id and l.session_id=s.sid; alter system kill session '27,62965'; 阅读全文
posted @ 2017-06-06 16:06 DaryllD 阅读(110) 评论(0) 推荐(0)
摘要: VM虚拟机下安装Centos7.0 VM虚拟机下安装Centos7.0 新建虚拟机的相关配置,LZ使用的是VMware workstation 10.2 ,(其它版本也ok的),配置见下图。。PS: 打开虚拟机之后,提示了一个小错误,LZ根据错误提示,到BIOS里面设置了一下,然后重启继续安装..这 阅读全文
posted @ 2017-06-06 10:38 DaryllD 阅读(234) 评论(0) 推荐(1)