Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 595 Bytes

Preconditions

  • CentOS 7

Installation

  • Download the Oracle Server XE rpm install package for Linux (e.g. oracle-xe-*.x86_64.rpm.zip) from Oracle

http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

  • If necessary, install additional packages and increase the swap file using prepare_centos.sh
  • Unzip the downloaded Oracle Server XE rpm install package
  • ./install.sh <path to oracle rpm>/oracle-xe-*.x86_64.rpm
  • add the needed user schemas with: ./prepare_user.sh <username> <password>