Installing MySQL 5.7 on Oracle Linux 6.7

Hello. I'm going to install a MySQL database on Linux. I need it for another installation, so I though why not blogging about that too ? Let's download the repository from http://dev.mysql.com/downloads/repo and install it on our machine : [root@oel ~]# wget http://dev.mysql.com/get/mysql57-community-release-el6-8.noarch.rpm [root@oel ~]# rpm -Uvh mysql57-community-release-el6-8.noarch.rpm warning: mysql57-community-release-el6-8.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: … Continue reading Installing MySQL 5.7 on Oracle Linux 6.7

Installing Oracle Forms & Reports 12c

Hi I'm going to install Oracle Forms & Reports 12c on  Oracle Enterprise Linux 6.7 Virtualbox VM. First step is create the filesystems / directories and users needed for the installation : groupadd -g 500 oracle useradd -u 500 -g oracle oracle The outcome should be something like this: [root@oel ~]# id oracle uid=500(oracle) gid=500(oracle) … Continue reading Installing Oracle Forms & Reports 12c