Blogroll
Search
Categories
Forums
Author Archives: Paul
Installing OracleDB on CentOS7
Note: I already have MariaDB and Apache Tomcat installed on CentOS7 server. Now I’ll be adding the free version of OracleDB. Note: I followed these instructions: http://www.tecmint.com/oracle-database-11g-release-2-installation-in-linux/ cd /etc/yum.repos.d (Change directory) wget http://public-yum.oracle.com/public-yum-ol6.repo (Get the file) yum install oracle-rdbms-server-11gR2-preinstall (Install … Continue reading
Posted in SQL
Leave a comment
SQL within 1and1 databases – basic commands
Access the database within 1and1 using Putty and SSH – this is the easy part, and I’m into SQL Monitor where the prompt is: mysql> Note: 1and1 is using Oracle, which is convenient for learning and I can create a … Continue reading
Posted in SQL
Leave a comment
Installing Oracle Database 11g Express Edition
Desired Outcome: Installation of Oracle’s Database, which maybe premature considering I’ve just installed MariaDB. Hopefully, I can have both systems running at the same time. Strategically good to learn Oracle first. This is the main web-site for information and downloads: … Continue reading
Posted in Blog Development
Leave a comment