Creating a template account
Bravura Security Fabric uses template accounts as models or "blueprints" for creating new Oracle accounts. The following example illustrates how you can create a template account on your Oracle server:
create user IDM_TEMP_ACCT identified by Out_standing1 default tablespace EXAMPLE quota 10M on EXAMPLE profile APP_USER password expire;
See your database administrator or Oracle documentation for more information if required.