Handbuch:Oracle
Diese Seite ist veraltet. Es wird für Archivzwecke beibehalten. Es kann Erweiterungen oder Funktionen dokumentieren, die veraltet und/oder nicht mehr unterstützt sind. Verlass dich nicht darauf, dass die Informationen hier aktuell sind. |
↑ Handbuch:Inhaltsübersicht | MediaWiki-Datenbank-Layout | oracle-Tabelle |
Einige Linux-Distributionen haben Pakete, um dies zu installieren, jedoch nicht alle.
Oracle XE auf Linux installieren (manuell)
Oracle XE is an entry level database free of charge but with embedded limitations:
- will use only CPU resources that are equivalent of 1 CPU/core on your system
- wird nur bis zu 1 GB RAM verwenden
- is limited to 1 server/database instance per machine
- is limited to 11G of user-space data
Follow the installation procedure is described in the XE installation manual.
Some basic DBA commands can be found on XE DBA Documentation page but in most cases you can use DB control interface that can be accessed trough DB's http port (the one you selected when you ran "oracle-xe configure")
Oracle Instant Client auf Linux installieren (manuell)
Follow the instructions found at Oracle's PHP documentation page.
If you are not using the "hostname/servicename" connection string format (e.g. "localhost/xe"), and instead use an alias from a tnsnames.ora file, then after you have your PHP environment set up add the TNS_ADMIN variable to your PHP startup environment. This variable must contain the location (directory only) where your tnsnames.ora file is located. This file contains TNS definitions of the databases you will be accessing (local or remote). If you have previously set up XE on this machine this variable should point to '/u01/app/oracle/product/11.2.0/xe/network/admin'. Make sure this file is readable by the Apache process.
MediaWiki installieren
After you have OCI8 enabled and TNS_ADMIN set in your PHP env you can now install MW normally. TNS name of default XE install is usually 'XE'.