/oracle-xe-setup-script

Installs an Oracle XE database server and prepares the users and table spaces for Intershop 7.

Primary LanguageShell

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>