随笔分类 -  Linux

摘要:一、基本环境1、centos7_64+Apache/2.4.43+PHP5.62、安装了宝塔面板二、安装oci8扩展1、到oracle官网下载:oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpmoracle-instantclient11.2 阅读全文
posted @ 2020-05-26 10:59 Double330 阅读(623) 评论(0) 推荐(0)
摘要:1.创建oracle系统的用户和用户组 groupadd oinstall #创建用户组oinstallgroupadd dba #创建用户组dbauseradd -g oinstall -g dba -m oracle #创建oracle用户,并加入到oinstall和dba用户组groups o 阅读全文
posted @ 2020-05-26 10:00 Double330 阅读(238) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-19 16:09 Double330 阅读(1607) 评论(0) 推荐(0)
摘要:Centos 7 firewall 1、 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机 阅读全文
posted @ 2020-05-19 16:02 Double330 阅读(199) 评论(0) 推荐(0)