简体   繁体   中英

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM