9.2.1 Workspace Creation Pre-Requisite
Following are the pre-requisites for workspace creation:
- Create User tablespace in simulation database by executing below script as
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
- Perform the Zippelin Interpreter Configuration in Compliance Studio UI. See Appendix R: Setting the ZEPPELIN_INTERPETER_OUTPUT_LIMIT in Python Interpreter.
- Create Instance Token for Production and Simulation in Sanctions Application. See Appendix F: Configurations for the Bearer Token.