12 2016 档案

摘要:安装Nginx# tar -zxvf nginx-1.11.7.tar.gz# yum install pcre-devel zlib-devel gcc gcc-c++ openssl-devel -y# groupadd nginx# useradd -M -s /sbin/nologin -g 阅读全文
posted @ 2016-12-30 13:39 Tiago2014 阅读(3084) 评论(0) 推荐(0)
摘要:-- 创建视图create view V_TEST asselect * from T_TEST where rownum <100 select * from V_TEST-- 新建视图用户 view_01 并赋予select_catalog_role角色 和 该视图的select权限 ,在sys 阅读全文
posted @ 2016-12-05 16:31 Tiago2014 阅读(282) 评论(0) 推荐(0)
摘要:约定yum本地源的机器IP为192.168.1.100,需要访问共享源的IP为192.168.1.101 关闭并禁止selinux和firewalld 创建本地源 1.上传centos7光盘镜像到指定目录下(这里定为/usr/local/src)2.挂载镜像文件 #mkdir /media/cdro 阅读全文
posted @ 2016-12-02 14:58 Tiago2014 阅读(454) 评论(0) 推荐(0)