View source | Discuss this page | Page history | Printable version   

Installation/Custom/Oracle Database

Oracle
Bulbgraph.png   Using Oracle database is no longer supported.
  • Since the 23Q4 release Openbravo does no longer support running on top of Oracle database.

Oracle database

Openbravo support Oracle as a database system either installed locally or on a separate server.

To select the best version to install refer to the System Requirements page as explained in the introduction.

Required configuration

SELECT value FROM v$parameter WHERE name = 'open_cursors';
ALTER SYSTEM SET open_cursors = 3000 SCOPE=BOTH;
SELECT value FROM v$parameter WHERE name = 'processes';
ALTER SYSTEM SET processes=150 SCOPE=SPFILE;

Retrieved from "http://wiki.openbravo.com/wiki/Installation/Custom/Oracle_Database"

This page has been accessed 20,614 times. This page was last modified on 26 September 2023, at 09:10. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.