Oracle 18c Express Red Hat Linux Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Oracle 18c Express Edition Database on Red Hat Enterprise Linux 6.x/7.x/8.x x8664 GNU+Linux Desktop.
And Oracle Database Express for Red Hat 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
-
Open Console Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Oracle 18c Express Database Linux
Grab Both the Database and the Preinstall Rpms for Red Hat Linux.
-
First, Install Required Packages.
sudo yum install oracle-database-preinstall-18c*.rpm
-
Then Double-Click on Archive and Extract into /tmp/
Or from Shell:unzip -d /tmp/ ~/Downloads/oracle-xe-18c*.zip
-
Oracle 18c Express Database Installation.
sudo yum install oracle-xe-18c*.rpm
-
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! :) -
Getting-Started with Oracle 18c Express Database