To qualify for Bronze DBA Oracle Database Fundamentals. Installing from RPM is probably easier, but zip it with reference to the installation procedure in Kuromoto Installation-> database creation-> sqlplus startup confirmation.
Can't connect to X11 window server using 〇〇 as the value of the DISPLAY variable.
When I try to check the DISPLAY function with echo $ DISPLAY as an oracle user, a blank is returned.
root
$ echo $DISPLAY
〇〇(The DISPLAY function when logged in as root is displayed)
$ xhost +
(access control disabled, clients can connect from any host.
OK)
oracle
$ cd /u01/app/oracle/product/19.3.0/dbhome_1(Where you unzipped the zip file)
$ export DISPLAY=〇〇(DISPLAY function confirmed by root)
$ echo $DISPLAY
〇〇(The DISPLAY function you typed earlier is reflected)
OK if the installer or dbca starts without any problem
oracle
$ sqlplus
The command was not found
↓
$ORACLE_HOME/bin/Start confirmation with sqlplus
The cause was that the environment variables were not set correctly.
[Oracle] Oracle 19c installation Compactly build an Oracle database (19c) on Linux on VirtualBox