Oracle

Connecting Crowd to a Database

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

When you run the Crowd Setup Wizard, you will 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:

  1. 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. 

  2. Create an Oracle database user. 

    It is recommended to create a separate database user for Crowd to use. Connecting as the SYS user is not supported.

    1. Create a database user which Crowd will connect as (e.g. crowduser):

      create user <user> identified by <password> default tablespace <tablespace_name> quota unlimited on <tablespace_name>;
    2. Grant user permission to connect to the database, create and populate tables:

      grant connect, resource to <user>;

次のステップ

Once you've completed the Crowd installation, start Crowd and run the Setup Wizard as described in the Installation Guide.



最終更新日: 2021 年 10 月 11 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.