摘要:
service network restart 报错 Center OS 7 /etc/rc.d/init.d/network status=6 google上找到答案: Just in case anyone is still having an issue with Centos 7 on th 阅读全文
摘要:
oracle删除用户及其表空间 删除表空间:可以先将其offlinealter tablespace xx offline;将磁盘上的数据文件一同删除drop tablespace xxx including contents and datafiles; 删除用户:drop user xxx;如果 阅读全文