Delete566
From DOC
Contents |
Install Oracle
Database Server
Installing Oracle depends on the operating system. Please consult both the Oracle documentation, and also the documentation for your operating system.
While installing Oracle, the following information will be required during the configuration of Tolven:
- Server name on which Oracle is being installed (default: localhost)
- Port number (default: 1521)
- Database name or SID (default: ORCL)
A number of Oracle tools including Oracle SQL Developer, can be used to test communication with the database once it is installed.
Setup a tolven user
You will need to add one user named tolven which will need permission to create, populate and query tables, views, indexes, and perhaps sequences (core Tolven does not use sequences).
JDBC Driver
You must provide an appropriate JDBC driver and point to this driver in the plugins.xml file (done later).
Oracle usually provides a driver in the installation. However, for Glassfish V3.0.1, this driver does not work and so you will need to download a newer driver from Oracle Download Site

