Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DualShield Authentication Server supports an external Oracle SQL server as the data store for itself.

After you have created the access user on the Oracle SQL server, you also need to grant connect and resource right rights to the user.Image Removed

Code Block
themeDJango
SQL> create user dualshield identified by password profile default  default tablespace users account unlock;
SQL> ALTER USER dualshield quota unlimited on users;
SQL> grant connect,resource to dualshield;

Configure the Oracle database setting during the installation. 

  1. Enter the newly created user's name on in the schema field, e.g. dualshield;
  2. Enter the passsword for password of the user;
  3. Enter the SID