Is it possible to change characterset of a Custom DB Template using DBCA
I created a custom Oracle 12c DB with specific values. Original Characterset is UTF8.
I created a template from that DB (structure as well as data).
I then use dbca -silent to create multiple databases but it doesn't change the characterset
dbca -silent -createDatabase -characterSet WE8MSWIN1252 -templateName $ORACLE_HOME/assistants/dbca/templates/oftst01_UTF.dbc -gdbname $sid -sid $sid -sysPassword password -systemPassword password
Is there any way to create a custom template that allows you to change the characterset. I know I can create a (structure only) template but this effectively creates a database from scratch each time taking in excess of 40 minutes each time.