oracleperloracle12cfailed-installationdatabase-installation

Oracle Database Configuration Assistant failed


In the progress of installing Oracle 12c on CentOS 6.6, there is an error as follows:

Error while executing   
"/u01/app/oracle/product/12.1.0/dbhome_1/rdbms/admin/dbmssml.sql". Refer to 
"/u01/app/oracle/cfgtoollogs/dbca/orcl/dbmssml0.log" for more details. Error in 
Process: /u01/app/oracle/product/12.1.0/dbhome_1/perl/bin/perl

I have made the soft link to replace the oracle perl:

ln -s /usr/bin/perl $ORACLE_HOME/perl/bin

But it still failed. What's wrong?


Solution

  • please check your .bashrc or sth. like that to make sure you've set ORACLE_HOME and ORACLE_BASE.

    I meet your situation last night,also replace the perl file as you metioned.But doesn't work.

    So I do the next:

    1. skip the auto dbca and last optional step.

    2. dbca to manually create the database.

    It works.