If you need to use other tablespace names than the standard, you need to replace UC4_DATA and UC4_INDEX.
This is done in two places:
1.) UC_DDL.SQL, necessary for the DB load
2.) A modification in the AE DB is necessary for the automatic creation of additional CP tables.
The following DB field needs to be edited:
select DBSYN_CONTENT from UC_DBSYN where DBSYN_TYPE= 'CREATE_MQCP' and DBSYN_DB = 'ORACLE';
The result needs to have all references to UC4_DATA and UC4_INDEX updated (please note, this includes substitution variables - you may need "set define off;" to properly insert the values).
Alternatively, you may create the additional CP table manually as describes here:
https://comm.support.ca.com/kb/sql-statements-to-create-additional-cpa/KB000112281