Oracle 18C database creation prompt ORA-12754 error Solution

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.