2019年4月29日

CentOS(RedHat红帽系统) 开启/关闭服务,启用、禁用开机自启动,systemctl 工具使用

摘要: systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。 以firewalld.service为例。.service可以省略 启动服务:systemctl start firewalld.service 停止服务:systemctl s 阅读全文

posted @ 2019-04-29 15:35 小石头小祖宗 阅读(61) 评论(0) 推荐(0) 编辑

oracle查询执行sql历史

摘要: select t.first_load_time,t.last_load_time,t.LAST_ACTIVE_TIME,t.* from v$sqlarea t order by t.LAST_ACTIVE_TIME desc; 阅读全文

posted @ 2019-04-29 14:55 小石头小祖宗 阅读(18) 评论(0) 推荐(0) 编辑

导航