07 2019 档案

摘要:1.用oracle用户编辑dbstart文件 登入oracle用户,切换到$ORACLE_HOME/bin目录下,修改文件dbstart。 [oracle@ST ~]$ vi /u01/app/oracle/product/11.2.0/dbhome_1/bin/dbstart 修改:看下面注释部分 阅读全文
posted @ 2019-07-18 11:33 wullll 阅读(466) 评论(0) 推荐(0)
摘要:linux找到文件 find / -name '*11gR2*' find / -name httpd.conf #在根目录下查找文件httpd.conf,表示在整个硬盘查找 lingux 通过内容查文件 grep -R 'content' ./ root 设置文件权限 chmod 775 file 阅读全文
posted @ 2019-07-17 18:43 wullll 阅读(218) 评论(0) 推荐(0)