DualShield Authentication Server supports an external Oracle SQL server as the data store.
After you have created the access user on the Oracle SQL server, you also need to grant connect and resource rights to the user.
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.
