1.052
Bearbeitungen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
== Oracle Database Express installieren == | |||
Abhängigkeiten installieren<syntaxhighlight lang="bash"> | Abhängigkeiten installieren<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 | ||
Zeile 40: | Zeile 41: | ||
firewall-cmd --permanent --add-port=5500/tcp | firewall-cmd --permanent --add-port=5500/tcp | ||
firewall-cmd --reload | firewall-cmd --reload | ||
</syntaxhighlight> | |||
== APEX installieren (In Arbeit) == | |||
https://www.oracle.com/tools/downloads/apex-downloads.html<syntaxhighlight lang="bash"> | |||
wget https://download.oracle.com/otn_software/apex/apex_22.1.zip | |||
unzip apex_22.1.zip | |||
</syntaxhighlight> | </syntaxhighlight> |