Oracle 18C database creation prompt ORA-12754 error Solution
In order to experience Oracle 18C, early in the morning on the https://edelivery.oracle.com/osdc/faces/SoftwareDelivery to install the media down.
First test the database software installation, according to the official installation documentation provided in the yum installation package configuration method was not successful, yum install oracle-database-server-18c-preinstall.
I checked the official website. Directly use the 12C rpm package that comes with OEL7.4.
Yum install oracle-database-server-12cR2-preinstall.x86_64, all operations were successful until DBCA encountered a ORA-12754 error.
When DBCA's DEBUG function was started and no valuable information was found, it was decided to create a database manually. However, this error persists after the password file and parameter file are configured.
[Oracle @ dg18c ~] $ Sqlplus/as sysdba
SQL> startup nomount;
ORA-12754: Feature 'startup' is disabled due to missing capability 'runtime Environment '.
[Oracle @ dg18c ~] $ Cd $ ORACLE_HOME/bin
[Oracle @ dg18c bin] $ strings oracle | grep 'runtime Environment'
Runtime Environment
It seems that there are limitations on the media itself, and it is not possible to directly install on the X86 platform.
I tried to disable some component information in make file, especially cloud, but it still does not work.
[Oracle @ dg18c lib] $ make-f ins_rdbms.mk cloud_off ioracle
[Oracle @ dg18c lib] $ make-f ins_rdbms.mk rac_off ioracle
[Oracle @ dg18c lib] $ make-f ins_rdbms.mk asm_off ioracle
[Oracle @ dg18c lib] $ make-f ins_rdbms.mk ops_off ioracle
It seems that if you really want to experience 18C, you still need to wait for the official media to come out.
Https://www.bkjia.com/topicnews.aspx? Tid = 12
This article permanently updates link: https://www.bkjia.com/Linux/2018-03/151341.htm