Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezoracle | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZ Oracle extension [EXTENSION_VERSION] README
This extension adds support for the Oracle database to eZ Publish by
plugging into the database framework. After it is installed you can
connect to any Oracle database that fits the minimum requirements.
The current version of eZ Oracle is [EXTENSION_VERSION].
You can find details about changes for this version in doc/changelogs/CHANGELOG-[EXTENSION_VERSION]
This software is licensed under the [EXTENSION_LICENSE]. The complete
license agreement is included in the LICENSE file. For more information
or questions please contact info@ez.no
The following requirements exists for using eZ Oracle extension:
o eZ Publish version:
Make sure you eZ Publish version [EXTENSION_PUBLISH_VERSION] or higher, earlier
versions will not work correctly with this extension.
o Oracle version:
Make sure you have Oracle 9, 10 or 11 (client and server).
If the Oracle server version is less than 9.2, setting the environment
variable NLS_LANG is mandatory to indicate that php expects to receive
data from the database in the UTF8 character set.
o PHP with Oracle support:
Make sure your PHP installation has compiled in support for Oracle. To
compile this you will need the Oracle client libraries and headers.
The standard windows version of php includes the dll needed for oracle support
(but the oracle client is still neded).
o Oracle user with correct permissions:
Make sure you have a user on the oracle server that can create the
following elements: session, table, trigger, sequence and procedure.
Please read the INSTALL file for installation instructions.
Please read the online documentation at
http://doc.ez.no/Extensions/eZ-Publish-Extension-for-Oracle-R-database/5.0/Installation/Upgrading
for detailed upgrade instructions from previous versions.
Please read the online documentation at
http://doc.ez.no/Extensions/eZ-Publish-Extension-for-Oracle-R-database/2.0/Clustering
for detailed information on setting up an eZ Publish clustering configuration
using an Oracle database.