Oracle Database XE installieren (AlmaLinux/CentOS): Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
Zeile 10: Zeile 10:


https://www.oracle.com/de/database/technologies/xe-downloads.html
https://www.oracle.com/de/database/technologies/xe-downloads.html




Sofern nicht [https://www.oracle.com/de/linux/ Oracle Linux] als Betriebssystem genutzt wird, muss vorher das Paket <code>oracle-database-preinstall</code> installiert werden.
Sofern nicht [https://www.oracle.com/de/linux/ Oracle Linux] als Betriebssystem genutzt wird, muss vorher das Paket <code>oracle-database-preinstall</code> installiert werden.
Hiermit werden alle Abhängigkeiten für die Datenbank installiert:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
wget https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
wget https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
dnf -y localinstall oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
dnf -y install oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
</syntaxhighlight>Oracle Database XE
</syntaxhighlight>Oracle Database XE


Navigationsmenü