sqlplus system@localhost:1521/XE Enter the password you set during configuration.
sudo systemctl enable oracle-xe-21c Connect as SYSTEM : install oracle xe 21c on ubuntu
[Install] WantedBy=multi-user.target
[Unit] Description=Oracle Database 21c XE After=network.target [Service] Type=forking ExecStart=/etc/init.d/oracle-xe-21c start ExecStop=/etc/init.d/oracle-xe-21c stop ExecReload=/etc/init.d/oracle-xe-21c restart User=oracle Group=oracle Restart=no install oracle xe 21c on ubuntu