View source | Discuss this page | Page history | Printable version   
Toolbox
Main Page
Upload file
What links here
Recent changes
Help

PDF Books
Add page
Show collection (0 pages)
Collections help

Search

Installation/Custom/Oracle Database

Oracle

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,268 times. This page was last modified on 18 October 2018, at 09:23. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.