$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Oracle 18c Express Database on Oracle Enterprise Linux

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

Oracle 18c Express Oracle Linux Installation Guide

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

And Oracle Database Express for Oracle Linux 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 Oracle Linux - Featured
  1. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    How to Install Oracle 18c Express Database on Oracle Linux - Kde Oracle Linux 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 Oracle Linux.

  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