Linux serverNETWORK ADMINISTRATIONS

How to install Oracle Database 11g Xpress Edition XE with Apex on Linux(CentOs 7)?



Oracle XE 11g is simple and popular database for application development, testing and learning. Let us see how can we download and install Oracle XE 11g in Linux. This video is for CentOs 7 but steps are very simple and can be performed on any other Linux distribution.

Download Oracle XE 11g from
http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

Basic Commands used during Installation
yum install glibc
yum install binutils
yum install gcc
yum install make
yum install libaio

rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm
/etc/init.d/oracle-xe configure

source
centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *