Hi,
Oracle Linux 7.3
Rdbms 12.1.0.2 EE
Try to create a db orcl via template and dbca
dbca -silent -createDatabase \
-templateName orcl.dbt \
-gdbName orcl \
-sysPassword syspassword \
-systemPassword systempassword \
-datafileDestination /u01/app/oracle/oradata \
-storageType FS \
-totalMemory 1024
/ has enough space. Required space is 8297 MB , available space is 23758 MB.
File Validations Successful.
Creating and starting Oracle instance
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 3%
Creating database files
DBCA_PROGRESS : 6%
Creating data dictionary views
DBCA_PROGRESS : 7%
Error while executing "/u01/app/oracle/product/12.1.0.2/db_1/rdbms/admin/catalog.sql". Refer to "/u01/app/oracle/cfgtoollogs/dbca/orcl/catalog0.log" for mo
re details. Error in Process: /u01/app/oracle/product/12.1.0.2/db_1/perl/bin/perl
DBCA_PROGRESS : DBCA Operation failed.
I don't understand that this "easy" doesn't work in 12.1.0.2??
Where is my mistake?
regards