Is it possible to specify a separate FS for the PDB datafiles during CDB creation in the silent mode
Hi All,
I am trying to create a container database with 1 PDB in the silent mode using the below command:
$ORACLE_HOME/bin/dbca -silent -createAsContainerDatabase true -createDatabase -templateName cdb_create_19c.dbt -sysPassword xxxxxxx -systemPassword xxxxxxx -gdbname $ORACLE_SID'.'$DOMAIN_NAME -sourceDB "$ORACLE_SID" -pdbName "$ORACLE_PDB" -pdbAdminUserName "${ORACLE_PDB}_dba" -pdbAdminPassword "${ORACLE_PDB}123" -characterSet $CHAR_SET -J-Doracle.assistants.dbca.validate.ConfigurationParams=false
Template cdb_create_19c.dbt has the specifications of datafiles. For example:
<DatafileAttributes id="/u02/oradata/{SID}/sysaux01.dbf" con_id="0">
<tablespace>SYSAUX</tablespace>
</DatafileAttributes>
I tried to specify a separate FS /u03 for PDB datafiles by using: