How to Install Oracle 11g R2 Express Database on CentOS 7 64-bit Gnu/Linux Easy Guide

April 9, 2015 | By the+gnu+linux+evangelist.

Linux CentOS 7 Oracle 11g Express Edition Database Quick Start

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Oracle 11g R2 Express Edition Database on CentOS 7 x8664 Workstation/Server GNU+Linux.

Oracle Database Express Edition is a free, smaller-footprint edition of Oracle Database. Oracle Database XE is easy to install and easy to manage.

With Oracle Database XE and related tools you can:

  • Administer the database
  • Create tables, views, and other database objects
  • Import, export, and view table data
  • Run queries and SQL scripts
How to Install Oracle SQL Developer on Gnu/Linux Distros
  1. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    Oracle 11g Express Database Installation for CentOS 7 - Open Terminal

    In case first see: Terminal QuickStart Guide.
    Or Login into the Server Shell.

  2. Download Oracle 11g R2 Express Database Linux

    Oracle 11g Express DB rpm.zip 64-bit
  3. Double-Click on Archive and Extract into /tmp/
    Or from Shell:

    unzip -d /tmp/ ~/Downloads/oracle-xe-11*.zip
    How to Install Oracle 11g R2 Express Database for CentOS 7 - Extraction
  4. Oracle 11g Express Database Installation.

    cd /tmp/Disk1
    sudo su -c "rpm -ivh oracle-xe-11*.rpm"
  5. Post-Installation SetUp.

    su -c "/etc/init.d/oracle-xe configure"

    Possibly Accept the 8080 and 1521 Default Ports…
    Then Set and Take Note of Password for SYS and SYSTEM Admin Accounts
    Finally, the Installation should be Successfull! :)
    CentOS 7 Oracle 11g Express Database Installation - Post Installation Setup

  6. To Start & Stop Oracle 11g Express DB Manually.

    sudo /etc/init.d/oracle-xe start
    sudo /etc/init.d/oracle-xe stop
  7. Getting-Started with Oracle 11g Express Database

    Oracle 11g Express Quick Start

QuickChic Theme • Powered by WordPress