10.3.1 Workspace Creation Pre-requisites

The following are the pre-requisites for creating a workspace:

  1. Create User TableSpace in simulation database by executing the script as a sysdba user:
    CREATE TABLESPACE AIF_USER_TS DATAFILE '<DATAFILE PATH>/ aif_user_data_tablespace.dbf' SIZE 1G REUSE AUTOEXTEND ON NEXT 500M MAXSIZE UNLIMITED;

    DATAFILE PATH example: /scratch/oraofss/app/oradata.

  2. Create Instance Token for Production and Simulation in the KYC application.

    For more information on Instance Token, see Appendix-E: Configurations for the Bearer Token.