Please tell me what to do in DB before installing PEGA.
I understand that the following steps are required.
1. creation of a database from at least 5 GB
2. creation of tablespace (file size 10GB)
3.Create Oracle users (at least 4 users: rule schema user, data schema user, admin user, base user)
4. Grant specified privileges to the created users
5. Enter commands to achieve the following settings ・NLS_LENGTH_SEMANTICS=CHAR scope=both; ・NLS_CHARACTERSET=AL32UTF8; ・NLS_NCHAR_CHARACTERSET=AL16UTF16;
Is there anything else to do in the database?E.g., need to create a temporary tablespace, etc...
I could not read this from the instructions.Please tell me what to do in DB before installing PEGA.