1.052
Bearbeitungen
Zeile 89: | Zeile 89: | ||
== Oracle Application Express (APEX) installieren == | == Oracle Application Express (APEX) installieren == | ||
https://www.oracle.com/tools/downloads/apex-downloads.html<syntaxhighlight lang="bash"> | Die neuste Version von APEX gibt es hier: | ||
https://www.oracle.com/tools/downloads/apex-downloads.html | |||
Zuerst das Paket herunterladen und ins Verzeichnis <code>/opt</code> entpacken:<syntaxhighlight lang="bash"> | |||
wget https://download.oracle.com/otn_software/apex/apex_22.1.zip | wget https://download.oracle.com/otn_software/apex/apex_22.1.zip | ||
unzip apex_22.1.zip -d /opt | unzip apex_22.1.zip -d /opt | ||
chown oracle: -R /opt/apex | chown oracle: -R /opt/apex | ||
cd /opt/apex | cd /opt/apex | ||
</syntaxhighlight>Installation | </syntaxhighlight>Die Installation wird in der SQL-Konsole gestartet:<syntaxhighlight lang="bash"> | ||
su oracle | su oracle | ||
sqlplus /nolog | sqlplus /nolog |