Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbca 12.1.0.2 stops with error in process perl

SPA09Jan 24 2017 — edited Jan 25 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2017
Added on Jan 24 2017
5 comments
481 views