How to Install Oracle 18c Express Database on CentOS Gnu/Linux

May 6, 2019 | By the+gnu+linux+evangelist.

Oracle 18c Express CentOS Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Oracle 18c Express Edition Database on CentOS 6.x/7.x/8.x/8-Stream/9-Stream x8664 GNU+Linux Desktop.

And Oracle Database Express for CentOS is a Free, Smaller-Footprint edition of Oracle Database. Oracle Database XE is Easy to Install and Easy to Manage.

Finally, 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 18c Express Database on CentOS - Featured
  1. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    How to Install Oracle 18c Express Database on CentOS - Kde CentOS Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Oracle 18c Express Database Linux

    Oracle 18c Express DB rpm.zip 64-bit

    Grab Both the Database and the Preinstall Rpms for CentOS.

  3. First, Install Required Packages.

    sudo yum install oracle-database-preinstall-18c*.rpm
  4. Then Double-Click on Archive and Extract into /tmp/
    Or from Shell:

    unzip -d /tmp/ ~/Downloads/oracle-xe-18c*.zip
  5. Oracle 18c Express Database Installation.

    sudo yum install oracle-xe-18c*.rpm
  6. Post-Installation SetUp.

    su -c "/etc/init.d/oracle-xe-18c 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! :)

  7. Getting-Started with Oracle 18c Express Database

    Oracle 18c XE Quick Start

QuickChic Theme • Powered by WordPress