Oracle
When you run the Crowd Setup Wizard, you'll be asked to choose a database and provide configuration settings for that database. For smoother setup process, we recommend that you create the database and deploy the database driver before you start the Crowd Setup Wizard.
To prepare Oracle for Crowd:
- Install the Oracle database server.
If you don't already have an operational Oracle server, download and install it now. See the Oracle documentation for instructions.
Create an Oracle database user.
We recommend to create a separate database user for Crowd to use. Connecting as the SYS user isn't supported.
Create a database user which Crowd will connect as (example: crowduser):
create user <user> identified by <password> default tablespace <tablespace_name> quota unlimited on <tablespace_name>;Grant user permission to connect to the database, create, and populate tables:
grant connect, resource to <user>;
Download and copy Oracle JDBC driver to your Application Server
- Download the driver based on your database version :
- Add the JDBC Driver .jar file to the following directory:
- For Crowd 2.0.2 or later: {
CROWD_INSTALL}/apache-tomcat/lib/. - For Crowd 2.0.1 or earlier: {
CROWD_INSTALL}/apache-tomcat/common/lib/.
- For Crowd 2.0.2 or later: {
次のステップ
Once you've completed the Crowd installation, start Crowd and run the Setup Wizard as described in the Installation Guide.