版本:linux7.6 一.编译安装 1.下载epel源 [root@db01 ~]# wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo 2.安装依赖 [root@db01 ~]# yum i ...
分类:
数据库 时间:
2019-03-25 20:39:28
阅读次数:
211
1.安装Linux虚拟机-- 安装后配置a.停止防火墙# systemctl stop firewalld.service# systemctl disable firewalld.service# systemctl status firewalld.service b.停止SElinux--临时 ...
分类:
系统相关 时间:
2019-03-20 17:35:37
阅读次数:
203
作为Oracle开发工程师,推荐大伙看看 PIVOT and UNPIVOT Operators in Oracle Database 11g Release 1 This article shows how to use the new PIVOT and UNPIVOT operators in ...
分类:
数据库 时间:
2019-03-18 14:04:01
阅读次数:
147
在接口测试中,需要与数据库进行交互,这时候需要用到JDBC Request取样器。 JDBC Request可以向数据库发送一个请求(sql语句),一般它需要配合JDBC Connection Configuration配置元件一起使用。 下面就来演示下怎么连接oracle11g: 1、我们先把需要 ...
分类:
数据库 时间:
2019-03-05 15:20:16
阅读次数:
260
一、安装ORACLE11g软件(11.2.0.0) (一)安装前的包支持 1、检测yum仓库是否已经配置好 yum list all 2、搭建yum仓库 1)、挂载所需要的安装光盘 虚拟机挂载光盘: 设置 -> 光盘 -> 路径 (在“连接”处打勾) mount /dev/cdrom -o loop ...
分类:
数据库 时间:
2019-03-04 15:45:09
阅读次数:
191
一、查看防火墙状态 查看防火墙状态 systemctl status firewalld 开启防火墙 systemctl start firewalld 关闭防火墙 systemctl stop firewalld 若遇到无法开启 先用:systemctl unmask firewalld.serv ...
分类:
系统相关 时间:
2019-02-23 19:30:02
阅读次数:
680