ORACLE 18C 建庫遭遇 ORA-12754報錯

來源:互聯網
上載者:User

標籤:18C安裝   ORA-12754   

為了體驗一下ORACLE 18C,一大早就上https://edelivery.oracle.com/osdc/faces/SoftwareDelivery 把安裝介質弄了下來。

先測試了下資料庫軟體的安裝,按照官方安裝文檔裡面提供的yum安裝包配置方式沒有成功,yum install oracle-database-server-18c-preinstall。查了下官方源http://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/index.html,當前並沒有放出來關於18C的rpm包。直接使用了OEL7.4中內建的12C的rpm包。yum install oracle-database-server-12cR2-preinstall.x86_64,所有操作都很成功,直到DBCA的時候,出現了一個 ORA-12754的錯誤。

開始DBCA的DEBUG功能,未發現有價值的資訊,決定還是手工建庫。但是在配置好口令檔案和參數檔案後,仍然是該錯誤[[email protected] ~]$ sqlplus / as sysdba    SQL> startup nomount;ORA-12754: Feature ‘startup‘ is disabled due to missing capability ‘Runtime Environment‘.[[email protected] ~]$ cd $ORACLE_HOME/bin[[email protected] bin]$ strings oracle | grep  ‘Runtime Environment‘ Runtime Environment看來是介質本身上面有限制,不是想象的可以直接在X86平台上面進行安裝。嘗試了下關閉make file中的一些組件資訊,特別是cloud,但是仍然無效[[email protected] lib]$ make -f ins_rdbms.mk cloud_off ioracle[[email protected] lib]$ make -f ins_rdbms.mk rac_off ioracle[[email protected] lib]$ make -f ins_rdbms.mk asm_off ioracle[[email protected] lib]$ make -f ins_rdbms.mk ops_off ioracle    看來真的想體驗18C還需要等官方正式介質出來了。

ORACLE 18C 建庫遭遇 ORA-12754報錯

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.